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

Class SeriesWrapper

dask/dataframe/tests/test_utils_dataframe.py:570–571  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

568 assert is_dataframe_like(wrap)
569
570 class SeriesWrapper:
571 __class__ = pd.Series
572
573 wrap = SeriesWrapper()
574 wrap.dtype = None

Callers 1

test_is_dataframe_likeFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_is_dataframe_likeFunction · 0.68