pdcheckers


Namepdcheckers JSON
Version 0.1 PyPI version JSON
download
home_pagehttps://github.com/umLu/pdcheckers
SummaryInvestigate consistency and dirtiness of a pandas DataFrame
upload_time2023-01-16 06:10:40
maintainer
docs_urlNone
authorLuiz P.
requires_python>=3.6
license
keywords pandas dataframe dirty validation data cleaning
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PdCheckers

Tool to investigate consistency and dirtiness of a pandas DataFrame

## Installation

```shell
pip install pdcheckers
```

## Usage

Check ```example.ipynb```

## Data

Original mock data from version 0.1 generated https://mockaroo.com/. Dirtiness introduced.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/umLu/pdcheckers",
    "name": "pdcheckers",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "pandas dataframe dirty validation data cleaning",
    "author": "Luiz P.",
    "author_email": "umluiz@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/f5/ad/1c9795207cd622372accfb770c0be6dd239a9f25a43e538c5dfc4505560b/pdcheckers-0.1.tar.gz",
    "platform": null,
    "description": "# PdCheckers\n\nTool to investigate consistency and dirtiness of a pandas DataFrame\n\n## Installation\n\n```shell\npip install pdcheckers\n```\n\n## Usage\n\nCheck ```example.ipynb```\n\n## Data\n\nOriginal mock data from version 0.1 generated https://mockaroo.com/. Dirtiness introduced.\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Investigate consistency and dirtiness of a pandas DataFrame",
    "version": "0.1",
    "split_keywords": [
        "pandas",
        "dataframe",
        "dirty",
        "validation",
        "data",
        "cleaning"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b1370e435b7a6dccfef6c8922257116442e86cf566fa125aa71debdef3d60231",
                "md5": "3d9c2050914798908441219879891a3b",
                "sha256": "11b6962115422a964940af304275801651e24743f15c529af9e6f56dcaf2c05b"
            },
            "downloads": -1,
            "filename": "pdcheckers-0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3d9c2050914798908441219879891a3b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 15339,
            "upload_time": "2023-01-16T06:10:38",
            "upload_time_iso_8601": "2023-01-16T06:10:38.607410Z",
            "url": "https://files.pythonhosted.org/packages/b1/37/0e435b7a6dccfef6c8922257116442e86cf566fa125aa71debdef3d60231/pdcheckers-0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f5ad1c9795207cd622372accfb770c0be6dd239a9f25a43e538c5dfc4505560b",
                "md5": "71bff2781d64defd2d3194da33726b71",
                "sha256": "88b2d8a66524590eaadea0a95eb17b870189c987ffaea3dd3bbb19fe366a2b27"
            },
            "downloads": -1,
            "filename": "pdcheckers-0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "71bff2781d64defd2d3194da33726b71",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 2659,
            "upload_time": "2023-01-16T06:10:40",
            "upload_time_iso_8601": "2023-01-16T06:10:40.935464Z",
            "url": "https://files.pythonhosted.org/packages/f5/ad/1c9795207cd622372accfb770c0be6dd239a9f25a43e538c5dfc4505560b/pdcheckers-0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-16 06:10:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "umLu",
    "github_project": "pdcheckers",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "pdcheckers"
}
        
Elapsed time: 0.08688s