Skip to content

Instantly share code, notes, and snippets.

@kvnkho
Last active October 18, 2022 21:45
Show Gist options
  • Save kvnkho/b04474c3a6290c650c38b8df6daadffb to your computer and use it in GitHub Desktop.
Save kvnkho/b04474c3a6290c650c38b8df6daadffb to your computer and use it in GitHub Desktop.
from dask.distributed import Client
from coiled import Cluster
from whylogs.api.fugue import fugue_profile
cluster = Cluster(name="quickstart", software="profiling", n_workers=2)
client = Client(cluster)
fugue_profile(df, engine=client).to_pandas()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment