calplot
calplot copied to clipboard
TimeZone aware index
Great capability.
TimeZone Aware message is shown even though the index is timezone aware?
lib\site-packages\calplot\calplot.py:189: FutureWarning: 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.
ax.set_xticks([by_day.loc[pd.Timestamp(
(Pdb) pltdf.index.dtype
datetime64[ns, UTC]