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
18 lines
305 B
ReStructuredText
18 lines
305 B
ReStructuredText
.. _api:
|
|
|
|
=============
|
|
API reference
|
|
=============
|
|
|
|
This page gives an overview of all public eland objects, functions and
|
|
methods. All classes and functions exposed in ``eland.*`` namespace are public.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
io
|
|
general_utility_functions
|
|
dataframe
|
|
series
|
|
indexing
|