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
Release files for pandas-validation 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-validation-0.1.1.tar.gz | 5.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pandas_validation-0.1.1-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 12.2 kB
Release files / pandas-validation-0.1.1.tar.gz
| Download URL | pandas-validation-0.1.1.tar.gz |
|---|---|
| Size | 5.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
15deea858617b4ed09371af3efc8d223bf7243c5d2f7a35062353671bdbb1495
|
|
BLAKE2b-256 checksum How to use checksums |
e56e9d17452239fde783f80b996f8b3d250d08cc68c05ba0a83fc9e789a6756b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / pandas_validation-0.1.1-py2.py3-none-any.whl
| Download URL | pandas_validation-0.1.1-py2.py3-none-any.whl |
|---|---|
| Size | 6.5 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
73d6c5b5f85b03d567491af05deb4b26ef330ba750c927637e49d626c36b6f04
|
|
BLAKE2b-256 checksum How to use checksums |
13f8f80120d7f7bf62eca0b484b161f220d529b8045dfe86b8344902a2c8d74a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |