Adding last few eland.DataFrame API docs.

This commit is contained in:
Stephen Dodson 2019-11-15 11:01:46 +00:00
parent fb2774e7c7
commit 29fe2278b7
5 changed files with 30 additions and 0 deletions

View 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

View File

@ -0,0 +1,6 @@
eland.DataFrame.shape
=====================
.. currentmodule:: eland
.. autoattribute:: DataFrame.shape

View File

@ -0,0 +1,6 @@
eland.DataFrame.to_csv
======================
.. currentmodule:: eland
.. automethod:: DataFrame.to_csv

View File

@ -0,0 +1,6 @@
eland.DataFrame.to_html
=======================
.. currentmodule:: eland
.. automethod:: DataFrame.to_html

View File

@ -0,0 +1,6 @@
eland.DataFrame.to_string
=========================
.. currentmodule:: eland
.. automethod:: DataFrame.to_string