Open benjamin-hodgson opened 2 months ago
Thanks for the report, further investigations and PRs to fix are welcome!
take
@jahn96 are you still working on this?
@jahn96 are you still working on this?
Yes! Just got back from the break and raised a PR
Pandas version checks
[X] I have checked that this issue has not already been reported.
[X] I have confirmed this bug exists on the latest version of pandas.
[X] I have confirmed this bug exists on the main branch of pandas.
Reproducible Example
Issue Description
The call to
pyarrow_json.read_json
doesn't pass anyParseOptions
. This means that determining the dtype is always left up to the pyarrow json parser's dtype inference system, even when we explicitly passed a requested dtype intopd.read_json
.Expected Behavior
read_json
's pyarrow parser should respect the requesteddtype
.Installed Versions