How can I copy latest data of Corona-virus cases from worldometers.info using a MATLAB code?

2 views (last 30 days)
Is there any simple way to copy data from a table given on https://www.worldometers.info/coronavirus/ website link?
  2 Comments
Gaurav Ahuja
Gaurav Ahuja on 30 Mar 2020
Also, there are several other datasets available as projects on Github with their sources mentioned that are updated live to help researchers. i would request you to also explore those possibilities to accelrate your research for the cause. An example of such is following
hope this is valuable.
Regards
Gaurav Ahuja
amit sharma
amit sharma on 28 Jul 2020
i tried various api's and data from github.
actually i need data at county level as well as data staring from january till date.
but i did not find any suitable source.
please let me know if any one has info on that

Sign in to comment.

Answers (1)

Arvind Narayanan
Arvind Narayanan on 29 Mar 2020
You can make use of the the following link to extract content that you need from the site:
You need to study the HTML of the site in detail to be able to extract the content the way you want it.
Cheers,
Arvind

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!