system.kanoa.event.buildDowntimeBarChartByDay
Description
Takes the Downtime Data data and splits it by day. It is recommended to replace with a SQL function to speed things up.Syntax
buildDowntimeBarChartByDay(data)- data - Downtime Data.
data (pyDataset).
Code Example
# Example Usage:
data = your_downtime_data
result = system.kanoa.event.buildDowntimeBarChartByDay(data)