@@ -11,18 +11,18 @@ methods. All classes and functions exposed in ``pandas.*`` namespace are public.
11
11
12
12
The following subpackages are public.
13
13
14
- - ``pandas.errors ``: Custom exception and warnings classes that are raised by pandas.
15
- - ``pandas.plotting ``: Plotting public API.
16
- - ``pandas.testing ``: Functions that are useful for writing tests involving pandas objects.
17
- - ``pandas.api.extensions ``: Functions and classes for extending pandas objects.
18
- - ``pandas.api.indexers ``: Functions and classes for rolling window indexers.
19
- - ``pandas.api.interchange ``: DataFrame interchange protocol.
20
- - ``pandas.api.types ``: Datatype classes and functions.
21
- - ``pandas.api.typing ``: Classes that may be necessary for type-hinting. These are
22
- classes that are encountered as intermediate results but should not be
23
- instantiated directly by users. These classes are not to be confused with
24
- classes from the `pandas-stubs <https://github.com/pandas-dev/pandas-stubs >`_
25
- package which has classes in addition to those that occur in pandas for type-hinting.
14
+ - ``pandas.errors ``: Custom exception and warnings classes that are raised by pandas.
15
+ - ``pandas.plotting ``: Plotting public API.
16
+ - ``pandas.testing ``: Functions that are useful for writing tests involving pandas objects.
17
+ - ``pandas.api.extensions ``: Functions and classes for extending pandas objects.
18
+ - ``pandas.api.indexers ``: Functions and classes for rolling window indexers.
19
+ - ``pandas.api.interchange ``: DataFrame interchange protocol.
20
+ - ``pandas.api.types ``: Datatype classes and functions.
21
+ - ``pandas.api.typing ``: Classes that may be necessary for type-hinting.
22
+ These are classes that are encountered as intermediate results but should not be instantiated
23
+ directly by users. These classes are not to be confused with classes from the
24
+ `pandas-stubs <https://github.com/pandas-dev/pandas-stubs >`_ package
25
+ which has classes in addition to those that occur in pandas for type-hinting.
26
26
27
27
In addition, public functions in ``pandas.io `` and ``pandas.tseries `` submodules
28
28
are mentioned in the documentation.
@@ -33,7 +33,7 @@ are mentioned in the documentation.
33
33
The ``pandas.core ``, ``pandas.compat ``, and ``pandas.util `` top-level modules are PRIVATE. Stable functionality in such modules is not guaranteed.
34
34
35
35
.. If you update this toctree, also update the manual toctree in the
36
- main index.rst.template
36
+ .. main index.rst.template
37
37
38
38
.. toctree ::
39
39
:maxdepth: 2
0 commit comments