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)- data - Production event data.
data (pyDataset).
Code Example
# Example Usage:
data = your_production_event_data
result = buildProductionBarChartByDay(data)