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(...)
Release files for pandas-compat 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pandas-compat-0.1.1.tar.gz | 19.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pandas_compat-0.1.1-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 23.6 kB
Release files / pandas-compat-0.1.1.tar.gz
| Download URL | pandas-compat-0.1.1.tar.gz |
|---|---|
| Size | 19.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
67a707a22aca677c2e6f7d4aa17808e086b36d616341f146fcf33f8ee1059160
|
|
BLAKE2b-256 checksum How to use checksums |
f190e357801d31f12dd307d2f2378a529351aa96127c7e9e502b03bd81208245
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / pandas_compat-0.1.1-py2.py3-none-any.whl
| Download URL | pandas_compat-0.1.1-py2.py3-none-any.whl |
|---|---|
| Size | 4.2 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
3c0ccd683ee76803aded8f6db5b961e9b04cb3fdad9efb3f985f43e56c7a007b
|
|
BLAKE2b-256 checksum How to use checksums |
ce8d1b8899ea7522590ec05d57f7fe3cb86044603032c5b03f3a08d0c3566828
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |