Created
April 27, 2020 05:25
-
-
Save lakshay-arora/d66cdb0580ec4d7548e8c081a5d9ff97 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
# read the dataset | |
data = pd.read_csv('dataset/twitter_sentiments.csv') | |
# view the top rows | |
data.head() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment