We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8a4691 commit d0da576Copy full SHA for d0da576
pandas/io/json/_normalize.py
@@ -289,10 +289,10 @@ def json_normalize(
289
meta : list of paths (str or list of str), default None
290
Fields to use as metadata for each record in resulting table.
291
meta_prefix : str, default None
292
- 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
293
meta is ['foo', 'bar'].
294
record_prefix : str, default None
295
296
path to records is ['foo', 'bar'].
297
errors : {'raise', 'ignore'}, default 'raise'
298
Configures error handling.
0 commit comments