{"id":26577938,"url":"https://github.com/mksingh431/python-project","last_synced_at":"2025-07-22T06:04:20.303Z","repository":{"id":283870833,"uuid":"953151811","full_name":"MkSingh431/python-project","owner":"MkSingh431","description":"Learn Pandas with exercises and sample projects","archived":false,"fork":false,"pushed_at":"2025-04-30T17:43:13.000Z","size":12128,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-30T18:42:44.787Z","etag":null,"topics":["data-analysis","data-science","data-visualization","project","projects","python"],"latest_commit_sha":null,"homepage":"https://www.linkedin.com/in/motilal-das-42b4a9254/","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/MkSingh431.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":"2025-03-22T17:28:28.000Z","updated_at":"2025-04-30T17:43:16.000Z","dependencies_parsed_at":"2025-03-22T18:42:16.796Z","dependency_job_id":null,"html_url":"https://github.com/MkSingh431/python-project","commit_stats":null,"previous_names":["mksingh431/python-project"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MkSingh431/python-project","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MkSingh431%2Fpython-project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MkSingh431%2Fpython-project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MkSingh431%2Fpython-project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MkSingh431%2Fpython-project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MkSingh431","download_url":"https://codeload.github.com/MkSingh431/python-project/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MkSingh431%2Fpython-project/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266437369,"owners_count":23928235,"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-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["data-analysis","data-science","data-visualization","project","projects","python"],"created_at":"2025-03-23T04:18:09.177Z","updated_at":"2025-07-22T06:04:20.290Z","avatar_url":"https://github.com/MkSingh431.png","language":"Jupyter Notebook","readme":"\u003c!DOCTYPE html\u003e\n\u003chtml\u003e\n\u003chead\u003e\n  \u003ctitle\u003ePython Project - COVID-19 Data Analysis\u003c/title\u003e\n\u003c/head\u003e\n\u003cbody\u003e\n  \u003ch1\u003eCOVID-19 Data Analysis with Python\u003c/h1\u003e\n\n  \u003cp\u003eThis project provides insights into global COVID-19 data using Python libraries like \u003cstrong\u003ePandas\u003c/strong\u003e, \u003cstrong\u003eMatplotlib\u003c/strong\u003e, and \u003cstrong\u003eSeaborn\u003c/strong\u003e.\u003c/p\u003e\n\n  \u003ch2\u003e📌 Features\u003c/h2\u003e\n  \u003cul\u003e\n    \u003cli\u003eData Collection \u0026 Cleaning\u003c/li\u003e\n    \u003cli\u003eExploratory Data Analysis\u003c/li\u003e\n    \u003cli\u003eTrend Visualization\u003c/li\u003e\n    \u003cli\u003eVaccination vs Case Trends\u003c/li\u003e\n  \u003c/ul\u003e\n\n  \u003ch2\u003e📁 Dataset\u003c/h2\u003e\n  \u003cp\u003eDataset used: \u003ca href=\"https://ourworldindata.org/covid-deaths\" target=\"_blank\"\u003eOur World in Data COVID-19\u003c/a\u003e\u003c/p\u003e\n\n  \u003ch2\u003e🛠️ Tools \u0026 Libraries\u003c/h2\u003e\n  \u003cul\u003e\n    \u003cli\u003ePython\u003c/li\u003e\n    \u003cli\u003ePandas\u003c/li\u003e\n    \u003cli\u003eMatplotlib \u0026 Seaborn\u003c/li\u003e\n    \u003cli\u003eJupyter Notebook\u003c/li\u003e\n  \u003c/ul\u003e\n\n  \u003ch2\u003e🚀 How to Run\u003c/h2\u003e\n  \u003col\u003e\n    \u003cli\u003eClone the repository\u003c/li\u003e\n    \u003cli\u003eInstall dependencies: \u003ccode\u003epip install -r requirements.txt\u003c/code\u003e\u003c/li\u003e\n    \u003cli\u003eRun the Jupyter notebook\u003c/li\u003e\n  \u003c/ol\u003e\n\n  \u003ch2\u003e📊 Sample Output\u003c/h2\u003e\n  \u003cp\u003eGraphs showing daily cases, deaths, and vaccine coverage across countries.\u003c/p\u003e\n\n  \u003ch2\u003e📬 Contact\u003c/h2\u003e\n  \u003cp\u003eFor any queries, contact me via \u003ca href=\"mailto:yourname@example.com\"\u003eemail\u003c/a\u003e or visit my \u003ca href=\"http://www.linkedin.com/in/motilal-das-42b4a9254\" target=\"_blank\"\u003eLinkedIn\u003c/a\u003e.\u003c/p\u003e\n\u003c/body\u003e\n\u003c/html\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmksingh431%2Fpython-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmksingh431%2Fpython-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmksingh431%2Fpython-project/lists"}