pwwang / datar-pandas

The pandas backend for datar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

The pandas backend for datar


Languages

Language:Python 99.9%Language:Shell 0.0%Language:Dockerfile 0.0%