Skip to content

Instantly share code, notes, and snippets.

@sergioprates
Last active April 20, 2019 03:41
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 sergioprates/19c6035092f89f4c0351c18dcef566a2 to your computer and use it in GitHub Desktop.
Save sergioprates/19c6035092f89f4c0351c18dcef566a2 to your computer and use it in GitHub Desktop.
import pandas as pd
df = pd.read_csv('https://s3.amazonaws.com/sergio-prates-blog/imdb-reviews-pt-br.csv').sample(1000, random_state=42)
df.sentiment.value_counts()
df.head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment