Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. ## Modify this and the previous cell to answer Question 4a. Remember to run ##
  2. ## the function on the cleaned data files you created from Question 3. ##
  3.  
  4. data_file = ('./examples/BayArea-Y3-Summary.csv','./data/Chicago-2016-Summary.csv','./data/NYC-2016-Summary.csv')
  5. for file in data_file:
  6. print(number_of_trips(file))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement