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.6.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.6-py3-none-any.whl (8.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: colnade_dask-0.3.6.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.6.tar.gz
Algorithm Hash digest
SHA256 9cc1bf9b2c7c0c96c6df11178d9c94008faa9acae98a3d58fa8eb97dcfa80461
MD5 74af1b35d974d4a9b21a8bf9df1c14b8
BLAKE2b-256 c9d1b52448d7cd3513898715fa7e6ad24c26b51dd020a5a8f3d27fd55be26921

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: colnade_dask-0.3.6-py3-none-any.whl
  • Upload date:
  • Size: 8.7 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.6-py3-none-any.whl
Algorithm Hash digest
SHA256 59feb8198e32c37c7e9d88948359f0950d4f756e0545c25bf4a1b7eaebb57f11
MD5 c641fbcd5658be53aeeac1506d6401e1
BLAKE2b-256 4ed1c3a0284a3f7fa15aad72b7d93ad687bb9e3fe81d0028d1eb122c30836890

See more details on using hashes here.

Provenance

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