{"id":19902646,"url":"https://github.com/keivanipchihagh/covid-19-data-analysis","last_synced_at":"2026-03-19T12:20:01.865Z","repository":{"id":152110025,"uuid":"384115333","full_name":"keivanipchihagh/Covid-19-Data-Analysis","owner":"keivanipchihagh","description":"☠ Covid-19 deaths \u0026 vaccination analysis with daily-updated data from OWID dataset","archived":false,"fork":false,"pushed_at":"2021-07-09T11:07:51.000Z","size":17342,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-01T07:17:53.027Z","etag":null,"topics":["analysis","covid19-data","sql","tableau"],"latest_commit_sha":null,"homepage":"https://github.com/keivanipchihagh/Covid-19-Data-Analysis","language":null,"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/keivanipchihagh.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}},"created_at":"2021-07-08T12:21:57.000Z","updated_at":"2023-01-16T15:27:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"cc72da43-3c7d-4e8f-9e77-922e088a726a","html_url":"https://github.com/keivanipchihagh/Covid-19-Data-Analysis","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/keivanipchihagh/Covid-19-Data-Analysis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keivanipchihagh%2FCovid-19-Data-Analysis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keivanipchihagh%2FCovid-19-Data-Analysis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keivanipchihagh%2FCovid-19-Data-Analysis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keivanipchihagh%2FCovid-19-Data-Analysis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/keivanipchihagh","download_url":"https://codeload.github.com/keivanipchihagh/Covid-19-Data-Analysis/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keivanipchihagh%2FCovid-19-Data-Analysis/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30063354,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T18:21:05.932Z","status":"ssl_error","status_checked_at":"2026-03-03T18:20:59.341Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["analysis","covid19-data","sql","tableau"],"created_at":"2024-11-12T20:18:50.037Z","updated_at":"2026-03-03T22:01:29.844Z","avatar_url":"https://github.com/keivanipchihagh.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Covid-19 Data Analysis\n ☠ Covid-19 deaths \u0026 vaccination analysis with daily-updated data from OWID dataset.\n\n## DataBase Setup (MySQL)\nSetting up the Database can be a bit tricky. For MySQL users, follow these instructions:\n1. Create a Database Schema and name it **\"covid19\"**.\n2. Run **\"table_stuctures.sql\"** query file from *\"DB setup\" folder* to create table structures.\n3. Then use the following commans to import the data into your workbench:\n```sql\nLOAD DATA LOCAL INFILE \"Absolute\\\\path\\\\to\\\\file\\\\CovidVaccinations.csv\" INTO TABLE covid19.covidvaccinations\nFIELDS TERMINATED BY ','\nLINES TERMINATED BY '\\n'\nIGNORE 1 LINES\n```\n\n```sql\nLOAD DATA LOCAL INFILE \"Absolute\\\\path\\\\to\\\\file\\\\CovidDeaths.csv\" INTO TABLE covid19.CovidDeaths\nFIELDS TERMINATED BY ','\nLINES TERMINATED BY '\\n'\nIGNORE 1 LINES\n```\n4. In case you ran into an error that looked something like **\"Loading local data is disabled; this must be enabled on both the client and server side\"**, refer to [Enable Client-Server locals](https://stackoverflow.com/questions/59993844/error-loading-local-data-is-disabled-this-must-be-enabled-on-both-the-client#answer-62965185).\n5. In case you ran into an error that looked something like **\"LOAD DATA LOCAL INFILE file request rejected due to restrictions on access\"**, refer to [Lift Local-Restriction](https://stackoverflow.com/questions/63361962/error-2068-hy000-load-data-local-infile-file-request-rejected-due-to-restrict#answer-64807264).\n6. If you still had problem importing the data, run your queries manually with [beautifytools](https://beautifytools.com/csv-to-sql-converter.php). (This can be quite time-consuming!)\n\n## Steps\n1. SQL Data Exploration (Video based)\n2. Data Visualization with Tableau\n\n## Links\n- [Data Analyst Portfolio Project - YouTube playlist](https://www.youtube.com/watch?v=qfyynHBFOsM\u0026list=PLUaB-1hjhk8H48Pj32z4GZgGWyylqv85f\u0026ab_channel=AlexTheAnalyst)\n- [Data Analyst Portfolio Project - GitHub repo](https://github.com/AlexTheAnalyst/PortfolioProjects)\n- [Original Data Source](https://ourworldindata.org/covid-deaths)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeivanipchihagh%2Fcovid-19-data-analysis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkeivanipchihagh%2Fcovid-19-data-analysis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeivanipchihagh%2Fcovid-19-data-analysis/lists"}