Error when creating typical periods which are longer than 24h (e.g. 48h or 72h)
Closed this issue · 3 comments
alicia-le commented
I am using version 2.0.1 of Pandas. Unfortunately, as of version 1.4.0, DataFrame.append() has been deprecated. So now I get an error message when I try to create typical periods longer than 24h, for example, typical periods that are 48h long.
rschwarz commented
We experienced the same issue when selecting weekly periods, ie 7 * 24 h
. It seems to work on previous versions of pandas
.
l-kotzur commented
@rschwarz @alicia-le Sorry, I just saw this now. I updated my notification setting to respond in future earliest.
I will release @rschwarz fix tomorrow.
l-kotzur commented
This should now be fixed with release 2.3.0. Thanks again for pointing out and fixing.