task_geo.data_sources.covid.cds.cds_connector module¶
Source of Data: https://coronadatascraper.com/#timeseries.json
Functions
|
Retrieve data from Corona Data Scraper. |
-
task_geo.data_sources.covid.cds.cds_connector.
cds_connector
(country=None)[source]¶ Retrieve data from Corona Data Scraper.
This connector has two ways of working: - When given the country it will return a pandas.DataFrame with the data for the given country. - When no argument is given, returns the raw data.
- Parameters
country[str] – 3 letter ISO country code.Optional
- Returns
pandas.DataFrame