This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Description
- 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,
- 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!