Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ nunique
Method
nunique
dask/dataframe/tseries/resample.py:353–354 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
351
352
@derived_from(pd_Resampler)
353
def
nunique(self):
354
return
self._single_agg(ResampleNUnique)
355
356
@derived_from(pd_Resampler)
357
def
median(self):
Callers
15
_nunique_df_chunk
Function · 0.45
test_make_timeseries_keywords
Function · 0.45
test_make_timeseries_fancy_keywords
Function · 0.45
test_unknown_categoricals
Function · 0.45
test_dataframe_groupby_nunique
Function · 0.45
test_dataframe_groupby_nunique_across_group_same_value
Function · 0.45
test_groupby_index_array
Function · 0.45
test_split_apply_combine_on_series
Function · 0.45
test_groupby_unaligned_index
Function · 0.45
test_groupby_column_and_index_agg_funcs
Function · 0.45
test_groupby_column_and_index_apply
Function · 0.45
test_gh_517
Function · 0.45
Calls
1
_single_agg
Method · 0.95
Tested by
15
test_make_timeseries_keywords
Function · 0.36
test_make_timeseries_fancy_keywords
Function · 0.36
test_unknown_categoricals
Function · 0.36
test_dataframe_groupby_nunique
Function · 0.36
test_dataframe_groupby_nunique_across_group_same_value
Function · 0.36
test_groupby_index_array
Function · 0.36
test_split_apply_combine_on_series
Function · 0.36
test_groupby_unaligned_index
Function · 0.36
test_groupby_column_and_index_agg_funcs
Function · 0.36
test_groupby_column_and_index_apply
Function · 0.36
test_gh_517
Function · 0.36
test_nunique
Function · 0.36