mirror of
https://github.com/elastic/eland.git
synced 2025-07-11 00:02:14 +08:00
* Resolving inconsistent __repr__ test on python 3.5 * Fixing layout for info_es + adding Series.hist doc
98 lines
1.4 KiB
ReStructuredText
98 lines
1.4 KiB
ReStructuredText
.. _api.series:
|
|
|
|
=========
|
|
Series
|
|
=========
|
|
.. currentmodule:: eland
|
|
|
|
Constructor
|
|
~~~~~~~~~~~
|
|
.. autosummary::
|
|
:toctree: api/
|
|
|
|
Series
|
|
|
|
Attributes and underlying data
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
**Axes**
|
|
|
|
.. autosummary::
|
|
:toctree: api/
|
|
|
|
Series.index
|
|
Series.shape
|
|
Series.name
|
|
Series.empty
|
|
|
|
Indexing, iteration
|
|
~~~~~~~~~~~~~~~~~~~
|
|
.. autosummary::
|
|
:toctree: api/
|
|
|
|
Series.head
|
|
Series.tail
|
|
|
|
Binary operator functions
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
.. autosummary::
|
|
:toctree: api/
|
|
|
|
Series.add
|
|
Series.sub
|
|
Series.mul
|
|
Series.div
|
|
Series.truediv
|
|
Series.floordiv
|
|
Series.mod
|
|
Series.pow
|
|
Series.radd
|
|
Series.rsub
|
|
Series.rmul
|
|
Series.rdiv
|
|
Series.rtruediv
|
|
Series.rfloordiv
|
|
Series.rmod
|
|
Series.rpow
|
|
|
|
Computations / descriptive stats
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
.. autosummary::
|
|
:toctree: api/
|
|
|
|
Series.describe
|
|
Series.max
|
|
Series.mean
|
|
Series.min
|
|
Series.sum
|
|
Series.nunique
|
|
Series.value_counts
|
|
|
|
Reindexing / selection / label manipulation
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
.. autosummary::
|
|
:toctree: api/
|
|
|
|
Series.rename
|
|
|
|
Plotting
|
|
~~~~~~~~
|
|
.. autosummary::
|
|
:toctree: api/
|
|
|
|
Series.hist
|
|
|
|
Serialization / IO / conversion
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
.. autosummary::
|
|
:toctree: api/
|
|
|
|
Series.to_string
|
|
Series.to_numpy
|
|
|
|
Elasticsearch utilities
|
|
~~~~~~~~~~~~~~~~~~~~~~~
|
|
.. autosummary::
|
|
:toctree: api/
|
|
|
|
Series.info_es
|