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

Class DataFrameWrapper

dask/dataframe/tests/test_utils_dataframe.py:565–566  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

563 # The following checks support of class wrappers, which
564 # requires the comparisons of `x.__class__` instead of `type(x)`
565 class DataFrameWrapper:
566 __class__ = pd.DataFrame
567
568 wrap = DataFrameWrapper()
569 wrap.dtypes = None

Callers 1

test_is_dataframe_likeFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_is_dataframe_likeFunction · 0.68