From 905292dd23f3a602e469539bc42ea5548f812ed9 Mon Sep 17 00:00:00 2001 From: Jakub Bednar Date: Tue, 14 Dec 2021 12:33:45 +0100 Subject: [PATCH] fix: multiple dataframes for tables with different schema --- influxdb_client/client/query_api.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/influxdb_client/client/query_api.py b/influxdb_client/client/query_api.py index 4dd3c41b..665651eb 100644 --- a/influxdb_client/client/query_api.py +++ b/influxdb_client/client/query_api.py @@ -131,7 +131,8 @@ def query_data_frame(self, query: str, org=None, data_frame_index: List[str] = N """ Execute synchronous Flux query and return Pandas DataFrame. - Note that if a query returns more then one table than the client generates a DataFrame for each of them. + Note that if a query returns tables with differing schemas than the client generates + a DataFrame for each of them. :param query: the Flux query :param str, Organization org: specifies the organization for executing the query; @@ -157,7 +158,8 @@ def query_data_frame_stream(self, query: str, org=None, data_frame_index: List[s """ Execute synchronous Flux query and return stream of Pandas DataFrame as a Generator['pd.DataFrame']. - Note that if a query returns more then one table than the client generates a DataFrame for each of them. + Note that if a query returns tables with differing schemas than the client generates + a DataFrame for each of them. :param query: the Flux query :param str, Organization org: specifies the organization for executing the query; pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy