Skip to content

Instantly share code, notes, and snippets.

@manashmandal
Created November 23, 2016 15:12
Show Gist options
  • Save manashmandal/7bcd35e9aace91489ea92e09327c5d28 to your computer and use it in GitHub Desktop.
Save manashmandal/7bcd35e9aace91489ea92e09327c5d28 to your computer and use it in GitHub Desktop.
Bangla DS Loader
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