Manipulate arrays of complex data structures as easily as Numpy
https://github.com/scikit-hep/awkward-1.0
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.
- Developed at devel:languages:python:numeric
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/python-awkward && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
awkward-2.2.3.tar.gz | 0005049301 4.82 MB | |
python-awkward.changes | 0000032794 32 KB | |
python-awkward.spec | 0000003437 3.36 KB |
Revision 23 (latest revision is 37)
Dominique Leuenberger (dimstar_suse)
accepted
request 1094142
from
Dirk Mueller (dirkmueller)
(revision 23)
- update to 2.2.3: * feat!: deprecate to_NumpyForm's ``dtype` argument * feat!: deprecate the time __unit__ parameter * fix: don't project records during broadcasting; push index down * fix: protect ak.to_parquet against memory explosion when args are swapped. * fix: str of KeyError for <3.11 * fix: support axis != -1 for record reduction
Comments 0