Skip to content

[Python] Allow to create field reference to nested field #27160

@asfimport

Description

@asfimport

Currently in the Python layer we have ds.field(name) for referencing a field eg when creating a filter expression.

On the C++ side, the FieldRef has the ability to reference nested fields (eg a child of a struct), for example constructed with FieldRef::FromDotPath.

We should think about how to enable users to reference nested fields like this in the Python API.

Reporter: Joris Van den Bossche / @jorisvandenbossche
Assignee: Alenka Frim / @AlenkaF

Related issues:

PRs and other links:

Note: This issue was originally created as ARROW-11259. 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