I get deprecation warning
soltrack\riseset.py:275: FutureWarning: 'S' is deprecated and will be removed in a future version, please use 's' instead. tmDTI = pd.Series.copy(pd.to_datetime(df).dt.round('S')) # Without .copy(), None below throws an error
using soltrack 0.3.1 and pandas 2.2.3
I get deprecation warning
soltrack\riseset.py:275: FutureWarning: 'S' is deprecated and will be removed in a future version, please use 's' instead. tmDTI = pd.Series.copy(pd.to_datetime(df).dt.round('S')) # Without .copy(), None below throws an errorusing soltrack 0.3.1 and pandas 2.2.3