nowcasting_dataset icon indicating copy to clipboard operation
nowcasting_dataset copied to clipboard

PV power warning

Open peterdudfield opened this issue 3 years ago • 0 comments

Detailed Description

Indexing a timezone-aware DatetimeIndex with a timezone-naive datetime is deprecated and will raise KeyError in a future version. Use a timezone-aware object instead.
selected_pv_power = self.pv_power.loc[start_dt:end_dt].dropna(axis="columns", how="any")

Context

This is when loading live pv data

Possible Implementation

Remove timezone from live dataframe index

peterdudfield avatar May 17 '22 15:05 peterdudfield