You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/api.rst
+7-8
Original file line number
Diff line number
Diff line change
@@ -6,19 +6,18 @@ API Reference
6
6
*************
7
7
8
8
This page gives an overview of all public pandas objects, functions and
9
-
methods. In general, all classes and functions exposed in the top-level
10
-
``pandas.*`` namespace are regarded as public.
9
+
methods. All classes and functions exposed in ``pandas.*`` namespace are public.
11
10
12
-
Further some of the subpackages are public, including ``pandas.errors``,
13
-
``pandas.plotting``, and ``pandas.testing``. Certain functions in the
14
-
``pandas.io`` and ``pandas.tseries`` submodules are public as well (those
15
-
mentioned in the documentation). Further, the ``pandas.api.types`` subpackage
16
-
holds some public functions related to data types in pandas.
11
+
Some subpackages are public which include :module:`pandas.errors`,
12
+
:module:`pandas.plotting`, and :module:`pandas.testing`. Public functions in
13
+
:module:`pandas.io` and :module:`pandas.tseries` submodules are mentioned in
14
+
the documentation. :module:`pandas.api.types` subpackage holds some
15
+
public functions related to data types in pandas.
17
16
18
17
19
18
.. warning::
20
19
21
-
The ``pandas.core``, ``pandas.compat``, and ``pandas.util`` top-level modules are considered to be PRIVATE. Stability of functionality in those modules in not guaranteed.
20
+
The :module:`pandas.core`, :module:`pandas.compat`, and :module:`pandas.util` top-level modules are PRIVATE. Stable functionality in such modules is not guaranteed.
0 commit comments