OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-influxdb?expand=0&rev=37
This commit is contained in:
parent
7b7236187a
commit
5a6939e2d3
@ -7,11 +7,11 @@ Subject: [PATCH] Fix FutureWarning from pandas
|
||||
influxdb/_dataframe_client.py | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
Index: influxdb-5.3.1/influxdb/_dataframe_client.py
|
||||
===================================================================
|
||||
--- influxdb-5.3.1.orig/influxdb/_dataframe_client.py
|
||||
+++ influxdb-5.3.1/influxdb/_dataframe_client.py
|
||||
@@ -305,7 +305,7 @@ class DataFrameClient(InfluxDBClient):
|
||||
diff --git a/influxdb/_dataframe_client.py b/influxdb/_dataframe_client.py
|
||||
index e7ae9c17..1363cbf0 100644
|
||||
--- a/influxdb/_dataframe_client.py
|
||||
+++ b/influxdb/_dataframe_client.py
|
||||
@@ -305,7 +305,7 @@ def _convert_dataframe_to_json(dataframe,
|
||||
'time': np.int64(ts.value / precision_factor)}
|
||||
for ts, tag, (_, rec) in zip(
|
||||
dataframe.index,
|
||||
|
Loading…
x
Reference in New Issue
Block a user