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 details)
Built Distribution
File details
Details for the file pandas-compat-0.1.0.tar.gz
.
File metadata
- Download URL: pandas-compat-0.1.0.tar.gz
- Upload date:
- Size: 18.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3f17b42567d1fda58d7af05a4ee5afb6c012e9337e032594f904150ddd691385 |
|
MD5 | 52df29fadca12a0700dcefc816e381b0 |
|
BLAKE2b-256 | ff0318f7a5b908527eacc229e1a22cfedca84f6fe38cb0b4b12d7ca751d129db |
File details
Details for the file pandas_compat-0.1.0-py2.py3-none-any.whl
.
File metadata
- Download URL: pandas_compat-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3df766364d983d5271180664e95529e65abbc247b4240d101c116726ca1d21e9 |
|
MD5 | 86f4e7b0f1cc1ba8079a9b55747983e2 |
|
BLAKE2b-256 | c15c60d557acac74d4a74d6fac468f3e65c068d98b505a933098066e2c9aacdb |