Guest User

Untitled

a guest
Jan 17th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. dataset = pd.read_csv('dataset.csv', encoding='latin-1')
  2. dataset.columns
  3. ## Output:
  4. # Index(['author', 'date', 'headlines', 'read_more', 'text', 'ctext'], dtype='object')
Add Comment
Please, Sign In to add comment