tariqshihadah/rangel

Add grouping and indexes to range collection class

Open

#5 opened on Dec 5, 2024

 (0 comments) (0 reactions) (1 assignee)Python (0 forks)auto 404
enhancementhelp wanted

Repository metrics

Stars
 (1 star)
PR merge metrics
 (PR metrics pending)

Description

Add grouping array to collections similar to the key-based grouping that occurs in the linref.EventsCollection class. This would allow more advanced operations to be conducted at the rangel level instead of directly with pandas operations. This will also require more proper implementation of index arrays in the collections.

Contributor guide