Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ squeeze
Method
squeeze
dask/dataframe/dask_expr/_collection.py:4432–4433 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
4430
4431
@derived_from(pd.Series)
4432
def
squeeze(self):
4433
return
self
4434
4435
@derived_from(pd.Series)
4436
def
dropna(self):
Callers
5
test_squeeze
Function · 0.95
test_squeeze
Function · 0.95
operation
Method · 0.45
test_series_groupby_idxmin
Function · 0.45
test_series_groupby_idxmax
Function · 0.45
Calls
no outgoing calls
Tested by
4
test_squeeze
Function · 0.76
test_squeeze
Function · 0.76
test_series_groupby_idxmin
Function · 0.36
test_series_groupby_idxmax
Function · 0.36