-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
Open
Labels
API DesignDeprecateFunctionality to remove in pandasFunctionality to remove in pandasNeeds DiscussionRequires discussion from core team before further actionRequires discussion from core team before further action
Description
Similar to #27522.
Currently we document pandas.io as:
In addition, public functions in
pandas.ioandpandas.tseriessubmodules are mentioned in the documentation.
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 as pandas.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 @bashtage
Metadata
Metadata
Assignees
Labels
API DesignDeprecateFunctionality to remove in pandasFunctionality to remove in pandasNeeds DiscussionRequires discussion from core team before further actionRequires discussion from core team before further action