API reference

This page gives an overview of all public pandas objects, functions andmethods. All classes and functions exposed in pandas.* namespace are public.

Some subpackages are public which include pandas.errors,pandas.plotting, and pandas.testing. Public functions inpandas.io and pandas.tseries submodules are mentioned inthe documentation. pandas.api.types subpackage holds somepublic functions related to data types in pandas.

Warning

The pandas.core, pandas.compat, and pandas.util top-level modules are PRIVATE. Stable functionality in such modules is not guaranteed.