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 ef069f5 commit 025fb30Copy full SHA for 025fb30
pandas/io/json/_json.py
@@ -955,7 +955,6 @@ def _read_pyarrow(self) -> DataFrame:
955
Read JSON using the pyarrow engine.
956
"""
957
pyarrow_json = import_optional_dependency("pyarrow.json")
958
- options = None
959
960
pa_table = pyarrow_json.read_json(self.data)
961
df = arrow_table_to_pandas(pa_table, dtype_backend=self.dtype_backend)
0 commit comments