This repository was archived by the owner on Oct 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 523
'Index' object has no attribute 'tzinfo' #696
Comments
I am having the same issue too. |
Any solution to this issue? |
I have pandas pinned to version < 0.24 |
We run into the same issue and I can confirm that by setting pandas < 0.24 we could resolve it (or by leaving tz('Europe/Prague') away or extending the query with epoch="ns" (see: #676 (comment)) but that is probably not what one wants to do). |
markif
pushed a commit
to markif/WeatherStation_HS2019
that referenced
this issue
Oct 2, 2019
Could you please fix this issue for the latest pandas release? At the moment, it is no possible to use google colab with influxdb due to this problem. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I've tried to update pandas to the latest version and make this query
SELECT mean(value) FROM data WHERE time >= '2018-10-01' AND time < '2019-02-01' GROUP BY time(1d) tz('Europe/Prague')
but if I hit time period withnout any data, I will get this error
The text was updated successfully, but these errors were encountered: