Created
April 21, 2019 11:57
-
-
Save prateekjoshi565/a9c0f9002da437786ae0cc4745e1b051 to your computer and use it in GitHub Desktop.
genre_open_data
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
plots = [] | |
with open("plot_summaries.txt", 'r') as f: | |
reader = csv.reader(f, dialect='excel-tab') | |
for row in tqdm(reader): | |
plots.append(row) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment