This project requires Python 3.4 and the following Python libraries installed:
You will also need to have software installed to run and execute an iPython Notebook
We recommend students install Anaconda, a pre-packaged Python distribution that contains all of the necessary libraries and software for this project.
Template code is provided in the analyzing_subway_ny_data.ipynb
notebook file. You will also be required to use the Python file and the turnstile_data_master_with_weather.csv
dataset file to complete your work. While some code has already been implemented to get you started, you will need to implement additional functionality when requested to successfully complete the project.
In a terminal or command window, navigate to the top-level project directory analyzing_subway_NY_data/
(that contains this README) and run one of the following commands:
ipython notebook 20180826_analyzing-subway-data.ipynb
or
jupyter notebook 20180826_analyzing-subway-data.ipynb
This will open the iPython Notebook software and project file in your browser.