-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[Bug Report] ValueError: NaTType does not support strftime #1433
Comments
+1 on this I am experiencing the same issue.
Getting the same error as @yuzeh |
+1 On also having this issue, i don't have time for a fix so i patched a workaround if you are desparate this will bypass the issue: Change: ydata_profiling/report/formatters.py
Patched version, consequences unknown
I think it might get to fmt_numeric wrongly though as the stack trace falls out the "else" catch all of one of the fmt_time functions... happy bug hunting |
Yeah, the eta will be early december though as far as availability. |
This is not isolated to just Pandas >= 2 .. I tested with pandas == 1.5.3 and I see the same error arise |
We have been using pandas version < 2 and weren't able to reproduce this error. Might be useful if you can share more details on your environment (python version, packages version, etc.) |
Running into this issue as well. Is there a fix on the horizon? |
Current Behaviour
rendering a ProfileReport with
tsmode=True
crashes rendering timeseries gaps; The stack trace leads us to_render_gap_tab
.Expected Behaviour
see code
Data Description
see code
Code that reproduces the bug
pandas-profiling version
v4.5.1
Dependencies
OS
No response
Checklist
The text was updated successfully, but these errors were encountered: