meridian.data.load.CoordToColumns

A mapping between the desired and actual column names in the input data.

time Name of column containing time values in the input data.
geo Name of column containing geo values in the input data. This field is optional for a national model.
kpi Name of column containing kpi values in the input data.
controls List of column names containing controls values in the input data. Optional.
revenue_per_kpi Name of column containing revenue_per_kpi values in the input data. Optional. Will be overridden if model KPI type is "revenue".
population Name of column containing population values in the input data. This field is optional for a national model.
media List of column names containing media values in the input data.
media_spend List of column names containing media_spend values in the input data.
reach List of column names containing reach values in the input data.
frequency List of column names containing frequency values in the input data.
rf_spend List of column names containing rf_spend values in the input data.
non_media_treatments List of column names containing non_media_treatments values in the input data.
organic_media List of column names containing organic_media values in the input data.
organic_reach List of column names containing organic_reach values in the input data.
organic_frequency List of column names containing organic_frequency values in the input data.

Methods

__eq__

Return self==value.

controls None
frequency None
geo 'geo'
kpi 'kpi'
media None
media_spend None
non_media_treatments None
organic_frequency None
organic_media None
organic_reach None
population 'population'
reach None
revenue_per_kpi None
rf_spend None
time 'time'