Skip to content

pwwang/datar-arrow

Repository files navigation

datar-arrow

The pyarrow backend for datar.

Note that only base APIs are implemented.

Installation

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

Usage

from datar.base import ceiling

# without it
ceiling(1.2)  # NotImplementedByCurrentBackendError

# with it
ceiling(1.2)  # 2

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages