Skip to content

Commit

Permalink
Add a README to the Doc folder #27
Browse files Browse the repository at this point in the history
  • Loading branch information
radumas authored Dec 5, 2018
1 parent 38a923e commit 3f3a405
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# doc/

This folder contains Jupyter Notebooks exploring data output and processing the data. There are the following notebooks:

- [`API_exploration.ipynb`](API_exploration.ipynb): explores the output from the API, while creating a skeleton of the Python code that would eventually become the API scraper.
- [`Single_station_all_day_analysis.ipynb`](Single_station_all_day_analysis.ipynb): Single station data analysis for single day of historic data.
- [`filtering_observed_arrivals.ipynb`](filtering_observed_arrivals.ipynb): Documenting progress on [Generate Stop Arrival Times #13](https://github.com/CivicTechTO/ttc_subway_times/issues/13).

For the Data Dictionary, check out [`DataDictionary.md`](DataDictionary.md)

0 comments on commit 3f3a405

Please sign in to comment.