column-cleaner


Namecolumn-cleaner JSON
Version 0.0.2 PyPI version JSON
download
home_page
SummaryA column cleaner, which will clean the numerical values and spaces
upload_time2023-09-11 08:45:28
maintainer
docs_urlNone
authorKIE Square Analytics
requires_python>=3.6
license
keywords column cleaner number cleaner space cleaner
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Column Cleaner for a Dataframe
 
[![Python 3.6](https://img.shields.io/badge/python-3.6-blue.svg)](https://www.python.org/downloads/release/python-360/)   

## Functionality of the Column Cleaner

- It will replace space with "_".
- It will remove the numbers.


## Usage

- Make sure you have Python installed in your system.
- Run Following command in the CMD.
 ```
  pip install column_cleaner
  ```

## Note 
- I have tried to implement all the functionality, it might have some bugs also. Ignore that or please try to solve that bug.



            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "column-cleaner",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "column cleaner,number cleaner,space cleaner",
    "author": "KIE Square Analytics",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/bf/cf/d5a405653d7f364e86c77f5f0457418e0f41f77f5a627dbb7d3370182403/column_cleaner-0.0.2.tar.gz",
    "platform": null,
    "description": "# Column Cleaner for a Dataframe\r\n \r\n[![Python 3.6](https://img.shields.io/badge/python-3.6-blue.svg)](https://www.python.org/downloads/release/python-360/)   \r\n\r\n## Functionality of the Column Cleaner\r\n\r\n- It will replace space with \"_\".\r\n- It will remove the numbers.\r\n\r\n\r\n## Usage\r\n\r\n- Make sure you have Python installed in your system.\r\n- Run Following command in the CMD.\r\n ```\r\n  pip install column_cleaner\r\n  ```\r\n\r\n## Note \r\n- I have tried to implement all the functionality, it might have some bugs also. Ignore that or please try to solve that bug.\r\n\r\n\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A column cleaner, which will clean the numerical values and spaces",
    "version": "0.0.2",
    "project_urls": null,
    "split_keywords": [
        "column cleaner",
        "number cleaner",
        "space cleaner"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "41134882093b1e0751280f4583a1d58d662ee97eeeb06604809e67255bee63a9",
                "md5": "c6f6a87278e8b638d9d6877e588bc691",
                "sha256": "564c9cae69881207ede474cbebf8d6fb0d78e7141b7ddb587ab79c80f5e7e4e8"
            },
            "downloads": -1,
            "filename": "column_cleaner-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c6f6a87278e8b638d9d6877e588bc691",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 2818,
            "upload_time": "2023-09-11T08:45:25",
            "upload_time_iso_8601": "2023-09-11T08:45:25.591916Z",
            "url": "https://files.pythonhosted.org/packages/41/13/4882093b1e0751280f4583a1d58d662ee97eeeb06604809e67255bee63a9/column_cleaner-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bfcfd5a405653d7f364e86c77f5f0457418e0f41f77f5a627dbb7d3370182403",
                "md5": "8206e56e7017427f708a535e0f09fcbb",
                "sha256": "4b4f426e5df2c5009fdd6158aaf013cf97a1a5f10ac8991a93e790979274ee61"
            },
            "downloads": -1,
            "filename": "column_cleaner-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "8206e56e7017427f708a535e0f09fcbb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 2650,
            "upload_time": "2023-09-11T08:45:28",
            "upload_time_iso_8601": "2023-09-11T08:45:28.147241Z",
            "url": "https://files.pythonhosted.org/packages/bf/cf/d5a405653d7f364e86c77f5f0457418e0f41f77f5a627dbb7d3370182403/column_cleaner-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-11 08:45:28",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "column-cleaner"
}
        
Elapsed time: 0.23381s