MCPcopy Create free account
hub / github.com/dask/dask / nunique_approx

Method nunique_approx

dask/dataframe/dask_expr/_expr.py:423–424  ·  view source on GitHub ↗
(self, split_every=None)

Source from the content-addressed store, hash-verified

421 )
422
423 def nunique_approx(self, split_every=None):
424 return NuniqueApprox(self, b=16, split_every=split_every)
425
426 def memory_usage_per_partition(self, index=True, deep=False):
427 return MemoryUsagePerPartition(self, index, deep)

Callers 5

test_nunique_approxFunction · 0.45
test_nunique_approxFunction · 0.45
test_basicFunction · 0.45
test_split_everyFunction · 0.45
test_larger_dataFunction · 0.45

Calls 1

NuniqueApproxClass · 0.90

Tested by 5

test_nunique_approxFunction · 0.36
test_nunique_approxFunction · 0.36
test_basicFunction · 0.36
test_split_everyFunction · 0.36
test_larger_dataFunction · 0.36