bucky.datasource_transforms.csse_timeseries#

Preprocess the CSSE covid case/death dataset.

Module Contents#

Functions#

transform(output_file, census_data_path)

Convert CSSE csv format yo standard format and map odd rows to where they should go.

Attributes#

MI_PRISON_UIDS

UT_LHD_UIDS

nan_fips_uid_map

bucky.datasource_transforms.csse_timeseries.MI_PRISON_UIDS = [84070004, 84070005]#
bucky.datasource_transforms.csse_timeseries.UT_LHD_UIDS = [84070015, 84070016, 84070017, 84070018, 84070019, 84070020]#
bucky.datasource_transforms.csse_timeseries.nan_fips_uid_map#
bucky.datasource_transforms.csse_timeseries.transform(output_file, census_data_path)[source]#

Convert CSSE csv format yo standard format and map odd rows to where they should go.