We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem
pd.to_datetime() produces datetime64[ns, UTC] data type that is not a sub dtype of np.datetime64
pd.to_datetime()
datetime64[ns, UTC]
np.datetime64
Notebook to reproduce error
https://gist.github.com/DerekChia/bbfd22d744f41ef6bdb5884d6ff62c8a
The text was updated successfully, but these errors were encountered:
Fixed in 0.4.2
Sorry, something went wrong.
genzgd
No branches or pull requests
Problem
pd.to_datetime()
producesdatetime64[ns, UTC]
data type that is not a sub dtype ofnp.datetime64
Notebook to reproduce error
https://gist.github.com/DerekChia/bbfd22d744f41ef6bdb5884d6ff62c8a
The text was updated successfully, but these errors were encountered: