Advertisement
12311k

Untitled

Jan 22nd, 2020
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. import pandas as pd
  2. df = pd.read_csv('music_log.csv')
  3.  
  4. rock = df[df['genre'] == 'rock']
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement