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.3.tar.gz (7.2 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.3-py3-none-any.whl (8.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: colnade_dask-0.3.3.tar.gz
  • Upload date:
  • Size: 7.2 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.3.tar.gz
Algorithm Hash digest
SHA256 af84156c2c356c5be4fe33cc2c67288c3b3f7471e39e8ca8b7798f666d7ff096
MD5 92579268ba627495ace3ed12256f9802
BLAKE2b-256 7647b8478c12938403f338c8ad0d78d94ffd78f62be7bcbeeff6ffeec1d8a769

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: colnade_dask-0.3.3-py3-none-any.whl
  • Upload date:
  • Size: 8.2 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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 0a29104d81112349449df0f249ed852340e58fe5657b9ea0bd436d46fd63343e
MD5 081a51de5d6de6e2a7624e6d2c2e4ec7
BLAKE2b-256 33bafa639801ae02f3a98e7901a53e6d65fa2f34008aec3e3d40d8ebb70191a4

See more details on using hashes here.

Provenance

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