RSE-Sheffield / sheffield-covid-19

Scrape COVID-19 data from the University website
1 stars 8 forks source link

CSV and/or JSON output #7

Closed drj11 closed 3 years ago

drj11 commented 3 years ago

It doesn't do CSV or JSON output yet.

I suggest that for csv output:

python ingest.py --csv myfile.csv

for JSON output:

python ingest.py --json myfile.json

We should use

argparse, json, csv modules that are already built-in.

drj11 commented 3 years ago

Aha, apparently if you comment here @midhun1998 I will then be able to assign you!

midhun1998 commented 3 years ago

Thanks @drj11 .