{"id":34636748,"url":"https://github.com/0xarchit/covid-data-dashboard","last_synced_at":"2026-04-10T21:35:12.691Z","repository":{"id":317345721,"uuid":"1066979848","full_name":"0xarchit/Covid-Data-Dashboard","owner":"0xarchit","description":"This repo consists files related to Data Visualization Covid Data Dashboard Assignment","archived":false,"fork":false,"pushed_at":"2025-09-30T10:31:32.000Z","size":4498,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-30T11:14:31.596Z","etag":null,"topics":["covid-19","covid19-data","dashboard","data-visualization","streamlit"],"latest_commit_sha":null,"homepage":"https://0xarchit-covid-dashboard.streamlit.app","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/0xarchit.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-30T08:10:12.000Z","updated_at":"2025-09-30T10:34:42.000Z","dependencies_parsed_at":"2025-09-30T11:14:35.064Z","dependency_job_id":"3c8aa087-7568-4a3d-a00a-e1ecff79a1d0","html_url":"https://github.com/0xarchit/Covid-Data-Dashboard","commit_stats":null,"previous_names":["0xarchit/covid-data-dashboard"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/0xarchit/Covid-Data-Dashboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xarchit%2FCovid-Data-Dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xarchit%2FCovid-Data-Dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xarchit%2FCovid-Data-Dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xarchit%2FCovid-Data-Dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0xarchit","download_url":"https://codeload.github.com/0xarchit/Covid-Data-Dashboard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xarchit%2FCovid-Data-Dashboard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28005408,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-24T02:00:07.193Z","response_time":83,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["covid-19","covid19-data","dashboard","data-visualization","streamlit"],"created_at":"2025-12-24T17:02:31.496Z","updated_at":"2025-12-24T17:03:52.245Z","avatar_url":"https://github.com/0xarchit.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Global COVID-19 Explorer — Data Visualization Assignment\n\nAn interactive data visualization project visualizing a global COVID-19 dataset. The dashboard uses Streamlit for layout and UI, with Seaborn, Matplotlib, Plotly and Folium for charts and mapping.\n\n## Project structure\n\n- `app.py` — Streamlit app; reads `country_wise_latest.csv` and provides filters, plots and an interactive Folium map.\n- `country_wise_latest.csv` — Main dataset (country-level COVID-19 metrics).\n- `COVID19_Data_Viz_Assignment_01.ipynb` — Notebook with exploratory analysis and writes `app.py` and can be used to run the Streamlit app in Colab using cloudflared.\n- `assets/` — Supporting images used in this README and the notebook.\n- `collab_preview.pdf` — PDF file consisting preview of jupyter notbook.\n\n## Quick links\n\n- Colab (interactive notebook): https://colab.research.google.com/drive/1eIEiwLE9tYK3zamSqN_xjee_nIBlVY38?usp=sharing\n- Streamlit dashboard: https://0xarchit-covid-dashboard.streamlit.app\n\n## Screenshots\n\n\u003e `Overview` ![Overview](assets/overview.png)\n\n\u003e `Seaborn \u0026 Matplotlib` ![Seaborn \u0026 Matplotlib](assets/matplot-and-seaborn.png)\n\n\u003e `Plotly` ![Plotly](assets/plotly.png)\n\n\u003e `Folium` ![Folium Map](assets/folium.png)\n\n\u003e `Insight` ![Insight](assets/insights.png)\n\n\u003e `Collab` ![Collab](assets/collab.png)\n\n## What’s included\n\n- Global overview metrics for Confirmed, Deaths, Recovered and Case Fatality Rate.\n- Multiple visualization tabs:\n  - Overview: KPI metrics and a paginated, sortable data table of filtered rows.\n  - Seaborn \u0026 Matplotlib: regional bar charts, correlation heatmap and distribution/box plots.\n  - Plotly: interactive line/scatter/treemap/funnel charts for deeper exploration.\n  - Folium Map: interactive world choropleth with search, tooltips/popups (Country / ISO3 / Confirmed), multiple basemaps, minimap, fullscreen and measurement tools.\n  - Insights: auto-generated highlights (top case fatality rates, recovery leaders, fastest weekly growth).\n\n## How the app works?\n\n- The Streamlit app loads `country_wise_latest.csv` by default (no file upload required).\n- Sidebar controls allow filtering by Country, WHO Region, Vaccination Status and numeric ranges for Confirmed / Deaths / Recovered / Active / New cases. Date-range filtering is available if the dataset contains recognized datetime columns.\n- Filtered data can be downloaded as CSV.\n\n\u003e Run locally\n\n1. Create a Python environment and install dependencies:\n\n```powershell\npip install streamlit pandas numpy seaborn matplotlib plotly folium pycountry\n```\n\n\n2. From the project root run:\n\n```powershell\nstreamlit run app.py\n```\n\n3. Open the URL shown by Streamlit in your browser.\n\n\u003e Run in Google Colab (Headless Streamlit + cloudflared)\n\n- Open the Colab link above. The provided notebook contains cells to install dependencies, write the `app.py` into the workspace and launch Streamlit with a `cloudflared` tunnel for public access.\n\n## Notes \u0026 troubleshooting\n\n- Map rendering requires internet access to fetch the world GeoJSON hosted on GitHub. If your environment blocks outbound requests, the map will show \"Map data unavailable.\" The app also logs the raw error when that happens.\n- Country name mismatches are handled via an internal ISO3 mapping table (covers common alternate names). Countries that cannot be mapped to ISO3 will be excluded from the choropleth but remain in the tabular data.\n- If your CSV has different column names, the app tries to normalize typical variants (e.g., `Country/Region` → `Country`) but may require manual adjustments.\n\n## Credits\n\nThis assignment was implemented using:\n\n- Streamlit for rapid app UI\n- Pandas / NumPy for data manipulation\n- Seaborn \u0026 Matplotlib for static plotting\n- Plotly for interactive charts\n- Folium for interactive maps\n\nAssets\n\n- All images used in this README are in `assets/` and were created during the exploratory analysis and visualization stages.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xarchit%2Fcovid-data-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0xarchit%2Fcovid-data-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xarchit%2Fcovid-data-dashboard/lists"}