- The data of bikeshare project was created on 2/22/2018.
- The bishare.py was completed on 11/22/2018.
The project title is bikeshare.
The project is for analyzing the data of these three bike stations:
- Chicago
- New York CITY
- Washington
- chicago.csv
- new_york_city.csv
- washington.csv
- bikeshare.py
- iloc(): https://blog.csdn.net/w_weiying/article/details/81411257
- time.time(): http://www.runoob.com/python/att-time-time.html
- idxmax(): https://stackoverflow.com/questions/10202570/pandas-dataframe-find-row-where-values-for-column-is-maximal
- name_ == 'main': https://blog.csdn.net/yjk13703623757/article/details/77918633