Skip to main content

system.kanoa.event.buildProductionBarChartByDay

Description

Takes the production event data and splits it by day. It is recommended to replace with a SQL function to speed things up.

Syntax

buildProductionBarChartByDay(data)

Parameters:
  • data: Production event data

  • Returns:
  • data (pyDataset)
  • Code Examples

    # Example Usage:
    data = your_production_event_data
    result = buildProductionBarChartByDay(data)