-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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
DOC: Add example with numpy_nullable
to pd.read_json()
#56473
Conversation
linus-md
commented
Dec 12, 2023
•
edited
Loading
edited
- closes
numpy_nullable
to pd.read_json
()numpy_nullable
to pd.read_json()
Is this related to my changes?
|
@mroeschke can you help me here?
But I get:
This happens:
even though the code runs otherwise. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To avoid the doc error, I guess double curly braces could be used here to escape {}
.
Co-authored-by: Xiao Yuan <[email protected]>
Co-authored-by: Xiao Yuan <[email protected]>