Column subscripts #30

Merged
HEL merged 1 commits from feat/column-subscript into main 2026-07-06 10:05:14 +00:00
Owner

This small PR adds support for subscript access on column types.
Subscript access is not implemented on column group-by objects as this is not a feature of Pandas.
Subscript assignment is not implemented as Pandas raises a warning.

This small PR adds support for subscript access on column types. Subscript access is not implemented on column group-by objects as this is not a feature of Pandas. Subscript assignment is not implemented as Pandas raises a warning.
HEL self-assigned this 2026-07-06 10:05:05 +00:00
HEL added 1 commit 2026-07-06 10:05:05 +00:00
HEL merged commit 7075d011b8 into main 2026-07-06 10:05:14 +00:00
HEL deleted branch feat/column-subscript 2026-07-06 10:05:14 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: HEL/midas#30