bccovideda.get_data
Module Contents
Functions
|
Downloads the entire "case details" data set from |
- bccovideda.get_data.get_data(url='http://www.bccdc.ca/Health-Info-Site/Documents/BCCDC_COVID19_Dashboard_Case_Details.csv', out_folder='data/raw')[source]
Downloads the entire “case details” data set from http://www.bccdc.ca/Health-Info-Site/Documents/BCCDC_COVID19_Dashboard_Case_Details.csv and returns it as a pandas data frame.
- Parameters
url (string) – URL to case data download page
out_folder (string) – Path to folder storing raw data set csv file
- Returns
pandas.DataFrame
- Return type
Dataframe containing entire BC Case Details Data
Examples
>>> get_data()