SellPandas


NameSellPandas JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/Selling-Pandas/spandas
SummaryThis is the data analysis module made by Selling Pandas team
upload_time2024-04-28 09:53:42
maintainerNone
docs_urlNone
authordimidrosh
requires_python>=3.10
licenseNone
keywords pandas eda analysis data science
VCS
bugtrack_url
requirements pandas numpy seaborn matplotlib art
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # SellPandas
A module, built by "Selling pandas" team

## Installation
Using pip:
```shell
pip install SellPandas
```

## Quick guide
Use this module to:
1. Quickly delete outliers from your dataset using IQR method.
2. Build plots using "Selling Pandas" corporate style

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Selling-Pandas/spandas",
    "name": "SellPandas",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "pandas eda analysis data science",
    "author": "dimidrosh",
    "author_email": "info@dimidrosh.ru",
    "download_url": "https://files.pythonhosted.org/packages/91/09/f0775479457c089d7c6d21162b4d25656d942b3781a4b491123368c06c9c/SellPandas-0.0.2.tar.gz",
    "platform": null,
    "description": "# SellPandas\r\nA module, built by \"Selling pandas\" team\r\n\r\n## Installation\r\nUsing pip:\r\n```shell\r\npip install SellPandas\r\n```\r\n\r\n## Quick guide\r\nUse this module to:\r\n1. Quickly delete outliers from your dataset using IQR method.\r\n2. Build plots using \"Selling Pandas\" corporate style\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "This is the data analysis module made by Selling Pandas team",
    "version": "0.0.2",
    "project_urls": {
        "GitHub": "https://github.com/Selling-Pandas/spandas",
        "Homepage": "https://github.com/Selling-Pandas/spandas"
    },
    "split_keywords": [
        "pandas",
        "eda",
        "analysis",
        "data",
        "science"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5cf8fc68cd9d2d0195cbb1dc6f9d967298c52429538c46028c88abcf944d9e38",
                "md5": "bb1c7489829ba61292771402594c4448",
                "sha256": "f6a9155c4b5398415f102f98bcf40d42598f34e5f7148b607b1267c8d4562f95"
            },
            "downloads": -1,
            "filename": "SellPandas-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bb1c7489829ba61292771402594c4448",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 10428,
            "upload_time": "2024-04-28T09:53:41",
            "upload_time_iso_8601": "2024-04-28T09:53:41.506683Z",
            "url": "https://files.pythonhosted.org/packages/5c/f8/fc68cd9d2d0195cbb1dc6f9d967298c52429538c46028c88abcf944d9e38/SellPandas-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9109f0775479457c089d7c6d21162b4d25656d942b3781a4b491123368c06c9c",
                "md5": "918f577b29254a33337c6afb835cece0",
                "sha256": "87c49ba20d6a361902a1676ef589ee6754abdd62d8a40c84e928ac7c3d9dabab"
            },
            "downloads": -1,
            "filename": "SellPandas-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "918f577b29254a33337c6afb835cece0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 9729,
            "upload_time": "2024-04-28T09:53:42",
            "upload_time_iso_8601": "2024-04-28T09:53:42.833435Z",
            "url": "https://files.pythonhosted.org/packages/91/09/f0775479457c089d7c6d21162b4d25656d942b3781a4b491123368c06c9c/SellPandas-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-28 09:53:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Selling-Pandas",
    "github_project": "spandas",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "pandas",
            "specs": [
                [
                    ">=",
                    "2.1.3"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": [
                [
                    ">=",
                    "1.26.4"
                ]
            ]
        },
        {
            "name": "seaborn",
            "specs": [
                [
                    ">=",
                    "0.12.2"
                ]
            ]
        },
        {
            "name": "matplotlib",
            "specs": [
                [
                    ">=",
                    "3.8.2"
                ]
            ]
        },
        {
            "name": "art",
            "specs": [
                [
                    ">=",
                    "6.2"
                ]
            ]
        }
    ],
    "lcname": "sellpandas"
}
        
Elapsed time: 0.27824s