-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
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
jointplot with kind="hex" fails with datetime64[ns] #3664
Comments
athompson1991
added a commit
to athompson1991/seaborn
that referenced
this issue
Aug 4, 2024
athompson1991
added a commit
to athompson1991/seaborn
that referenced
this issue
Aug 4, 2024
athompson1991
added a commit
to athompson1991/seaborn
that referenced
this issue
Aug 4, 2024
Hi, I'm not especially experienced in open source development, I think would count as my first contribution, but I just opened a pull request on this. The initial bug was easy enough to sort out, but there were some downstream complications I describe in the pull request. Let me know if this is an appropriate fix, glad to help as best I can. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Minimal example:
Error:
I think this should work, as datetime64[ns] is the default type for datetimes in pandas. It works when I omit
kind="hex"
or usekind="kde"
. The error was in version 0.13.2. In 0.11.2 I got a error in the same cases but it was a integer overflow with numpy during conversions.The text was updated successfully, but these errors were encountered: