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

Class DataFrameWrapper

dask/dataframe/tests/test_utils_dataframe.py:562–563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

test_is_dataframe_likeFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_is_dataframe_likeFunction · 0.68