The documentation is failing on an example for the resample function. The bug is related to pandas and has been documented here.
In the meantime, pinning to pandas v2.1.4 seems to fix the problem so I pinned Pyleoclim to this version until 2.2 is more stable and they fix all the problems related to non-nanosecond date time.
Note that pandas will also deprecate AS for YS soon so this was corrected in the resample function for future compatibility.
The documentation is failing on an example for the resample function. The bug is related to pandas and has been documented here.
In the meantime, pinning to pandas v2.1.4 seems to fix the problem so I pinned Pyleoclim to this version until 2.2 is more stable and they fix all the problems related to non-nanosecond date time.
Note that pandas will also deprecate
AS
forYS
soon so this was corrected in the resample function for future compatibility.