Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dask/dask
/ SeriesWrapper
Class
SeriesWrapper
dask/dataframe/tests/test_utils_dataframe.py:565–566 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
563
assert is_dataframe_like(wrap)
564
565
class
SeriesWrapper:
566
__class__ = pd.Series
567
568
wrap = SeriesWrapper()
569
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
Used in the wild
real call sites across dependent graphs
searching dependent graphs…