extra-datascience-tools


Nameextra-datascience-tools JSON
Version 0.5.0 PyPI version JSON
download
home_pagehttps://extra-datascience-tools.readthedocs.io/en/latest/index.html
SummaryPython package which offers additional tools for data scientists.
upload_time2022-11-30 10:13:30
maintainer
docs_urlNone
authorTomer Gabay
requires_python>=3.8,<4.0
licenseMIT
keywords data science python plots visualizations decorators ml machine learning
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Version](https://img.shields.io/pypi/v/extra-datascience-tools)](https://pypi.org/project/extra-datascience-tools/)
[![Downloads](https://pepy.tech/badge/extra-datascience-tools)](https://pepy.tech/project/extra-datascience-tools)
[![Downloads](https://pepy.tech/badge/extra-datascience-tools/month)](https://pepy.tech/project/extra-datascience-tools)
![](https://img.shields.io/github/license/sTomerG/extra-datascience-tools)
![](https://img.shields.io/pypi/pyversions/extra-datascience-tools)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
# Python package with extra tools to use for data science.

Welcome to `extra-datascience-tools`, a Python package which offers additional tools for data scientists. These tools include or will include e.g.:
- functions
- classes
- decorators
- plots

..which are useful and often used for most data science projects, so that you don't need to rewrite the same code over again or invent it yourself. Please be aware that this package was launched in oktober 2022 and thus the current amount of features might be limited, but the features that are present can be of great use.

 Personally I'm a huge fan of well-documented code, and this package strives for quality and well-documented code over lots of under-documented features. Please visit [ReadTheDocs](https://extra-datascience-tools.readthedocs.io/en/latest/#) for this package's extensive documentation.

**[Github page](https://github.com/sTomerG/extra-datascience-tools)**

## Installation

### Using PyPi

    pip install extra-datascience-tools

Without using PyPi

    git clone https://github.com/sTomerG/extra-datascience-tools.git
    cd extra-datascience-tools
    pip install .

If problems arise make sure to have the latest version of pip:

    python3 -m pip install --upgrade pip

## Usage
    >>> import extra_ds_tools

For more information see [the tutorial](https://extra-datascience-tools.readthedocs.io/en/latest/notebooks/tutorial.html).



            

Raw data

            {
    "_id": null,
    "home_page": "https://extra-datascience-tools.readthedocs.io/en/latest/index.html",
    "name": "extra-datascience-tools",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "",
    "keywords": "data science,python,plots,visualizations,decorators,ml,machine learning",
    "author": "Tomer Gabay",
    "author_email": "tomergabay001@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/4a/df/c7726ef9220c48b0be2d8f7c8e22b18a3735c9f7be3176238ac0be3a0570/extra-datascience-tools-0.5.0.tar.gz",
    "platform": null,
    "description": "[![Version](https://img.shields.io/pypi/v/extra-datascience-tools)](https://pypi.org/project/extra-datascience-tools/)\n[![Downloads](https://pepy.tech/badge/extra-datascience-tools)](https://pepy.tech/project/extra-datascience-tools)\n[![Downloads](https://pepy.tech/badge/extra-datascience-tools/month)](https://pepy.tech/project/extra-datascience-tools)\n![](https://img.shields.io/github/license/sTomerG/extra-datascience-tools)\n![](https://img.shields.io/pypi/pyversions/extra-datascience-tools)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n# Python package with extra tools to use for data science.\n\nWelcome to `extra-datascience-tools`, a Python package which offers additional tools for data scientists. These tools include or will include e.g.:\n- functions\n- classes\n- decorators\n- plots\n\n..which are useful and often used for most data science projects, so that you don't need to rewrite the same code over again or invent it yourself. Please be aware that this package was launched in oktober 2022 and thus the current amount of features might be limited, but the features that are present can be of great use.\n\n Personally I'm a huge fan of well-documented code, and this package strives for quality and well-documented code over lots of under-documented features. Please visit [ReadTheDocs](https://extra-datascience-tools.readthedocs.io/en/latest/#) for this package's extensive documentation.\n\n**[Github page](https://github.com/sTomerG/extra-datascience-tools)**\n\n## Installation\n\n### Using PyPi\n\n    pip install extra-datascience-tools\n\nWithout using PyPi\n\n    git clone https://github.com/sTomerG/extra-datascience-tools.git\n    cd extra-datascience-tools\n    pip install .\n\nIf problems arise make sure to have the latest version of pip:\n\n    python3 -m pip install --upgrade pip\n\n## Usage\n    >>> import extra_ds_tools\n\nFor more information see [the tutorial](https://extra-datascience-tools.readthedocs.io/en/latest/notebooks/tutorial.html).\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python package which offers additional tools for data scientists.",
    "version": "0.5.0",
    "split_keywords": [
        "data science",
        "python",
        "plots",
        "visualizations",
        "decorators",
        "ml",
        "machine learning"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "b910f2f1839d949d6851361f018af6f4",
                "sha256": "bc96609082aabacde218a59a7da42f53eb9b0bb3d2ba445ae2b4a91735a0df3c"
            },
            "downloads": -1,
            "filename": "extra_datascience_tools-0.5.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b910f2f1839d949d6851361f018af6f4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 15759,
            "upload_time": "2022-11-30T10:13:32",
            "upload_time_iso_8601": "2022-11-30T10:13:32.111318Z",
            "url": "https://files.pythonhosted.org/packages/b0/fc/4ce3fb3dde4defd1018b6a690ea7b50c7b4b23e63190863204a6c171c6eb/extra_datascience_tools-0.5.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "5bb862b9b0adc4be90f7998042e80678",
                "sha256": "a913482f543c0701d59e285fb737434b248d8059e046dd926f17b83612a9dde1"
            },
            "downloads": -1,
            "filename": "extra-datascience-tools-0.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "5bb862b9b0adc4be90f7998042e80678",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 13857,
            "upload_time": "2022-11-30T10:13:30",
            "upload_time_iso_8601": "2022-11-30T10:13:30.035545Z",
            "url": "https://files.pythonhosted.org/packages/4a/df/c7726ef9220c48b0be2d8f7c8e22b18a3735c9f7be3176238ac0be3a0570/extra-datascience-tools-0.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-11-30 10:13:30",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "extra-datascience-tools"
}
        
Elapsed time: 0.01555s