-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
protocol-extensionProtocol extension related issueProtocol extension related issue
Description
This issue is a starting point for discussing possible protocol extensions to allow support for various types of "awkward" arrays that do not fit into the model of arrays with fixed size dimensions and/or with fixed size data types.
For example, this includes "ragged" or "jagged" arrays which include at least one dimension of variable size. The simplest example of this would be an array of variable sized arrays of some simple type like integers or floats.
It may be necessary to divide up this space and split out into separate issues if it would make sense to break the problem down. Suggestions for how to do this welcome.
Some related material:
- The https://github.com/scikit-hep/awkward-array package
- Variable dimensions in ndtypes
- Apache arrow nested data types, including variable sized lists
dliu-fn
Metadata
Metadata
Assignees
Labels
protocol-extensionProtocol extension related issueProtocol extension related issue