0 purchases
sketchdaskextension 0.1.0
Sketch Dask Extension
This is a very simple extension to extend the support of Sketch to Dask Dataframes instead of only Pandas.
This is experimental and not meant to be used in critical environments.
How to install
python -m pip install sketch-dask-extension
How to use
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!
About 👯♂️
With ❤️ from YData Development team
License
MIT License
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.