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.1.tar.gz
(19.4 kB
view hashes)
Built Distribution
Close
Hashes for pandas_compat-0.1.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3c0ccd683ee76803aded8f6db5b961e9b04cb3fdad9efb3f985f43e56c7a007b |
|
MD5 | cc57ef544534a9e18bee4f9ef03b0ff7 |
|
BLAKE2b-256 | ce8d1b8899ea7522590ec05d57f7fe3cb86044603032c5b03f3a08d0c3566828 |