INFLUXDB_TOKEN
to the token you made in the previous step.INFLUXDB_URL
to the URL where your InfluxDB instance is located.client
object from the InfluxDB Python library. You can create a query client with this object, and query InfluxDB directly to a Pandas dataframe. In the example below, we query InfluxDB's built-in sample data.