Created
November 23, 2016 15:12
-
-
Save manashmandal/7bcd35e9aace91489ea92e09327c5d28 to your computer and use it in GitHub Desktop.
Bangla DS Loader
This file contains hidden or 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('bangla.csv', sep='\t', encoding='utf-16') | |
df.columns = ['review', 'sentiment'] | |
df.head() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment