Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ IndexWrapper
Class
IndexWrapper
dask/dataframe/tests/test_utils_dataframe.py:578–579 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
576
assert is_series_like(wrap)
577
578
class
IndexWrapper:
579
__class__ = pd.Index
580
581
wrap = IndexWrapper()
582
wrap.dtype = None
Callers
1
test_is_dataframe_like
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_is_dataframe_like
Function · 0.68