CountryOrRegionTimePublicData Class

A class wrapper public_data which contains both country or region column and time column.

Initialize the class with optional list of column names.

Inheritance
CountryOrRegionTimePublicData
CountryOrRegionTimePublicData

Constructor

CountryOrRegionTimePublicData(cols: List[str] | None, enable_telemetry: bool = True)

Parameters

Name Description
cols
Required

the column name list which the user wants to enrich from public data

enable_telemetry

whether to send telemetry

default value: True