Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
2c81d12
Setting up GitHub Classroom Feedback
github-classroom[bot] Sep 29, 2021
9024f36
Add gitignore
Eloyjaws Oct 16, 2021
5df676c
Add readme and writeup skeleton
Eloyjaws Oct 16, 2021
48df7d5
Add Datasets
Eloyjaws Oct 16, 2021
c644d79
Add streamlit app files
Eloyjaws Oct 16, 2021
b4bfbb3
Add EDA notebooks
Eloyjaws Oct 16, 2021
630221f
add owid data and eda notebook
ruqoyyasadiq Oct 16, 2021
0f8a29f
Merge pull request #2 from IDSF21/rsadiq/owid-data
ruqoyyasadiq Oct 16, 2021
70bed2d
Update gitignore
Eloyjaws Oct 16, 2021
32b8add
Add Locations dataset
Eloyjaws Oct 16, 2021
4c4241f
Clean Data
Eloyjaws Oct 17, 2021
3582824
Update notebook
Eloyjaws Oct 18, 2021
4f17743
add visualization for points 1 - 3
ruqoyyasadiq Oct 18, 2021
4f44734
Merge pull request #3 from IDSF21/rsadiq/visualization-with-altair
ruqoyyasadiq Oct 18, 2021
ec32173
Write util functions and example notebook to show api usage
Eloyjaws Oct 19, 2021
870fa75
add vaccine access comparison by gdp
ruqoyyasadiq Oct 19, 2021
70d055a
Merge pull request #4 from IDSF21/rsadiq/vaccine-access-comparison
ruqoyyasadiq Oct 19, 2021
d49ef28
Use Flat file structure - sidestep import path resolution errors
Eloyjaws Oct 19, 2021
7d02e61
Add streamlit app v1
Eloyjaws Oct 19, 2021
2e1b1a6
compare income level and vacccine access of countries
ruqoyyasadiq Oct 20, 2021
c447ee0
Merge branch 'main' into rsadiq/income-level-vaccine-access-comparison
ruqoyyasadiq Oct 21, 2021
b939e6f
Merge pull request #5 from IDSF21/rsadiq/income-level-vaccine-access-…
ruqoyyasadiq Oct 21, 2021
c579d1c
ignore useless files
ruqoyyasadiq Oct 21, 2021
921418e
Update Writeup
Eloyjaws Oct 21, 2021
a0ba701
Update utils
Eloyjaws Oct 21, 2021
19737c1
Merge branch 'main' of https://github.com/IDSF21/assignment-2-Eloyjaw…
Eloyjaws Oct 21, 2021
c974b53
Update title
Eloyjaws Oct 21, 2021
252582e
Updated report
Eloyjaws Oct 21, 2021
7bc5319
Add dynamic country filter
Eloyjaws Oct 21, 2021
9e2bc44
Add header and text for Top-K countries based on continent
Eloyjaws Oct 21, 2021
dcaa22f
add interactive scatter plots for vaccinations vs income level
ruqoyyasadiq Oct 21, 2021
811e532
Merge pull request #6 from IDSF21/rsadiq/add-interactive-scatter-plots
ruqoyyasadiq Oct 21, 2021
b76eb29
Add references
Eloyjaws Oct 21, 2021
9ed252d
Merge branch 'main' of https://github.com/IDSF21/assignment-2-Eloyjaw…
Eloyjaws Oct 21, 2021
11847d8
Add Requirements.txt
Eloyjaws Oct 21, 2021
1cfe16a
Add Charts to Readme
Eloyjaws Oct 21, 2021
dc0859c
add insights to app
ruqoyyasadiq Oct 21, 2021
bc67a16
Merge pull request #7 from IDSF21/rsadiq/add-insights-to-app
ruqoyyasadiq Oct 21, 2021
ccc6e9c
add more insights to app
ruqoyyasadiq Oct 21, 2021
63007ea
Merge pull request #8 from IDSF21/rsadiq/add-insights-to-app
ruqoyyasadiq Oct 21, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.vscode
.DS_Store
**/.ipynb_checkpoints/
**/__pycache__/**
Loading