Advertisement
Guest User

Untitled

a guest
Mar 19th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. data_c["dropoff_district"] = "default value"
  2. data_c["distance"] = "default value" #Formed a new column named distance for geocoder
  3. data_c["time_of_day"] = "default value" #Formed a new column named time of the day for timestamps
  4.  
  5. avg_d = data_c.groupby(by = 'distance').sum().reset_index()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement