aboutsummaryrefslogtreecommitdiffstats
path: root/math/py-awkward/pkg-descr
blob: c51304bd8dfc8930262dcd89a92ca97c62acd766 (plain) (blame)
1
2
3
4
5
6
7
Awkward Array is a library for nested, variable-sized data, including
arbitrary-length lists, records, mixed types, and missing data, using NumPy-like
idioms.

Arrays are dynamically typed, but operations on them are compiled and fast.
Their behavior coincides with NumPy when array dimensions are regular and
generalizes when they're not.