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
7 lines
117 B
ReStructuredText
7 lines
117 B
ReStructuredText
eland.Series.value_counts
|
|
===========================
|
|
|
|
.. currentmodule:: eland
|
|
|
|
.. automethod:: Series.value_counts
|