Skip to content

Instantly share code, notes, and snippets.

@sararob
Created August 14, 2018 18:18
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save sararob/1344a94ae87719345fd13535ee96a7c7 to your computer and use it in GitHub Desktop.
!wget 'https://storage.googleapis.com/movies_data/movies_metadata.csv'
data = pd.read_csv('movies_metadata.csv')
descriptions = data['overview']
genres = data['genres']
@hakancllk34
Copy link

eyvallah

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment