Last active
April 20, 2019 03:41
-
-
Save sergioprates/19c6035092f89f4c0351c18dcef566a2 to your computer and use it in GitHub Desktop.
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
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