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

Method _repr_html_

dask/dataframe/dask_expr/_collection.py:2799–2800  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2797 return methods.tolist(self.columns)
2798
2799 def _repr_html_(self):
2800 return self.to_html()
2801
2802 @derived_from(pd.DataFrame)
2803 def assign(self, **pairs):

Callers 1

test_df_to_htmlFunction · 0.45

Calls 1

to_htmlMethod · 0.95

Tested by 1

test_df_to_htmlFunction · 0.36