Skip to content

Files

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Latest commit

5126e80 · Jan 24, 2019

History

History
40 lines (33 loc) · 716 Bytes

index.rst

File metadata and controls

40 lines (33 loc) · 716 Bytes

{{ header }}

User Guide

The User Guide covers all of pandas by topic area. Each of the subsections introduces a topic (such as "working with missing data"), and discusses how pandas approaches the problem, with many examples throughout.

Users brand-new to pandas should start with :ref:`10min`.

Further information on any specific method can be obtained in the :ref:`api`.

.. toctree::
    :maxdepth: 2

    io
    indexing
    advanced
    merging
    reshaping
    text
    missing_data
    categorical
    integer_na
    visualization
    computation
    groupby
    timeseries
    timedeltas
    style
    options
    enhancingperf
    sparse
    gotchas
    cookbook