mirror of
https://github.com/elastic/eland.git
synced 2025-07-11 00:02:14 +08:00
96 lines
1.5 KiB
ReStructuredText
96 lines
1.5 KiB
ReStructuredText
.. _api.dataframe:
|
|
|
|
=========
|
|
DataFrame
|
|
=========
|
|
.. currentmodule:: eland
|
|
|
|
Constructor
|
|
~~~~~~~~~~~
|
|
.. autosummary::
|
|
:toctree: api/
|
|
|
|
DataFrame
|
|
|
|
Attributes and underlying data
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
**Axes**
|
|
|
|
.. autosummary::
|
|
:toctree: api/
|
|
|
|
DataFrame.index
|
|
DataFrame.columns
|
|
DataFrame.dtypes
|
|
DataFrame.select_dtypes
|
|
DataFrame.empty
|
|
DataFrame.shape
|
|
|
|
Indexing, iteration
|
|
~~~~~~~~~~~~~~~~~~~
|
|
.. autosummary::
|
|
:toctree: api/
|
|
|
|
DataFrame.head
|
|
DataFrame.keys
|
|
DataFrame.tail
|
|
DataFrame.get
|
|
DataFrame.query
|
|
|
|
Function application, GroupBy & window
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
.. autosummary::
|
|
:toctree: api/
|
|
|
|
DataFrame.agg
|
|
DataFrame.aggregate
|
|
|
|
.. _api.dataframe.stats:
|
|
|
|
Computations / descriptive stats
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
.. autosummary::
|
|
:toctree: api/
|
|
|
|
DataFrame.count
|
|
DataFrame.describe
|
|
DataFrame.info
|
|
DataFrame.max
|
|
DataFrame.mean
|
|
DataFrame.min
|
|
DataFrame.sum
|
|
DataFrame.nunique
|
|
|
|
Reindexing / selection / label manipulation
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
.. autosummary::
|
|
:toctree: api/
|
|
|
|
DataFrame.drop
|
|
|
|
Plotting
|
|
~~~~~~~~
|
|
.. autosummary::
|
|
:toctree: api/
|
|
|
|
DataFrame.hist
|
|
|
|
Serialization / IO / conversion
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
.. autosummary::
|
|
:toctree: api/
|
|
|
|
DataFrame.info
|
|
DataFrame.to_csv
|
|
DataFrame.to_html
|
|
DataFrame.to_string
|
|
|
|
Elasticsearch utilities
|
|
~~~~~~~~~~~~~~~~~~~~~~~
|
|
.. autosummary::
|
|
:toctree: api/
|
|
|
|
DataFrame.info_es
|
|
|
|
|