sketch-dask-extension


Namesketch-dask-extension JSON
Version 0.1.0 PyPI version JSON
download
home_page
SummaryExtension to support Dask Dataframes on Sketch
upload_time2023-08-01 17:57:35
maintainer
docs_urlNone
author
requires_python>=3.8
licenseMIT License Copyright (c) 2019 YData, Lda. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords data sketch model etl automatic join ai embedding profiling dask dataframe
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![YData.ai](https://img.shields.io/badge/ydata.ai-12100E?style=for-the-badge&logoColor=white)](https://ydata.ai)
[![Discord](https://img.shields.io/badge/Discord-7289DA?style=for-the-badge&logo=discord&logoColor=white)](https://discord.gg/mw7xjJ7b7s)

[![pypi](https://img.shields.io/pypi/v/sketch-dask-extension)](https://pypi.org/project/sketch-dask-extension)
![Pythonversion](https://img.shields.io/badge/python-3.8%20%7C%203.9%20%7C%203.10-blue)
[![downloads](https://pepy.tech/badge/sketch-dask-extension/month)](https://pepy.tech/project/sketch-dask-extension)


# Sketch Dask Extension

This is a very simple extension to extend the support of [Sketch](https://github.com/approximatelabs/sketch) to Dask Dataframes instead of only Pandas.
This is **experimental** and not meant to be used in critical environments.

## How to install

```bash
python -m pip install sketch-dask-extension
```

## How to use

```python
from dask.dataframe import read_csv
import sketch-dask-extension

dataframe = read_csv('...')

dataframe.sketch.ask('tell me something interesting')
```

# Contributing
We are open to collaboration! If you want to start contributing you can in different ways:
- Search for an issue in which you would like to work and open a PR with the resolution.
- Create an issue with something that you would like to see and work on it opening a PR with the resolution if you feel confident for.
- Create a PR with something that you would like to see

In any case we will only provide our feedback and either approve it or ask for some change/revision.

# Support
For support in using this library, please join the #help Slack channel. The Discord community is very friendly and great about quickly answering questions about the use and development of the extension. [Click here to join our Discord community!](https://discord.gg/mw7xjJ7b7s)

## About 👯‍♂️

With ❤️ from [YData](https://ydata.ai) [Development team](mailto://developers@ydata.ai)

# License
[MIT License](https://github.com/ydataai/sketch-dask-extension/blob/master/LICENSE)

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "sketch-dask-extension",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "data,sketch,model,etl,automatic,join,ai,embedding,profiling,dask,dataframe",
    "author": "",
    "author_email": "YData <opensource@ydata.ai>",
    "download_url": "",
    "platform": null,
    "description": "[![YData.ai](https://img.shields.io/badge/ydata.ai-12100E?style=for-the-badge&logoColor=white)](https://ydata.ai)\n[![Discord](https://img.shields.io/badge/Discord-7289DA?style=for-the-badge&logo=discord&logoColor=white)](https://discord.gg/mw7xjJ7b7s)\n\n[![pypi](https://img.shields.io/pypi/v/sketch-dask-extension)](https://pypi.org/project/sketch-dask-extension)\n![Pythonversion](https://img.shields.io/badge/python-3.8%20%7C%203.9%20%7C%203.10-blue)\n[![downloads](https://pepy.tech/badge/sketch-dask-extension/month)](https://pepy.tech/project/sketch-dask-extension)\n\n\n# Sketch Dask Extension\n\nThis is a very simple extension to extend the support of [Sketch](https://github.com/approximatelabs/sketch) to Dask Dataframes instead of only Pandas.\nThis is **experimental** and not meant to be used in critical environments.\n\n## How to install\n\n```bash\npython -m pip install sketch-dask-extension\n```\n\n## How to use\n\n```python\nfrom dask.dataframe import read_csv\nimport sketch-dask-extension\n\ndataframe = read_csv('...')\n\ndataframe.sketch.ask('tell me something interesting')\n```\n\n# Contributing\nWe are open to collaboration! If you want to start contributing you can in different ways:\n- Search for an issue in which you would like to work and open a PR with the resolution.\n- Create an issue with something that you would like to see and work on it opening a PR with the resolution if you feel confident for.\n- Create a PR with something that you would like to see\n\nIn any case we will only provide our feedback and either approve it or ask for some change/revision.\n\n# Support\nFor support in using this library, please join the #help Slack channel. The Discord community is very friendly and great about quickly answering questions about the use and development of the extension. [Click here to join our Discord community!](https://discord.gg/mw7xjJ7b7s)\n\n## About \ud83d\udc6f\u200d\u2642\ufe0f\n\nWith \u2764\ufe0f from [YData](https://ydata.ai) [Development team](mailto://developers@ydata.ai)\n\n# License\n[MIT License](https://github.com/ydataai/sketch-dask-extension/blob/master/LICENSE)\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2019 YData, Lda.  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "Extension to support Dask Dataframes on Sketch",
    "version": "0.1.0",
    "project_urls": {
        "Home": "https://github.com/ydataai/sketch-dask-extension"
    },
    "split_keywords": [
        "data",
        "sketch",
        "model",
        "etl",
        "automatic",
        "join",
        "ai",
        "embedding",
        "profiling",
        "dask",
        "dataframe"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a3b73382f3cbe254ad93153a5dd011fc1de303ad39561b1877390886c31ffb32",
                "md5": "30c108227e7a139bdac0f44835d9625d",
                "sha256": "d904b28a2486c361a2006c06cdde269e9ab10fe42bdbdb060a0d311e387987b1"
            },
            "downloads": -1,
            "filename": "sketch_dask_extension-0.1.0-py310-none-any.whl",
            "has_sig": false,
            "md5_digest": "30c108227e7a139bdac0f44835d9625d",
            "packagetype": "bdist_wheel",
            "python_version": "py310",
            "requires_python": ">=3.8",
            "size": 8063,
            "upload_time": "2023-08-01T17:57:35",
            "upload_time_iso_8601": "2023-08-01T17:57:35.511175Z",
            "url": "https://files.pythonhosted.org/packages/a3/b7/3382f3cbe254ad93153a5dd011fc1de303ad39561b1877390886c31ffb32/sketch_dask_extension-0.1.0-py310-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "13a2415b72744883bea107d4a5c8d6fb492ac55e8f1cac0e3eb456c52cef0e82",
                "md5": "d02e6b00cdf2f6b0e9b14e0bdfb6abfa",
                "sha256": "54ae5c9889b2025c5e79037b2e35b6761df0757a620e5b251ba8190fbbc4786c"
            },
            "downloads": -1,
            "filename": "sketch_dask_extension-0.1.0-py38-none-any.whl",
            "has_sig": false,
            "md5_digest": "d02e6b00cdf2f6b0e9b14e0bdfb6abfa",
            "packagetype": "bdist_wheel",
            "python_version": "py38",
            "requires_python": ">=3.8",
            "size": 8063,
            "upload_time": "2023-08-01T17:57:36",
            "upload_time_iso_8601": "2023-08-01T17:57:36.613833Z",
            "url": "https://files.pythonhosted.org/packages/13/a2/415b72744883bea107d4a5c8d6fb492ac55e8f1cac0e3eb456c52cef0e82/sketch_dask_extension-0.1.0-py38-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e439da5c0bccff6196d59d0080d9270abd054cadc649fadff15855d233155074",
                "md5": "d587b39869913c13e25bd59d551eec48",
                "sha256": "fd6a68b9c86ad40a5917d0449f0a677de661752145de11ccefe2cf8a163ebbcd"
            },
            "downloads": -1,
            "filename": "sketch_dask_extension-0.1.0-py39-none-any.whl",
            "has_sig": false,
            "md5_digest": "d587b39869913c13e25bd59d551eec48",
            "packagetype": "bdist_wheel",
            "python_version": "py39",
            "requires_python": ">=3.8",
            "size": 8055,
            "upload_time": "2023-08-01T17:57:37",
            "upload_time_iso_8601": "2023-08-01T17:57:37.927557Z",
            "url": "https://files.pythonhosted.org/packages/e4/39/da5c0bccff6196d59d0080d9270abd054cadc649fadff15855d233155074/sketch_dask_extension-0.1.0-py39-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-01 17:57:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ydataai",
    "github_project": "sketch-dask-extension",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "sketch-dask-extension"
}
        
Elapsed time: 0.09634s