Setup
Fetch data
Resample to daily averages
Rolling 24-hour average
Filter hours with negative prices
Monthly statistics
Pivot: average price by hour of day
Standard pandas operations
All standard pandas operations work:.resample(),.rolling(),.shift().groupby(),.pivot_table().merge(),.join(),.concat().apply(),.map(),.transform()- Boolean indexing, slicing, filtering
