dsplus


Namedsplus JSON
Version 0.5.3 PyPI version JSON
download
home_pageNone
SummaryHelper functions for data science applications
upload_time2024-05-10 01:31:51
maintainerNone
docs_urlNone
authorPrashana Bajracharya
requires_python>=3.10
licenseNone
keywords data science pandas
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            This package contains helper functions and classes for various data science tasks.

This package is still in the beta stage. Please expect frequent updates to fix bugs and add functionalities. A full documentation will be added soon.

Primary categories include:
- Pandas helpers: Functions that start with 'pd_*'.
- Plotly helpers: Functions and classes that start with 'px_*'. 'px_Plot()' to create plots and 'px_Map()' to create maps.
- Spatial analysis helpers: Functions that start with 'sp_*'.
- OS helpers: Functions that start with 'os_*'.
- Set functions: Functions that start with 'set_*'.
- String functions: Functions that start with 'str_*'.
- Miscellaneous: Miscellaneous functions.

# Installation

```bash
pip install dsplus
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "dsplus",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "data science, pandas",
    "author": "Prashana Bajracharya",
    "author_email": "pajracharya713@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/c0/07/20e2cd5fecde9c4b7c0b110244faecc82e47ac02194696cbd1d1154043d4/dsplus-0.5.3.tar.gz",
    "platform": null,
    "description": "This package contains helper functions and classes for various data science tasks.\r\n\r\nThis package is still in the beta stage. Please expect frequent updates to fix bugs and add functionalities. A full documentation will be added soon.\r\n\r\nPrimary categories include:\r\n- Pandas helpers: Functions that start with 'pd_*'.\r\n- Plotly helpers: Functions and classes that start with 'px_*'. 'px_Plot()' to create plots and 'px_Map()' to create maps.\r\n- Spatial analysis helpers: Functions that start with 'sp_*'.\r\n- OS helpers: Functions that start with 'os_*'.\r\n- Set functions: Functions that start with 'set_*'.\r\n- String functions: Functions that start with 'str_*'.\r\n- Miscellaneous: Miscellaneous functions.\r\n\r\n# Installation\r\n\r\n```bash\r\npip install dsplus\r\n```\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Helper functions for data science applications",
    "version": "0.5.3",
    "project_urls": null,
    "split_keywords": [
        "data science",
        " pandas"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e3319d89b4c6a09aa93edcb5729e4cb344146a6dea0b9e3740b4d7c024637ba7",
                "md5": "8e4f2bfce45c0203b811d26242171f84",
                "sha256": "82f4ee2199876e772633f0201f6efe22dd65bae415e6f529a1fa1d6ed5a0fe6d"
            },
            "downloads": -1,
            "filename": "dsplus-0.5.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8e4f2bfce45c0203b811d26242171f84",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 36786,
            "upload_time": "2024-05-10T01:31:49",
            "upload_time_iso_8601": "2024-05-10T01:31:49.438852Z",
            "url": "https://files.pythonhosted.org/packages/e3/31/9d89b4c6a09aa93edcb5729e4cb344146a6dea0b9e3740b4d7c024637ba7/dsplus-0.5.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c00720e2cd5fecde9c4b7c0b110244faecc82e47ac02194696cbd1d1154043d4",
                "md5": "3406085a89dc47908cc1fbc59a4d4f89",
                "sha256": "438f75cbb67a41424b3a023a9a19ccd1f553b78df8176512bf97fd40a33cc662"
            },
            "downloads": -1,
            "filename": "dsplus-0.5.3.tar.gz",
            "has_sig": false,
            "md5_digest": "3406085a89dc47908cc1fbc59a4d4f89",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 37835,
            "upload_time": "2024-05-10T01:31:51",
            "upload_time_iso_8601": "2024-05-10T01:31:51.257975Z",
            "url": "https://files.pythonhosted.org/packages/c0/07/20e2cd5fecde9c4b7c0b110244faecc82e47ac02194696cbd1d1154043d4/dsplus-0.5.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-10 01:31:51",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "dsplus"
}
        
Elapsed time: 0.28116s