Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
linus-md committed Dec 17, 2023
1 parent c53b28c commit 9259405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/io/json/_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ def read_json(
"d":{"0":"a","1":"b"},"e":{"0":15777504,"1":15777504}}'''
>>> df = pd.read_json(StringIO(data), dtype_backend="numpy_nullable")
>>> print(df)
index a b c d e
index a b c d e
0 0 1 2.5 True a 15777504
1 1 <NA> 4.5 False b 15777504
"""
Expand Down

0 comments on commit 9259405

Please sign in to comment.