task_geo.data_sources.covid.cds package

Module contents

Functions

cds([country])

CoronaDataScraper Data Source.

task_geo.data_sources.covid.cds.cds(country=None)[source]

CoronaDataScraper Data Source.

This data source 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