All Projects → ContinuumIO → dask-awkward

ContinuumIO / dask-awkward

Licence: BSD-3-Clause license
Native Dask collection for awkward arrays, and the library to use it.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to dask-awkward

Datatable
A Python package for manipulating 2-dimensional tabular data structures
Stars: ✭ 1,166 (+4564%)
Mutual labels:  data-structure, data-analysis
datatile
A library for managing, validating, summarizing, and visualizing data.
Stars: ✭ 419 (+1576%)
Mutual labels:  data-analysis, dask
bumblebee
🚕 A spreadsheet-like data preparation web app that works over Optimus (Pandas, Dask, cuDF, Dask-cuDF, Spark and Vaex)
Stars: ✭ 120 (+380%)
Mutual labels:  dask
pandas-workshop
An introductory workshop on pandas with notebooks and exercises for following along.
Stars: ✭ 161 (+544%)
Mutual labels:  data-analysis
CS basics
My CS learning : algorithm, data structure, and system design | #SE
Stars: ✭ 21 (-16%)
Mutual labels:  data-structure
10weeks-codingtest
구름EDU 10주완성 알고리즘 코딩테스트의 해설 답안집입니다
Stars: ✭ 122 (+388%)
Mutual labels:  data-structure
dask-pytorch-ddp
dask-pytorch-ddp is a Python package that makes it easy to train PyTorch models on dask clusters using distributed data parallel.
Stars: ✭ 50 (+100%)
Mutual labels:  dask
mercury
Mercury - data visualize and discovery with Javascript, such as apache zeppelin and jupyter
Stars: ✭ 29 (+16%)
Mutual labels:  data-analysis
lazycluster
🎛 Distributed machine learning made simple.
Stars: ✭ 43 (+72%)
Mutual labels:  dask
Data-Science-101
Notes and tutorials on how to use python, pandas, seaborn, numpy, matplotlib, scipy for data science.
Stars: ✭ 19 (-24%)
Mutual labels:  data-analysis
hnn
The Human Neocortical Neurosolver (HNN) is a software tool that gives researchers/clinicians the ability to develop/test hypotheses on circuit mechanisms underlying EEG/MEG data.
Stars: ✭ 62 (+148%)
Mutual labels:  data-analysis
array-keyed-map
JS datastructure, like Map, but the keys are arrays
Stars: ✭ 29 (+16%)
Mutual labels:  data-structure
Datscan
DatScan is an initiative to build an open-source CMS that will have the capability to solve any problem using data Analysis just with the help of various modules and a vast standardized module library
Stars: ✭ 13 (-48%)
Mutual labels:  data-analysis
python-notebooks
A collection of Jupyter Notebooks used in conferences or just to have some snippets.
Stars: ✭ 14 (-44%)
Mutual labels:  data-analysis
heidi
heidi : tidy data in Haskell
Stars: ✭ 24 (-4%)
Mutual labels:  data-analysis
transbigdata
A Python package develop for transportation spatio-temporal big data processing, analysis and visualization.
Stars: ✭ 195 (+680%)
Mutual labels:  data-analysis
CC33Z
Curso de Ciência da Computação
Stars: ✭ 50 (+100%)
Mutual labels:  data-analysis
nebula
A distributed block-based data storage and compute engine
Stars: ✭ 127 (+408%)
Mutual labels:  data-analysis
spectrochempy
SpectroChemPy is a framework for processing, analyzing and modeling spectroscopic data for chemistry with Python
Stars: ✭ 34 (+36%)
Mutual labels:  data-analysis
data-analysis
金融市场与体育彩券市场 --- 数据分析与量化交易
Stars: ✭ 73 (+192%)
Mutual labels:  data-analysis

dask-awkward

Connecting awkward-array and Dask.

Tests Tests Documentation Status PyPI stability-alpha

This is alpha software without any guaranteed API stability.

The dask-awkward project is affiliated with awkward-array's v1 to v2 transition. Read more about that here.

Installing

If you are interested in experimenting with dask-awkward we recommend installing from the main branch:

pip install git+https://github.com/ContinuumIO/dask-awkward@main

The awkward-array project is working on version 2 of the core awkward Python library; awkward version 1.8 includes many components of what will be version 2, but in the awkward._v2 module. Installing dask-awkward requires awkward>=1.9.0rc10.

It's recommended to have a bleeding edge version of awkward installed with:

pip install git+https://github.com/scikit-hep/awkward@main

Since dask-awkward is designed for awkward version 2, the concrete, high-level array object (ak.Array) that we use is actually the awkward._v2.Array object.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].