File tree Expand file tree Collapse file tree 11 files changed +33
-0
lines changed Expand file tree Collapse file tree 11 files changed +33
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ DataFrame
77=========
88.. currentmodule :: pandas
99
10+ .. note ::
11+ For more information on using DataFrame, see the :ref: `Essential basic functionality <basics >` section of the User Guide.
12+
1013Constructor
1114~~~~~~~~~~~
1215.. autosummary ::
Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ General functions
77=================
88.. currentmodule :: pandas
99
10+ .. note ::
11+ For more information on general data manipulation functions, see the :ref: `Reshaping and pivot tables <reshaping >` section of the User Guide.
12+
1013Data manipulations
1114~~~~~~~~~~~~~~~~~~
1215.. autosummary ::
Original file line number Diff line number Diff line change 77=======
88.. currentmodule :: pandas.core.groupby
99
10+ .. note ::
11+ For more information on using GroupBy, see the :ref: `Group by: split-apply-combine <groupby >` section of the User Guide.
12+
1013:class: `pandas.api.typing.DataFrameGroupBy ` and :class: `pandas.api.typing.SeriesGroupBy `
1114instances are returned by groupby calls :func: `pandas.DataFrame.groupby ` and
1215:func: `pandas.Series.groupby ` respectively.
Original file line number Diff line number Diff line change 1010-----
1111.. currentmodule :: pandas
1212
13+ .. note ::
14+ For more information on using Index, see the :ref: `Essential basic functionality <basics >` section of the User Guide.
15+
1316**Many of these methods or variants thereof are available on the objects
1417that contain an index (Series/DataFrame) and those should most likely be
1518used before calling these methods directly. **
Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ Input/output
77============
88.. currentmodule :: pandas
99
10+ .. note ::
11+ For more information on input/output operations, see the :ref: `IO Tools <io >` section of the User Guide.
12+
1013Pickling
1114~~~~~~~~
1215.. autosummary ::
Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ Missing values
77==============
88.. currentmodule :: pandas
99
10+ .. note ::
11+ For more information on working with missing values, see the :ref: `Working with missing data <missing_data >` section of the User Guide.
12+
1013NA is the way to represent missing values for nullable dtypes (see below):
1114
1215.. autosummary ::
Original file line number Diff line number Diff line change 77========
88.. currentmodule :: pandas.plotting
99
10+ .. note ::
11+ For more information on plotting, see the :ref: `Visualization <visualization >` section of the User Guide.
12+
1013The following functions are contained in the ``pandas.plotting `` module.
1114
1215.. autosummary ::
Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ Resampling
77==========
88.. currentmodule :: pandas.core.resample
99
10+ .. note ::
11+ For more information on resampling, see the :ref: `Time series / date functionality <timeseries >` section of the User Guide.
12+
1013:class: `pandas.api.typing.Resampler ` instances are returned by
1114resample calls: :func: `pandas.DataFrame.resample `, :func: `pandas.Series.resample `.
1215
Original file line number Diff line number Diff line change 77======
88.. currentmodule :: pandas
99
10+ .. note ::
11+ For more information on using Series, see the :ref: `Essential basic functionality <basics >` section of the User Guide.
12+
1013Constructor
1114-----------
1215.. autosummary ::
Original file line number Diff line number Diff line change 77=====
88.. currentmodule :: pandas.io.formats.style
99
10+ .. note ::
11+ For more information on styling, see the `Table Visualization <../user_guide/style.ipynb >`_ section of the User Guide.
12+
1013``Styler `` objects are returned by :attr: `pandas.DataFrame.style `.
1114
1215Styler constructor
You can’t perform that action at this time.
0 commit comments