Skip to main content

system.kanoa.event.buildProductionBarChartByDay

This function requires KanoaOPS module

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 Example

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