mirror of
https://github.com/elastic/eland.git
synced 2025-07-11 00:02:14 +08:00
Adding last few eland.DataFrame API docs.
This commit is contained in:
parent
fb2774e7c7
commit
29fe2278b7
6
docs/requirements-docs.txt
Normal file
6
docs/requirements-docs.txt
Normal file
@ -0,0 +1,6 @@
|
||||
elasticsearch>=7.0.5
|
||||
pandas==0.25.1
|
||||
matplotlib
|
||||
pytest>=5.2.1
|
||||
git+https://github.com/pandas-dev/pandas-sphinx-theme.git@master
|
||||
numpydoc==0.8
|
6
docs/source/reference/api/eland.DataFrame.shape.rst
Normal file
6
docs/source/reference/api/eland.DataFrame.shape.rst
Normal file
@ -0,0 +1,6 @@
|
||||
eland.DataFrame.shape
|
||||
=====================
|
||||
|
||||
.. currentmodule:: eland
|
||||
|
||||
.. autoattribute:: DataFrame.shape
|
6
docs/source/reference/api/eland.DataFrame.to_csv.rst
Normal file
6
docs/source/reference/api/eland.DataFrame.to_csv.rst
Normal file
@ -0,0 +1,6 @@
|
||||
eland.DataFrame.to_csv
|
||||
======================
|
||||
|
||||
.. currentmodule:: eland
|
||||
|
||||
.. automethod:: DataFrame.to_csv
|
6
docs/source/reference/api/eland.DataFrame.to_html.rst
Normal file
6
docs/source/reference/api/eland.DataFrame.to_html.rst
Normal file
@ -0,0 +1,6 @@
|
||||
eland.DataFrame.to_html
|
||||
=======================
|
||||
|
||||
.. currentmodule:: eland
|
||||
|
||||
.. automethod:: DataFrame.to_html
|
6
docs/source/reference/api/eland.DataFrame.to_string.rst
Normal file
6
docs/source/reference/api/eland.DataFrame.to_string.rst
Normal file
@ -0,0 +1,6 @@
|
||||
eland.DataFrame.to_string
|
||||
=========================
|
||||
|
||||
.. currentmodule:: eland
|
||||
|
||||
.. automethod:: DataFrame.to_string
|
Loading…
x
Reference in New Issue
Block a user