Aggregation case: a shape in `values` intersects two shapes in `by`
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 394
- Forks
- 95
- Avg merge
- 4d 3h
- Merged PRs (30d)
- 7
Description
Handle the case in which a shape in values intersects two (or more) shapes in by. This would likely lead to two rows in the resulting table, both with the same instance index.
A real dataset when this happens is the Xenium + Visium, where some Xenium cells intersects 2 Visium circles.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test entry point is named. Start by locating the aggregation operation and tracing how shapes in values are matched to shapes in by; reproduce the Xenium + Visium case where one value shape intersects multiple by shapes. Done means the resulting table represents those intersections with the expected repeated instance index.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- bioinformatics, data
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100