scenarioplanner.converters.dataframe.marketing_analyses_converters.MediaSpendConverter

Outputs a "MediaSpend" table.

Inherits From: Converter

When called, this converter yields a data frame with the columns:

  • "Channel"
  • "Value"
  • "Label" A human-readable label on what "Value" represents
  • "Analysis Period" A human-readable analysis period.
  • "Analysis Date Start" A string formatted with Meridian date format: YYYY-mm-dd
  • "Analysis Date End" A string formatted with Meridian date format: YYYY-mm-dd

Methods

__call__

View source

Call self as a function.