mirror of
https://github.com/elastic/eland.git
synced 2025-07-11 00:02:14 +08:00
90 lines
1.5 KiB
ReStructuredText
90 lines
1.5 KiB
ReStructuredText
eland.Series
|
|
============
|
|
|
|
.. currentmodule:: eland
|
|
|
|
.. autoclass:: Series
|
|
|
|
|
|
.. automethod:: __init__
|
|
|
|
|
|
.. rubric:: Methods
|
|
|
|
.. autosummary::
|
|
|
|
~Series.__init__
|
|
~Series.add
|
|
~Series.describe
|
|
~Series.div
|
|
~Series.divide
|
|
~Series.es_info
|
|
~Series.es_match
|
|
~Series.filter
|
|
~Series.floordiv
|
|
~Series.head
|
|
~Series.hist
|
|
~Series.isin
|
|
~Series.isna
|
|
~Series.isnull
|
|
~Series.mad
|
|
~Series.max
|
|
~Series.mean
|
|
~Series.median
|
|
~Series.min
|
|
~Series.mod
|
|
~Series.mode
|
|
~Series.mul
|
|
~Series.multiply
|
|
~Series.notna
|
|
~Series.notnull
|
|
~Series.nunique
|
|
~Series.pow
|
|
~Series.quantile
|
|
~Series.radd
|
|
~Series.rdiv
|
|
~Series.rdivide
|
|
~Series.rename
|
|
~Series.rfloordiv
|
|
~Series.rmod
|
|
~Series.rmul
|
|
~Series.rmultiply
|
|
~Series.rpow
|
|
~Series.rsub
|
|
~Series.rsubtract
|
|
~Series.rtruediv
|
|
~Series.sample
|
|
~Series.std
|
|
~Series.sub
|
|
~Series.subtract
|
|
~Series.sum
|
|
~Series.tail
|
|
~Series.to_numpy
|
|
~Series.to_pandas
|
|
~Series.to_string
|
|
~Series.truediv
|
|
~Series.unique
|
|
~Series.value_counts
|
|
~Series.var
|
|
|
|
|
|
|
|
|
|
|
|
.. rubric:: Attributes
|
|
|
|
.. autosummary::
|
|
|
|
~Series.dtype
|
|
~Series.dtypes
|
|
~Series.empty
|
|
~Series.es_dtype
|
|
~Series.es_dtypes
|
|
~Series.es_field_name
|
|
~Series.index
|
|
~Series.name
|
|
~Series.ndim
|
|
~Series.shape
|
|
~Series.size
|
|
|
|
|