You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 11, 2023. It is now read-only.
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")
Detailed Description
Context
This is when loading live pv data
Possible Implementation
Remove timezone from live dataframe index