Support Everything that XArray Expects
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Python
- Stars
- 668
- Forks
- 141
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 4
Description
https://github.com/bolt-project/bolt/issues/58
- single argument ufuncs (sin, exp, etc.) and ufunc like functions (pd.isnull, notnull, astype, around, isclose)
- broadcasting binary operations (e.g., ndarray arithmetic)
- three argument version of where (preferably with broadcasting)
- aggregation methods
- max/min/sum/prod
- argmax/argmin/std/var
- nan-skipping aggregations (e.g., nanmin, nanmax, nanprod, nansum)
- indexing with integer arrays, booleans, slices, None
- transpose
- indexing:
- basic indexing (
int/slice) - outer indexing for a single array
- outer indexing (
int,sliceand 1d integer arrays separately applied to each axis) - vectorized indexing (integer arrays with broadcasting, like NumPy)
- basic indexing (
- broadcast_to (NumPy 1.10)
- concatenate and stack (NumPy 1.10)
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
Start with the linked bolt-project issue #58 and review the checklist, focusing on the remaining vectorized indexing item. Confirm the expected behavior against the XArray and NumPy compatibility requirements listed here; done means the unchecked requirement is implemented and the full checklist is satisfied.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- numpy, pandas, python
- Domain
- data
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 20/100