DEPR: pandas.io #52994
Labels
API Design
Deprecate
Functionality to remove in pandas
Needs Discussion
Requires discussion from core team before further action
Similar to #27522.
Currently we document
pandas.io
as:Some submodules of
pandas.io
have a clear delineation of whats public vs private, e.g.pandas.io.excel
where all submodules are prefixed with an underscore. Others, such aspandas.io.formats
, are not.One possible way to clean this up is to do add
pandas.api.io
and make various objects public by exposing them there.Pinging people who helped introduce
pandas.api.typing
: cc @simonjayhawkins @Dr-Irv @mroeschke @jorisvandenbossche @topper-123 @bashtageThe text was updated successfully, but these errors were encountered: