BUG: Prevent OutOfBoundsDatetime error for constructing tz-aware series from list by AdrianDAlessandro · Pull Request #54620 · pandas-dev/pandas (original) (raw)
Yes, sorry I haven't been able to find time to continue working on this. I'm not convinced it's fully finished because the original bug is only for a timezone-aware series, which this fixes, but the bug also happens with the more generic case of all Datetime Series.
This will require further changes to the Cython code in tslib.pyx
, specifically the array_to_datetime
function. But I've never really worked with Python outside of this PR.