You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
687 B

4 years ago
4 years ago
4 years ago
4 years ago
  1. # Novel Corona virus - COVID19
  2. The new strain of Coronavirus has had a worldwide effect. It has affected people from different countries. The dataset provides, a time series data tracking the number of people affected by the virus, how many deaths has the virus caused and the number of reported people who have recovered.
  3. ## Run the script
  4. We use [dataflows](https://github.com/datahq/dataflows) to process and normalize the data
  5. ```
  6. pip install dataflows
  7. ```
  8. Run the sript
  9. ```
  10. python process.py
  11. ```
  12. ## Data
  13. Data is coming from https://github.com/CSSEGISandData/COVID-19 updated daily. We have normalized data a bit - unpivoted and transfered dates to be more machine readable.