-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Prakash Verma edited this page Apr 15, 2018
·
12 revisions
Benson project: the guide for the readers
Directory layout
-
0.data
Contains data used for the project.
-
1.figure
Contains images used/generated for the presentation of the project.
-
2.analysis
Has two files viz.
- MTA_sub_way_data_analysis_with_pandas_for_random_week.ipynb
code for the analysing data for random week.
- MTA_sub_way_data_analysis_with_pandas_for_six_week.ipynb
code for analyzing data for six weeks
- MTA_sub_way_data_analysis_with_pandas_for_random_week.ipynb
-
3.presentation_slides
projectbenson_kpj_slides.pdf
Summary of the finding is presented and corresponding slides are included as a part of the repo. -
z.source_files
kpj_mta_PV.ipynb
code used for exploratory data analysis
Files
-
README.md
summary of the finding is included in the readme file
-
kpj_cleandata.ipynb
colaboration file
-
requirements.txt
requirements file is generated using
pip freeze > requirements.txt
command.
This is included for the reproducibility of the work