MCPcopy Index your code
hub / github.com/dask/dask / DataFrameWrapper

Class DataFrameWrapper

dask/dataframe/tests/test_utils_dataframe.py:557–558  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

555 # The following checks support of class wrappers, which
556 # requires the comparisons of `x.__class__` instead of `type(x)`
557 class DataFrameWrapper:
558 __class__ = pd.DataFrame
559
560 wrap = DataFrameWrapper()
561 wrap.dtypes = None

Callers 1

test_is_dataframe_likeFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_is_dataframe_likeFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…