Guest User

Untitled

a guest
May 25th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. pollution= pd.read_csv('pollution_us_2000_2016.csv')
  2. pollution['date'] = pd.to_datetime(pollution['Date Local'] ).dt.date
  3. pollution['city'] = pollution.City.str.lower()
Add Comment
Please, Sign In to add comment