[Numpy-discussion] Re: Seeking feedback: design doc for `namedarray`, a lightweight array data structure with named dimensions

2023-12-01 Thread Benjamin Root
LArray might also be useful to look at. I think there was a time when it didn't use pandas, but it does have it as a dependency now. https://github.com/larray-project/larray I think this would be a really useful endeavor. The CDF data model is extremely useful, and adopting even a piece of it wou

[Numpy-discussion] Re: Seeking feedback: design doc for `namedarray`, a lightweight array data structure with named dimensions

2023-12-01 Thread Dom Grigonis
I think this is the right place to mention `scipp` library. > On 1 Dec 2023, at 17:36, Adrin wrote: > > Some historical discussions on a namedarray on the scikit-learn side: > https://github.com/scikit-learn/enhancement_proposals/pull/25 >

[Numpy-discussion] Re: Seeking feedback: design doc for `namedarray`, a lightweight array data structure with named dimensions

2023-12-01 Thread Adrin
Some historical discussions on a namedarray on the scikit-learn side: https://github.com/scikit-learn/enhancement_proposals/pull/25 Might be useful to y'all. On Fri, Oct 20, 2023 at 8:49 AM Dom Grigonis wrote: > I would make use of it if it was also supporting pure-numpy indices too. > Pure-num