| [ Web Proxy ] |
| Viewing: https://arrow.apache.org/docs/python/generated/../api/../generated/pyarrow.json.ParseOptions.html | [Back] [Original] |
Section Navigation
Bases: _Weakrefable
Options for parsing JSON files.
Schema, optional (default None)Optional explicit schema (no type inference, ignores other fields).
False)Whether objects may be printed across multiple lines (for example pretty printed). If false, input must end with an empty line.
str, default inferHow JSON fields outside of explicit_schema (if given) are treated.
Possible behaviors:
ignore: unexpected JSON fields are ignored
error: error out on unexpected JSON fields
infer: unexpected JSON fields are type-inferred and included in the output
Methods
Attributes
Optional explicit schema (no type inference, ignores other fields) |
|
Whether newline characters are allowed in JSON values. |
|
How JSON fields outside of explicit_schema (if given) are treated. |
Optional explicit schema (no type inference, ignores other fields)
Whether newline characters are allowed in JSON values. Setting this to True reduces the performance of multi-threaded JSON reading.
How JSON fields outside of explicit_schema (if given) are treated.
Possible behaviors:
ignore: unexpected JSON fields are ignored
error: error out on unexpected JSON fields
infer: unexpected JSON fields are type-inferred and included in the output
Set to infer by default.
Copyright 2016-2026 Apache Software Foundation.
Apache Arrow, Arrow, Apache, the Apache logo, and the Apache Arrow project logo are either registered trademarks or trademarks of The Apache Software Foundation in the United States and other countries.
Created using Sphinx 9.1.0.
Built with the PyData Sphinx Theme 0.20.0.
| Web Proxy Viewer | New URL | Original Page |