Update `pandas` to 2.0.0
Description
Try updating to the latest pandas which was just released on PyPI: https://pypi.org/project/pandas/2.0.0
Checklists
- [x] Add a CHANGELOG entry
- [ ] Add / update tests
- [ ] Add new / update outdated documentation
Cool! I guess we need to try building pyarrow (#2933) after this PR, since many people will want to use pyarrow in pandas 2.0 :)
Looks like geopandas hasn't released a version supporting Pandas 2.0 yet.
https://github.com/geopandas/geopandas/issues/2692
Looks like geopandas supports pandas 2.0 now, perhaps worth revisiting?
Okay I opened a PR attempting the update. @ryanking13 reverted Geopandas 0.13 in #4088 so it may be a nontrivial upgrade...
Is something blocking this?
Nop, we already have pandas==2.2.0 in the main branch so this can be closed. Note that we don't have pyarrow in pandas though.