Advertisement
Dodma

Untitled

Apr 1st, 2020
1,333
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. import pandas as pd
  2. data = pd.read_csv("/datasets/visits.csv", sep="\t")
  3. data.sort_values(by = 'time_spent', ascending=False)
  4. print(data.head(10))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement