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
+43
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,22 @@
5
5
API Reference
6
6
*************
7
7
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.
11
+
12
+
Further some of the subpackages are public, including ``pandas.errors``,
13
+
``pandas.plotting``, and ``pandas.testing``. Certain functions in the 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.
17
+
18
+
19
+
.. warning::
20
+
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.
0 commit comments