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
{{ message }}
This repository was archived by the owner on Oct 29, 2024. It is now read-only.
Python version: e.g. 3.7.4 (output of the python --version command)
Operating system version: windows10
I am now using influxdb 2.1 version, and found that the query language change to Flux, well,
dose the 2.1 version influxdb still suport the SQL-like language for query ?
if i want to direct form the query result into a pandas dataframe object, not parse the tables and records one by one, how to do it, maybe a document is enough if influxdb provide this API
Thanks!