Skip to main content

Dask backend adapter for Colnade

Project description

colnade-dask

Dask backend adapter for Colnade. Supports lazy evaluation and distributed computation.

Installation

pip install colnade-dask

Usage

from colnade import Column, Schema, UInt64, Float64, Utf8
from colnade_dask import scan_parquet

class Users(Schema):
    id: Column[UInt64]
    name: Column[Utf8]
    age: Column[UInt64]
    score: Column[Float64]

lf = scan_parquet("users.parquet", Users)
result = lf.filter(Users.age > 25).sort(Users.score.desc()).collect()

I/O Functions

  • read_parquet / write_parquet (eager)
  • scan_parquet / scan_csv (lazy)
  • read_csv / write_csv

Documentation

Full documentation at colnade.com.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

colnade_dask-0.3.4.tar.gz (7.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

colnade_dask-0.3.4-py3-none-any.whl (8.6 kB view details)

Uploaded Python 3

File details

Details for the file colnade_dask-0.3.4.tar.gz.

File metadata

  • Download URL: colnade_dask-0.3.4.tar.gz
  • Upload date:
  • Size: 7.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for colnade_dask-0.3.4.tar.gz
Algorithm Hash digest
SHA256 38ea0631f1fdf1e9425cef1c2a6ceb76264a5d3d7a73c2a39b240b96bdf1a72d
MD5 d222a41c1c90edf5893e6858098fadf8
BLAKE2b-256 81b051a03acdb0907847cfc97af30ad519ba1a1a62955febf83187c02d15350d

See more details on using hashes here.

Provenance

The following attestation bundles were made for colnade_dask-0.3.4.tar.gz:

Publisher: publish.yml on jwde/colnade

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file colnade_dask-0.3.4-py3-none-any.whl.

File metadata

  • Download URL: colnade_dask-0.3.4-py3-none-any.whl
  • Upload date:
  • Size: 8.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for colnade_dask-0.3.4-py3-none-any.whl
Algorithm Hash digest
SHA256 164e09a3ec8e6ad03dbb00d753c9ff8158996926b42a77ed70b917af257b7b4e
MD5 d32cc61c7f79fd4cca45da90a8a0f4ba
BLAKE2b-256 592a23d68f9a2bb2041d12eae867ed8615e2c284e362d6f30a2273b8bac82f71

See more details on using hashes here.

Provenance

The following attestation bundles were made for colnade_dask-0.3.4-py3-none-any.whl:

Publisher: publish.yml on jwde/colnade

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page