Guest User

Untitled

a guest
Aug 19th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. list_2000= [x for x in raw_df.columns.tolist() if x.startswith("2000")]
  2. raw_df.dropna(subset=list_2000).head(5)
Add Comment
Please, Sign In to add comment