There are covid-19 datasets in Google Cloud Platform ready to be queried. You can go to https://console.cloud.google.com/bigquery and immediately execute a covid-19 related query, for example: ``` SELECT * FROM `bigquery-public-data.covid19_ecdc.covid_19_geographic_distribution_worldwide` WHERE countries_and_territories LIKE '%America%' AND date > '2020-03-01' ORDER BY date DESC ```
On Fri, Jul 3, 2020 at 12:38 AM Balaji Shetty <[email protected]> wrote: > Hi > > Can anyone provide me Covid 19 Database. > I need Covid 19 Database for Experiments > > Thank you > > > -- > Mr Shetty Balaji > Asst. Prof. > IT Department > SGGS I&T > Nanded. My. India > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CAECSbOuuNCY58sB1g2f_ftHtpAs3FamSq%2BBJJZ%2BA5mv_3%3Dw3NQ%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CAECSbOuuNCY58sB1g2f_ftHtpAs3FamSq%2BBJJZ%2BA5mv_3%3Dw3NQ%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- Regards, Aldian Fazrihady http://aldianfazrihady.com -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAN7EoAbY1Kr9EWw21SdnsDXWV8Cwr_FBCbAT5WtECv_gmOUjug%40mail.gmail.com.

