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.5.tar.gz (7.6 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.5-py3-none-any.whl (8.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: colnade_dask-0.3.5.tar.gz
  • Upload date:
  • Size: 7.6 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.5.tar.gz
Algorithm Hash digest
SHA256 c5da3445e78596df62cb9cee89144084394ca22ccd75e74111b55183d236c070
MD5 ce4e038a28d851a7cf9060f140045385
BLAKE2b-256 a407b266c3f07817233a52d5f79877768a4fc6fcc195897b94e8b2cff389bf8b

See more details on using hashes here.

Provenance

The following attestation bundles were made for colnade_dask-0.3.5.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.5-py3-none-any.whl.

File metadata

  • Download URL: colnade_dask-0.3.5-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.5-py3-none-any.whl
Algorithm Hash digest
SHA256 d91f44b7f3689a77a5813a11cb8dd0f5232a8216a0859b4ccc24e53f3510cf3c
MD5 7c696fa42bf791a3736ecf7563f4198f
BLAKE2b-256 ba45a175043807ee0c97f6341ffe89ca1405faf899e428b0dafa7897f1ecea70

See more details on using hashes here.

Provenance

The following attestation bundles were made for colnade_dask-0.3.5-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