Closed
Description
xref: https://github.com/ibis-project/ibis/pull/2450/files#r500471390
We are currently supporting pandas 0.21+, which was released in 2017. And we've got some functionality to support moved APIs in ibis/compat.py
. We can increase the version of pandas, so that compatibility stuff is not needed anymore. Not sure what version of pandas is the minimum that has the new API that doesn't require that compat stuff, but that would be a good one to require as minimum.