geopandas / geopandas

Python tools for geographic data
http://geopandas.org/
BSD 3-Clause "New" or "Revised" License
4.34k stars 907 forks source link

TST: update read_file out-of-bounds datetime test for pandas 3+ #3321

Closed jorisvandenbossche closed 4 weeks ago

jorisvandenbossche commented 4 weeks ago

pandas will now properly convert it to datetime64 (just with non-nanosecond resolution, so it is no longer out of bounds)

jorisvandenbossche commented 4 weeks ago

Going to merge this to get green CI on the other PRs