-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
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: .to_json() of periode_range gives OverflowError: Maximum recursion level reached #55490
Comments
Hi and thanks for reporting this issue, I can confirm that this issue still exists on main. This might be a duplicate of #31917, even though the error message has changed a bit. |
take |
I investigated this error and found it was introduced by this PR: #23915 |
I can still reproduce this on main, this error is really misleading. |
Do you happen to have any news on this? I just ran into it again (pandas 2.2.3). Minimal example:
|
Pandas version checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pandas.
I have confirmed this bug exists on the main branch of pandas.
Reproducible Example
The text was updated successfully, but these errors were encountered: