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

Method to_string

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

Source from the content-addressed store, hash-verified

4054
4055 @derived_from(pd.DataFrame)
4056 def to_string(self, max_rows=5):
4057 # option_context doesn't affect
4058 return self._repr_data().to_string(max_rows=max_rows, show_dimensions=False)
4059
4060 @derived_from(pd.DataFrame)
4061 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