Last active
October 18, 2022 21:45
-
-
Save kvnkho/b04474c3a6290c650c38b8df6daadffb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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