Skip to main content

No project description provided

Project description

quak

for data that talks like a duck

install

pip install quak

usage

import quak
import polars as pl

source = "https://raw.githubusercontent.com/vega/vega-datasets/main/data/airports.csv"
df = pl.read_csv(source)

quak.Widget(df)

quak is dataframe agnostic, meaning it can be used with any dataframe library that supports Python dataframe interchange protocol.

import pandas as pd

df = pd.read_csv(source, dtype_backend="pyarrow", engine="pyarrow")

quak.Widget(df)

development

rye sync
rye run jupyter lab

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

quak-0.0.0.tar.gz (5.4 MB view details)

Uploaded Source

Built Distribution

quak-0.0.0-py2.py3-none-any.whl (1.4 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file quak-0.0.0.tar.gz.

File metadata

  • Download URL: quak-0.0.0.tar.gz
  • Upload date:
  • Size: 5.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-httpx/0.27.0

File hashes

Hashes for quak-0.0.0.tar.gz
Algorithm Hash digest
SHA256 6768f6355323ce3da0c18a15fdb199cc8e4668474ef0c35d365ac58494bc2511
MD5 1983d720a8333b7b27ef2b156943f3ff
BLAKE2b-256 b03eef1b3bdf12182a56deec73d30cf8067b94859b01e927067b350e26c5ecf2

See more details on using hashes here.

File details

Details for the file quak-0.0.0-py2.py3-none-any.whl.

File metadata

  • Download URL: quak-0.0.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 1.4 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-httpx/0.27.0

File hashes

Hashes for quak-0.0.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 319720ba473e9d35e5bb53fad9f1e8f514fdc99818f991c3ba7d45152dd2dc1a
MD5 a1d3314802dbde5d8fd8aa0d10f2c958
BLAKE2b-256 eb0771d4fc77e6cf141f5de8c836505a4063178e2419b66590bc33cd212409c2

See more details on using hashes here.

Supported by

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