Advertisement
12311k

Untitled

Jan 23rd, 2020
1,472
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. import pandas as pd
  2. support = pd.read_csv('/datasets/support.csv')
  3. support.set_axis(['user_id','type_message','type_id','timestamp'], axis = 'columns', inplace=True)
  4. print(support.info())
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement