influxdb-python icon indicating copy to clipboard operation
influxdb-python copied to clipboard

how to query the result into a dataframe within influxdb2 flux query

Open liyongchao911 opened this issue 3 years ago • 0 comments

  • InfluxDB version: e.g. 2.1.1
  • 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,

  1. dose the 2.1 version influxdb still suport the SQL-like language for query ?
  2. 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!

liyongchao911 avatar Dec 22 '21 09:12 liyongchao911