You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,14 @@ pip install influxdb3-python
42
42
43
43
Note: This does not include Pandas support. If you would like to use key features such as `to_pandas()` and `write_file()` you will need to install `pandas` separately.
44
44
45
+
```bash
46
+
pip install influxdb3-python[pandas]
47
+
```
48
+
or
49
+
```bash
50
+
pip install pandas
51
+
```
52
+
45
53
*Note: Please make sure you are using 3.6 or above. For the best performance use 3.11+*
0 commit comments