Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 2.37 KB

File metadata and controls

56 lines (39 loc) · 2.37 KB

Project of Data Visualization (COM-480)

Student's name SCIPER
Ravinithesh Annapureddy 293790
Michal Bien 327740
Anmol Prasad 329320

Milestone 1Milestone 2Milestone 3

Milestone 1 (23rd April, 5pm)

10% of the final grade

Click here to view the Milestone 1

Milestone 2 (7th May, 5pm)

10% of the final grade

Click here to view the Milestone 2.

Milestone 3 (4th June, 5pm)

80% of the final grade

Click here to open FamousWorld interactive visualization on Github Pages (latest version of Chrome or Firefox preferred)

Click here to view the our explanatory screencast video

Click here to read our process boook

Project Organization

├── README.md          <- The top-level README for developers using this project.
├── data               <- The final, canonical data sets for visualisation. Files placed here
|                         by preprocessing scripts are automatically pushed to s3.
│
├── milestones         <- The markdown and PDF files, containing the content of the milestones
|
├── notebooks          <- Jupyter notebooks used for exploratory data analysis
|
├── docs               <- Generated analysis, in form of static HTML5 website
│
├── requirements.txt   <- The requirements file for reproducing the analysis environment, e.g.
│                         generated with `pip freeze > requirements.txt`
│
├── src                <- Data manipulation code for this project. The file src/process.py is
|                         run by the CI automatically on push. Then it downloades the dataset,
|                         preprocesses it, and pushes to S3 in the Github Actions pipeline
│
└── tox.ini            <- tox file with settings for running tox; see tox.readthedocs.io

Project based on the cookiecutter data science project template. #cookiecutterdatascience