Closed Flix6x closed 3 years ago
Pandas 1.1.0 fixed a bug where resampling causes the subclassed data structure to be lost.
Another effort is undertaken to preserve metadata when using groupby, a fix for which is scheduled for release version 1.1.1.
That means by updating our dependency to pandas=1.1.1 we should be able to simplify (and increase the speed of) some of our resampling methods by not having to reinitialize the BeliefsDataFrame. I already had a test stashed for just this case.
Release of this fix has been postponed, at least to pandas 1.1.3.
Fix was released as part of pandas 1.1.5.
Pandas 1.1.0 fixed a bug where resampling causes the subclassed data structure to be lost.
Another effort is undertaken to preserve metadata when using groupby, a fix for which is scheduled for release version 1.1.1.
That means by updating our dependency to pandas=1.1.1 we should be able to simplify (and increase the speed of) some of our resampling methods by not having to reinitialize the BeliefsDataFrame. I already had a test stashed for just this case.