Skip to content

Instantly share code, notes, and snippets.

@prateekjoshi565
Created April 21, 2019 11:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prateekjoshi565/a9c0f9002da437786ae0cc4745e1b051 to your computer and use it in GitHub Desktop.
Save prateekjoshi565/a9c0f9002da437786ae0cc4745e1b051 to your computer and use it in GitHub Desktop.
genre_open_data
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