Skip to main content

The pandas backend for datar

Project description

datar-pandas

The pandas backend for datar.

Installation

pip install -U datar-pandas
# or
pip install -U datar[pandas]

Usage

from datar import f
# Without the backend: NotImplementedByCurrentBackendError
from datar.data import iris
from datar.dplyr import mutate

# Without the backend: NotImplementedByCurrentBackendError
iris >> mutate(sepal_ratio = f.Sepal_Width / f.Sepal_Length)

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

datar_pandas-0.5.5.tar.gz (94.3 kB view hashes)

Uploaded Source

Built Distribution

datar_pandas-0.5.5-py3-none-any.whl (135.3 kB view hashes)

Uploaded 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