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 hashes)

Uploaded Source

Built Distribution

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

Uploaded Python 2 Python 3

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