All Projects → imdevskp → Covid_19_jhu_data_web_scrap_and_cleaning

imdevskp / Covid_19_jhu_data_web_scrap_and_cleaning

This repository contains data and code used to get and clean data from https://github.com/CSSEGISandData/COVID-19 and https://www.worldometers.info/coronavirus/

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Covid 19 jhu data web scrap and cleaning

Python for ml
brief introduction to Python for machine learning
Stars: ✭ 29 (-63.75%)
Mutual labels:  jupyter-notebook, pandas
Pandas Ta
Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 130+ Indicators
Stars: ✭ 962 (+1102.5%)
Mutual labels:  jupyter-notebook, pandas
Machine Learning Alpine
Alpine Container for Machine Learning
Stars: ✭ 30 (-62.5%)
Mutual labels:  jupyter-notebook, pandas
Pandas Profiling
Create HTML profiling reports from pandas DataFrame objects
Stars: ✭ 8,329 (+10311.25%)
Mutual labels:  jupyter-notebook, pandas
Python
Jupyter notebooks and datasets for the interesting pandas/python/data science video series.
Stars: ✭ 65 (-18.75%)
Mutual labels:  jupyter-notebook, pandas
Crime Analysis
Association Rule Mining from Spatial Data for Crime Analysis
Stars: ✭ 20 (-75%)
Mutual labels:  jupyter-notebook, pandas
Machinelearningcourse
A collection of notebooks of my Machine Learning class written in python 3
Stars: ✭ 35 (-56.25%)
Mutual labels:  jupyter-notebook, pandas
Pandas exercises
Practice your pandas skills!
Stars: ✭ 7,140 (+8825%)
Mutual labels:  jupyter-notebook, pandas
Applied Text Mining In Python
Repo for Applied Text Mining in Python (coursera) by University of Michigan
Stars: ✭ 59 (-26.25%)
Mutual labels:  jupyter-notebook, pandas
Ds and ml projects
Data Science & Machine Learning projects and tutorials in python from beginner to advanced level.
Stars: ✭ 56 (-30%)
Mutual labels:  jupyter-notebook, pandas
Datadoubleconfirm
Simple datasets and notebooks for data visualization, statistical analysis and modelling - with write-ups here: http://projectosyo.wix.com/datadoubleconfirm.
Stars: ✭ 24 (-70%)
Mutual labels:  jupyter-notebook, webscraping
Pandas Tutorial
Tutorial on Using Pandas
Stars: ✭ 66 (-17.5%)
Mutual labels:  jupyter-notebook, pandas
Python Introducing Pandas
Introduction to pandas Treehouse course
Stars: ✭ 24 (-70%)
Mutual labels:  jupyter-notebook, pandas
Pythondatasciencehandbook
The book was written and tested with Python 3.5, though other Python versions (including Python 2.7) should work in nearly all cases.
Stars: ✭ 31,995 (+39893.75%)
Mutual labels:  jupyter-notebook, pandas
Quickviz
Visualize a pandas dataframe in a few clicks
Stars: ✭ 18 (-77.5%)
Mutual labels:  jupyter-notebook, pandas
Pandas basics
basic pandas tutorials
Stars: ✭ 34 (-57.5%)
Mutual labels:  jupyter-notebook, pandas
Machine Learning
머신러닝 입문자 혹은 스터디를 준비하시는 분들에게 도움이 되고자 만든 repository입니다. (This repository is intented for helping whom are interested in machine learning study)
Stars: ✭ 705 (+781.25%)
Mutual labels:  jupyter-notebook, pandas
Fecon235
Notebooks for financial economics. Keywords: Jupyter notebook pandas Federal Reserve FRED Ferbus GDP CPI PCE inflation unemployment wage income debt Case-Shiller housing asset portfolio equities SPX bonds TIPS rates currency FX euro EUR USD JPY yen XAU gold Brent WTI oil Holt-Winters time-series forecasting statistics econometrics
Stars: ✭ 708 (+785%)
Mutual labels:  jupyter-notebook, pandas
Data Science Complete Tutorial
For extensive instructor led learning
Stars: ✭ 1,027 (+1183.75%)
Mutual labels:  jupyter-notebook, pandas
Pydata Pandas Workshop
Material for my PyData Jupyter & Pandas Workshops, I'm also available for personal in-house trainings on request
Stars: ✭ 65 (-18.75%)
Mutual labels:  jupyter-notebook, pandas

covid_19_jhu_data_web_scrap_and_cleaning

This repository contains data and code used to get and clean data from

  1. https://github.com/CSSEGISandData/COVID-19 and
  2. https://www.worldometers.info/coronavirus/

JHU data

worldometer data

  • According to worldometer

"For the COVID-19 data, we collect data from official reports, directly from Government's communication channels or indirectly, through local media sources when deemed reliable. We provide the source of each data update in the "Latest Updates" (News) section. Timely updates are made possible thanks to the participation of users around the world and to the dedication of a team of analysts and researchers who validate data from an ever-growing list of over 5,000 sources." - https://www.worldometers.info/about/

Files

Notebooks

Data

  • covid_19_clean_complete.csv - Country wise day to day cases dataset

  • usa_county_wise.csv - US county day to day cases dataset

  • full_grouped.csv - Day to day country wise no. of cases (Has County/State/Province level data)

  • country_wise_latest.csv - Latest country level no. of cases

  • day_wise.csv - Day wise no. of cases (Doesn't have country level data)

  • worldometer_data.csv - Data from https://www.worldometers.info/about/

  • time_series_covid19_confirmed_global.ipynb - Has day to day global confirmed cases data

  • time_series_covid19_deaths_global.ipynb - Has day to day global deaths data

  • time_series_covid19_recovered_global.ipynb - Has day to day global recovered data

  • time_series_covid19_confirmed_US.ipynb - Has day to day US confirmed cases data

  • time_series_covid19_deaths_US.ipynb - Has day to day US deaths data

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].