ynqa / pandavro

Apache Avro <-> pandas DataFrame
MIT License
134 stars 32 forks source link

fixes import #18

Closed lordgrenville closed 5 years ago

lordgrenville commented 5 years ago

When running on Pandas 0.23.4, I can't import without making the slight change in this commit. It seems to be correct for the latest version of Pandas as well - the DatetimeTZDtype is in the same location:

https://github.com/pandas-dev/pandas/blob/master/pandas/core/dtypes/dtypes.py#L616