Skip to content

Commit

Permalink
Cleanup json_normalize documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAyd committed Apr 8, 2024
1 parent b8a4691 commit 434fda0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pandas/io/json/_normalize.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,10 +289,10 @@ def json_normalize(
meta : list of paths (str or list of str), default None
Fields to use as metadata for each record in resulting table.
meta_prefix : str, default None
If True, prefix records with dotted (?) path, e.g. foo.bar.field if
If True, prefix records with dotted path, e.g. foo.bar.field if
meta is ['foo', 'bar'].
record_prefix : str, default None
If True, prefix records with dotted (?) path, e.g. foo.bar.field if
If True, prefix records with dotted path, e.g. foo.bar.field if
path to records is ['foo', 'bar'].
errors : {'raise', 'ignore'}, default 'raise'
Configures error handling.
Expand Down

0 comments on commit 434fda0

Please sign in to comment.