https://github.com/dask-contrib/dask-awkward
Native Dask collection for awkward arrays, and the library to use it.
https://github.com/dask-contrib/dask-awkward
columnar-format dask data-analysis data-science data-structure jagged-array python ragged-array
Last synced: 23 days ago
JSON representation
Native Dask collection for awkward arrays, and the library to use it.
- Host: GitHub
- URL: https://github.com/dask-contrib/dask-awkward
- Owner: dask-contrib
- License: bsd-3-clause
- Created: 2021-08-19T19:53:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-28T14:29:09.000Z (about 1 month ago)
- Last Synced: 2025-04-04T01:32:19.405Z (about 1 month ago)
- Topics: columnar-format, dask, data-analysis, data-science, data-structure, jagged-array, python, ragged-array
- Language: Python
- Homepage: https://dask-awkward.readthedocs.io
- Size: 1.61 MB
- Stars: 62
- Watchers: 9
- Forks: 19
- Open Issues: 42
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
dask-awkward
============> Connecting [awkward-array](https://awkward-array.org) and
[Dask](https://dask.org/).[](https://github.com/dask-contrib/dask-awkward/actions/workflows/pypi-tests.yml)
[](https://github.com/dask-contrib/dask-awkward/actions/workflows/conda-tests.yml)
[](https://dask-awkward.readthedocs.io/en/latest/?badge=latest)
[](https://codecov.io/gh/dask-contrib/dask-awkward/branch/main)
[](https://pypi.org/project/dask-awkward)
[](https://anaconda.org/conda-forge/dask-awkward)Installing
----------Releases are available from PyPI and conda-forge.
PyPI:
```
pip install dask-awkward
```conda-forge:
```
conda install dask-awkward -c conda-forge
```Documentation
-------------Documentation is hosted at
[https://dask-awkward.readthedocs.io/](https://dask-awkward.readthedocs.io/).Acknowledgements
----------------Support for this work was provided by NSF grant [OAC-2103945](https://www.nsf.gov/awardsearch/showAward?AWD_ID=2103945).