Re: Need Covid 19 Database for Experiments
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 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 django-users+unsubscr...@googlegroups.com. > 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 django-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAN7EoAbY1Kr9EWw21SdnsDXWV8Cwr_FBCbAT5WtECv_gmOUjug%40mail.gmail.com.
Re: Need Covid 19 Database for Experiments
Hello, you have an excellent job done by devs and Brazilian journalists... https://brasil.io/covid19/ Em quinta-feira, 2 de julho de 2020 14:38:51 UTC-3, Balaji escreveu: > > 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 django-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/33f46c79-c80c-456e-9cc1-f1d43167a593o%40googlegroups.com.
Re: Need Covid 19 Database for Experiments
https://www.who.int/data/gho/info/athena-api On Fri, Jul 3, 2020 at 7:39 PM Shubham Garg wrote: > > Hi Balaji, > > You can get COVID-19 dataset from kaggle.com > > Let me know if you have any questions. > Thanks, > > On Thu, Jul 2, 2020 at 11:07 PM Balaji Shetty 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 django-users+unsubscr...@googlegroups.com. >> 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. > > -- > 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 django-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CAD01mrWQ9XfEkuXccrFeJrHXm6tyvESXGtEPF9iiv-rL1h3RAw%40mail.gmail.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 django-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAJFFGZLi3pBz3oi820G9gzuQnFGkadh1PKha8rna-fZiAoSfxA%40mail.gmail.com.
Re: Need Covid 19 Database for Experiments
Hi Balaji, You can get COVID-19 dataset from kaggle.com Let me know if you have any questions. Thanks, On Thu, Jul 2, 2020 at 11:07 PM Balaji Shetty 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 django-users+unsubscr...@googlegroups.com. > 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> > . > -- 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 django-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAD01mrWQ9XfEkuXccrFeJrHXm6tyvESXGtEPF9iiv-rL1h3RAw%40mail.gmail.com.
Re: Need Covid 19 Database for Experiments
https://www.kaggle.com/allen-institute-for-ai/CORD-19-research-challenge On Thu, Jul 2, 2020 at 11:43 AM mohamed khaled < mohamed.khaled33...@gmail.com> wrote: > go to Kaggle website you will see or IEEE > > On Thu, 2 Jul 2020 at 19:38, Balaji Shetty 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 django-users+unsubscr...@googlegroups.com. >> 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> >> . >> > -- > 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 django-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CALvPq4LpBxANvRc_JSnEFXdyi7yiNeqrUYFtkW9bofMVTufHVg%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CALvPq4LpBxANvRc_JSnEFXdyi7yiNeqrUYFtkW9bofMVTufHVg%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- att. Carlos Rocha -- 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 django-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAM-7rO0_h1o1NJZzBDiLSjnP9z%3DU7VM3joEjpZ%3DVh%3Dmz7Lg8Mw%40mail.gmail.com.
Re: Need Covid 19 Database for Experiments
go to Kaggle website you will see or IEEE On Thu, 2 Jul 2020 at 19:38, Balaji Shetty 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 django-users+unsubscr...@googlegroups.com. > 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> > . > -- 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 django-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CALvPq4LpBxANvRc_JSnEFXdyi7yiNeqrUYFtkW9bofMVTufHVg%40mail.gmail.com.
Need Covid 19 Database for Experiments
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 django-users+unsubscr...@googlegroups.com. 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.