Skip to content

[FEA] StructColumn __setitem__ and __getitem__ #8558

Closed
@shaneding

Description

Issue for tracking the implementation of __setitem__ and __getitem__ on StructColumns.

  • cudf.Scalar({'a': 1, 'b': 2})
  • Add get_element_functor support for struct_view
  • Add scatter for struct_scalar
  • Implement __setitem__ (python side)
  • Implement __getitem__ (python side)
    cc @brandon-b-miller @isVoid

Metadata

Assignees

Labels

PythonAffects Python cuDF API.feature requestNew feature or request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions