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

Method to_string

dask/dataframe/dask_expr/_collection.py:4037–4039  ·  view source on GitHub ↗
(self, max_rows=5)

Source from the content-addressed store, hash-verified

4035
4036 @derived_from(pd.DataFrame)
4037 def to_string(self, max_rows=5):
4038 # option_context doesn't affect
4039 return self._repr_data().to_string(max_rows=max_rows, show_dimensions=False)
4040
4041 @derived_from(pd.DataFrame)
4042 def to_html(self, max_rows=5):

Callers

nothing calls this directly

Calls 2

_repr_dataMethod · 0.95
to_stringMethod · 0.45

Tested by

no test coverage detected