Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 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: 2024-12-07T21:16:09.000Z (14 days ago)
- Last Synced: 2024-12-09T05:12:15.679Z (13 days 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: 61
- Watchers: 10
- Forks: 19
- Open Issues: 45
-
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/).[![Tests](https://github.com/dask-contrib/dask-awkward/actions/workflows/pypi-tests.yml/badge.svg)](https://github.com/dask-contrib/dask-awkward/actions/workflows/pypi-tests.yml)
[![Tests](https://github.com/dask-contrib/dask-awkward/actions/workflows/conda-tests.yml/badge.svg)](https://github.com/dask-contrib/dask-awkward/actions/workflows/conda-tests.yml)
[![Documentation Status](https://readthedocs.org/projects/dask-awkward/badge/?version=latest)](https://dask-awkward.readthedocs.io/en/latest/?badge=latest)
[![Coverage](https://codecov.io/gh/dask-contrib/dask-awkward/branch/main/graph/badge.svg)](https://codecov.io/gh/dask-contrib/dask-awkward/branch/main)
[![PyPI](https://img.shields.io/pypi/v/dask-awkward?color=blue)](https://pypi.org/project/dask-awkward)
[![Conda Forge](https://img.shields.io/conda/vn/conda-forge/dask-awkward.svg?colorB=486b87&style=flat)](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).