h2oai / datatable

A Python package for manipulating 2-dimensional tabular data structures
https://datatable.readthedocs.io
Mozilla Public License 2.0
1.81k stars 155 forks source link

Fix tests for `pandas >= 2.0.0` #3456

Closed oleksiyskononenko closed 1 year ago

oleksiyskononenko commented 1 year ago

Fix datatable when tested with the new pandas 2.0.0.

oleksiyskononenko commented 1 year ago

@samukweku once this PR is green and merged, you need to merge the changes on all your PR's, otherwise they will fail on AppVeyor (that seems to have new pandas installed).