Skip to content
albertkun edited this page Mar 6, 2017 · 1 revision

Data is provided in HTML format. Some for single days, some for months, some for years. Format within HTML files are the same, allowing for a single script to extract the data regardless of temporal span.

The following process converts any number of these HTML files into a single CSV file.

  1. Put html files into a single folder
  2. Run the "parse_folder.py" script, edit line 9 to specify folder location

Clone this wiki locally