File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ The python package is hosted on `PyPI <https://pypi.org/project/influxdb-client/
96
96
97
97
.. code-block :: sh
98
98
99
- pip install influxdb-client[ciso]
99
+ pip install ' influxdb-client[ciso]'
100
100
101
101
Then import the package:
102
102
@@ -685,7 +685,7 @@ Pandas DataFrame
685
685
""""""""""""""""
686
686
.. marker-pandas-start
687
687
688
- .. note :: For DataFrame querying you should install Pandas dependency via ``pip install influxdb-client[extra]``.
688
+ .. note :: For DataFrame querying you should install Pandas dependency via ``pip install ' influxdb-client[extra]' ``.
689
689
690
690
.. note :: Note that if a query returns more then one table then the client generates a ``DataFrame`` for each of them.
691
691
You can’t perform that action at this time.
0 commit comments