Skip to main content

Pandas backend adapter for Colnade

Project description

colnade-pandas

Pandas backend adapter for Colnade.

Installation

pip install colnade-pandas

Usage

from colnade import Column, Schema, UInt64, Float64, Utf8
from colnade_pandas import read_parquet

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

df = read_parquet("users.parquet", Users)
result = df.filter(Users.age > 25).sort(Users.score.desc())

I/O Functions

  • read_parquet / write_parquet
  • 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_pandas-0.4.0.tar.gz (8.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_pandas-0.4.0-py3-none-any.whl (10.0 kB view details)

Uploaded Python 3

File details

Details for the file colnade_pandas-0.4.0.tar.gz.

File metadata

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

File hashes

Hashes for colnade_pandas-0.4.0.tar.gz
Algorithm Hash digest
SHA256 b64ffc7db9003c9b29e20a5509f4b81184c9b0dccebca9bf191f67e72188ef83
MD5 e44b3ed950620d8a24db9d185f9bcdf7
BLAKE2b-256 4466588576ef7bfabb65f4708e3750aa9546686d5b26f8a3430b87ccb449c344

See more details on using hashes here.

Provenance

The following attestation bundles were made for colnade_pandas-0.4.0.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_pandas-0.4.0-py3-none-any.whl.

File metadata

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

File hashes

Hashes for colnade_pandas-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a944c1db593638717f621fb8bca9df1e55f489d52081c7ef16d988f014cddb45
MD5 62458eaa82252a108638524c920ce8ee
BLAKE2b-256 aacc220bcf1cd3c56323996f348246ae38fa8a5a5170d3e70c22fe5fac603a5e

See more details on using hashes here.

Provenance

The following attestation bundles were made for colnade_pandas-0.4.0-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