Skip to content

[Python] Improve repr of pyarrow.compute.FunctionOptions #28921

@asfimport

Description

@asfimport

ARROW-13025 added a ToString which is now used in the Python repr. This adds the specified parameters nicely, but I would be useful to still include the name of the class as well:

In [9]: pc.TrimOptions("a")
Out[9]: {characters="a"}

Reporter: Joris Van den Bossche / @jorisvandenbossche
Assignee: David Li / @lidavidm

PRs and other links:

Note: This issue was originally created as ARROW-13236. Please see the migration documentation for further details.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions