A Python package for validating data with pandas
Project description
pandas-validation is a small Python library for validating data with the Python package pandas.
Source repository: https://github.com/jmenglund/pandas-validation
Documentation at http://pandas-validation.readthedocs.io
Installation
For most users, the easiest way is probably to install the latest version hosted on PyPI:
$ pip install pandas-validation
The project is hosted at https://github.com/jmenglund/pandas-validation and can also be installed using git:
$ git clone https://github.com/jmenglund/pandas-validation.git
$ cd pandas-validation
$ python setup.py install
Running the tests
Testing is carried out with pytest:
$ pytest -v test_pandasvalidation.py
Test coverage can be calculated with Coverage.py using the following commands:
$ coverage run -m pytest
$ coverage report -m pandasvalidation.py
The code follow style conventions in PEP8, which can be checked with pycodestyle:
$ pycodestyle pandasvalidation.py test_pandasvalidation.py setup.py
Building the documentation
The documentation can be built with Sphinx and the Read the Docs Sphinx Theme:
$ cd pandas-validation
$ sphinx-build -b html ./docs/source ./docs/_build/html
License
pandas-validation is distributed under the MIT license.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pandas-validation-0.5.0.tar.gz
.
File metadata
- Download URL: pandas-validation-0.5.0.tar.gz
- Upload date:
- Size: 8.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8b10a1a108d8f0821474a0077b0cf2d17bcef95be510a386690334d77f76e69a |
|
MD5 | 1fe2a0549cd190243a1c930370e9acaf |
|
BLAKE2b-256 | b39d2efec6ffa23f4bce194f7c7daf15bd5d4c4cd41f92c9d2bc02841d76411e |
File details
Details for the file pandas_validation-0.5.0-py2.py3-none-any.whl
.
File metadata
- Download URL: pandas_validation-0.5.0-py2.py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ab79b5c61f754c95d8024d1d8ab81280524f1294d35f5c86094442e21c0318b1 |
|
MD5 | dc4dc5952a0a3a5b99077e9c733333c5 |
|
BLAKE2b-256 | 72c6601259068522a7869533703a3a2c3f779a0a3a21e614e277c21e492191a1 |