ynqa / pandavro

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

Latest pandas does not have DatetimeTZDtypeType #14

Closed The-Fonz closed 5 years ago

The-Fonz commented 5 years ago

There was a recent change that added a check for type pd.core.dtypes.dtypes.DatetimeTZDtypeType. This does not exist any more in the latest version of Pandas, unfortunately, throwing an error.

AttributeError: module 'pandas.core.dtypes.dtypes' has no attribute 'DatetimeTZDtypeType'
The-Fonz commented 5 years ago

Just saw that this is fixed by #12

ynqa commented 5 years ago

Yes, and #12 was merged just now 🎉