mirror of
https://github.com/elastic/eland.git
synced 2025-07-11 00:02:14 +08:00
* adds support for series.value_counts * adds docs for series.value_counts * adds tests for series.value_counts * updates keyerror language * adds es docs as an external source * adds parameters for metrics and terms aggs * adds 2 tests to check for exceptions * explains the size parameter * removes print statements from tests * checks that es_size is a positive integer * implements assert_series_equal
13 lines
194 B
ReStructuredText
13 lines
194 B
ReStructuredText
.. _api.series:
|
|
|
|
=========
|
|
Series
|
|
=========
|
|
.. currentmodule:: eland
|
|
|
|
Computations / descriptive stats
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
.. autosummary::
|
|
:toctree: api/
|
|
|
|
Series.value_counts |