Skip to main content

function to make working in dask_cudf and dask quik-er

Project description

example workflow License Docker Repository on Quay code style codecov

dask-quik

Utilities for transforming data using dask and dask_cudf. Most can take either object, and will still process.

This utility currently has:

  • cartesian: The ability to create a sparse matrix of the entire universe of data (creating a cartesian product of your data), and "indexize" your data for future encoding uses
  • combine: a shortcut for a left merge, and the ability to prune rows based on what should be grouped by, max, min, and/or avg
  • dummy: The ability to run just dask functions, using a dask_cudf dummy class
  • split: Splitting your train, validation, and testing datasets with test being the most recent value (for recommendation systems)
  • transform: The ability to transform back and forth from pandas, dask, and dask_cudf, and also a workaround to sort by index in dask_cudf
  • utils: random utils to setup the dask_cudf cluster, shrink data types when defaulted to 64-bit, and a quick check if there are available GPUs (using nvidia-smi).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dask-quik-0.0.4.tar.gz (11.7 kB view hashes)

Uploaded Source

Built Distribution

dask_quik-0.0.4-py2.py3-none-any.whl (15.0 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page