MLH-Fellowship / CodeVidLive

Live prediction for Corona Virus
MIT License
5 stars 1 forks source link

Covid 19 case dataset with geo locations #8

Closed zzj0402 closed 4 years ago

zzj0402 commented 4 years ago

Crawl news and merge? Checking out existing Covid Data on Kaggle

Diaga commented 4 years ago

I think we can take an existing Covid Dataset on Kaggle that has city level details of confirmed cases, and then create a dummy column using random locations from Maps. Later on, we can crawl news and replace dummy data for real time detection.

Does that make sense? @zzj0402

zzj0402 commented 4 years ago

Yes, it does.

zzj0402 commented 4 years ago

User

ID

Tested? Boolean

Confirmed? Boolean

Location? (Float,Float) Coordinate

Current City

Timeline? https://www.google.com/maps/timeline?pb

Diaga commented 4 years ago

China District Level CSV I will be using this dataset for models in #30.

Moving discussion to above mentioned issue and closing this.