microsoft / microsoft/SandDance
How to handle inference on arrays
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 7.1k
- Forks
- 573
- Avg merge
- 8d 9h
- Merged PRs (30d)
- 4
Description
I have a field in my data
position = [0, 0, 0];
I'd like to have three columns from this field
posx = position[0];
posy = position[1];
posz = position[2];
Can I do this without modifying the underlying data?
Contributor guide
No contributing guide indexed for this repository
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
The issue provides only JavaScript examples and names no files, tests, or entry points. First determine whether SandDance already supports deriving columns from array-valued fields; the issue needs a defined implementation scope and acceptance criteria before a newcomer can know what done looks like.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100