GitXplorerGitXplorer
n

tbd

public
1 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
a59d666184ced8dd3fd877fbbb87f6995de15649

Merge pull request #25 from nicrie/added_covid_positive_test_numbers_as_a_feature

LLudo915 committed 4 years ago
Unverified
22b8d66b958a66967db0d46957894b4a60e75069

added_covid_positive_test_numbers_as_a_feature

LLudo915 committed 4 years ago
Verified
3639f98f186e1a33b0341397da961360c0fca9b7

Merge pull request #24 from nicrie/Enriched_Covid_history_data.csv

LLudo915 committed 4 years ago
Unverified
20f35887350ab354851f524d950089eabc1edb0a

pushed Enriched_Covid_history_data.csv for Camille to be able to work on maintrain.py

LLudo915 committed 4 years ago
Verified
70243c7d0ca5dd85fb85625954f95e132c1cb00a

Merge pull request #23 from nicrie/tidy_repo_2

LLudo915 committed 4 years ago
Unverified
530ddd82b2b5268cd8808f373a57f91b640958ac

created a folder scripts with all the .py projects files

LLudo915 committed 4 years ago

README

The README file for this repository.

README

Prepare

Create a correct environment e.g. using conda. We need quite specific versions, e.g. python 3.7 and some other specific versions of some packages. So save yourself some pain and do it the quick way ;)

conda create --name myenv --file package-list.txt

Make shell script executable variance

chmod +x update_data.sh

Run analysis

./update_data.sh

Download Historical Data

python download_covid_hist_data.py python download_pm25_hist_data.py python concatenate_all_files_in_dir.py