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

Pandas 0.24.0 TypeError TzInfo #676

Closed
@theophilechevalier

Description

@theophilechevalier

I just upgraded from pandas 0.23.4 to pandas 0.24.0.

With pandas 0.24.0 and influxdb 5.2.1:

from influxdb import DataFrameClient

client = DataFrameClient(host='localhost', database='any_db')
client.query('select * from table_1 limit 2;')

leads to TypeError: Already tz-aware, use tz_convert to convert.

The same query directly on the database returns:

name: table_1
time                value              sensor
----                -----              ------
1493103600000000000 168.4412670512293  CTA201___DP04____MesF_PV
1493103600000000000 8.964873657408459  CTA201___TE05____MesF_PV

Note that it works great with pandas 0.23.4 for me despite #671

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions