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.
python -m pip install sketch-dask-extension
from dask.dataframe import read_csv
import sketch-dask-extension
dataframe = read_csv('...')
dataframe.sketch.ask('tell me something interesting')
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.
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!
With ❤️ from YData Development team