- [ ] Convert the value column from string to numeric (float), handling nulls with errors='coerce'. - [ ] Convert the period column to a standardized UTC Datetime objects. - [ ] Pivot the data so that "Demand" and "Day-ahead forecast" are individual columns for analysis.
Convert the value column from string to numeric (float), handling nulls with errors='coerce'.
Convert the period column to a standardized UTC Datetime objects.
Pivot the data so that "Demand" and "Day-ahead forecast" are individual columns for analysis.