Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 474 Bytes

readme.md

File metadata and controls

26 lines (18 loc) · 474 Bytes

Crawling station data on Divvy Bikes website

  1. access

    https://account.divvybikes.com/bikesharefe-gql
    
  2. covert raw json data to an Excel worksheet

Install python packages

pip install pandas,openpyxl

modified the path and run divvy_json2excel.py to create a xlsx file containing information of each stations

python divvy_json2excel.py
  1. merge the metadata from the Excel worksheet
python merge_excel.py