Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. #read CSV file in to pandas dataframe
  2. df_train_set = pd.read_csv('train_aggregated.csv')
  3.  
  4. #list some records from the dataframe
  5. df_train_set.head()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement