Closed
Description
PR #15998 removed the pandas.types
module which AFAICT wasn't deprecated.
This breaks 3rd party libraries such as dask
without giving them any warning or time to adjust to the new api.
IMHO a shim should be put in place with a deprecation warning to give 3rd party libraries a chance to adjust to the new api