Skip to content

[Python] CSV and JSON options lack a nice repr/str #47389

Description

@pitrou

Describe the enhancement requested

This could be improved:

>>> from pyarrow import csv, json
>>> csv.ReadOptions(use_threads=False)
<pyarrow._csv.ReadOptions at 0x7d0a711b5300>
>>> json.ReadOptions(use_threads=False)
<pyarrow._json.ReadOptions at 0x7d0a22e113b0>

(same for the other option classes in these modules)

Component(s)

Python

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions