Skip to content

Commit

Permalink
feat: Prepare documentation for PandasData frame (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar committed Nov 13, 2019
1 parent 47be9d2 commit cd7627d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ Pandas DataFrame
The ``client`` is able to retrieve data in `Pandas DataFrame <https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.html>`_ format thought ``query_data_frame``:

.. code-block:: python
from influxdb_client import InfluxDBClient, Point, Dialect
from influxdb_client.client.write_api import SYNCHRONOUS
Expand Down Expand Up @@ -414,11 +415,11 @@ The ``client`` is able to retrieve data in `Pandas DataFrame <https://pandas.pyd
client.__del__()
.. code-block::
result table location temperature
0 _result 0 New York 24.3
1 _result 1 Prague 25.3
.. marker-pandas-end
Examples
Expand Down

0 comments on commit cd7627d

Please sign in to comment.