mirror of
https://github.com/elastic/eland.git
synced 2025-07-11 00:02:14 +08:00
36 lines
415 B
ReStructuredText
36 lines
415 B
ReStructuredText
.. _api.dataframe:
|
|
|
|
=========
|
|
DataFrame
|
|
=========
|
|
.. currentmodule:: eland
|
|
|
|
Constructor
|
|
~~~~~~~~~~~
|
|
.. autosummary::
|
|
:toctree: api/
|
|
|
|
DataFrame
|
|
|
|
Attributes and underlying data
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
**Axes**
|
|
|
|
.. autosummary::
|
|
:toctree: api/
|
|
|
|
DataFrame.index
|
|
DataFrame.columns
|
|
|
|
Indexing, iteration
|
|
~~~~~~~~~~~~~~~~~~~
|
|
.. autosummary::
|
|
:toctree: api/
|
|
|
|
DataFrame.head
|
|
DataFrame.tail
|
|
|
|
|
|
|
|
|