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 tests
Testing is carried out with pytest. The following example shows how you can run the test suite and generate a coverage report with coverage:
$ py.test -v --pep8 pandasvalidation.py
$ coverage run -m py.test
$ coverage report --include pandasvalidation.py -m
Build the documentation
The documentation can be built with sphinx:
$ cd pandas-validation
$ sphinx-build -b html ./docs/source ./docs/_build/html
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.1.1.tar.gz
.
File metadata
- Download URL: pandas-validation-0.1.1.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
15deea858617b4ed09371af3efc8d223bf7243c5d2f7a35062353671bdbb1495
|
|
MD5 |
54e0f22edcfdd81c720c64c51b484dce
|
|
BLAKE2b-256 |
e56e9d17452239fde783f80b996f8b3d250d08cc68c05ba0a83fc9e789a6756b
|
File details
Details for the file pandas_validation-0.1.1-py2.py3-none-any.whl
.
File metadata
- Download URL: pandas_validation-0.1.1-py2.py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
73d6c5b5f85b03d567491af05deb4b26ef330ba750c927637e49d626c36b6f04
|
|
MD5 |
52c9a85ef0b9d0d25bc97f51d056b4d4
|
|
BLAKE2b-256 |
13f8f80120d7f7bf62eca0b484b161f220d529b8045dfe86b8344902a2c8d74a
|