scenarioplanner.converters.dataframe.marketing_analyses_converters.MediaOutcomeConverter

Outputs a "MediaOutcome" table.

Inherits From: Converter

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

  • "Channel Index" This is to ensure "baseline" and "All Channels" can be sorted to appear first and last, respectively, in LS dashboard.
  • "Channel"
  • "Incremental Outcome"
  • "Contribution Share"
  • "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.