Open fynnkroeger opened 8 months ago
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.
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.