Pandas API compatiblity layer
Project description
pandas-compat is a package providing an API compatibility across versions to downstream libraries that use pandas.
This compatibility layer requires pandas >= 0.17.0.
Installation
Install latest release version via conda
$ conda install pandas-compat --channel conda-forge
Install latest release version via pip
$ pip install pandas-compat
Install latest development version
$ pip install git+https://github.com/pandas-compat/pandas-compat.git
Usage
In your downstream library, you can use this pattern:
import pandas_compat as pdc
pdc.is_datetime64tz_dtype(...)
pdc.infer_dtype(...)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pandas-compat-0.1.0.tar.gz
(18.4 kB
view hashes)
Built Distribution
Close
Hashes for pandas_compat-0.1.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3df766364d983d5271180664e95529e65abbc247b4240d101c116726ca1d21e9 |
|
MD5 | 86f4e7b0f1cc1ba8079a9b55747983e2 |
|
BLAKE2b-256 | c15c60d557acac74d4a74d6fac468f3e65c068d98b505a933098066e2c9aacdb |