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

Method to_string

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

Source from the content-addressed store, hash-verified

4631
4632 @derived_from(pd.Series)
4633 def to_string(self, max_rows=5):
4634 # option_context doesn't affect
4635 return self._repr_data().to_string(max_rows=max_rows)
4636
4637 def _repr_data(self):
4638 return _repr_data_series(self._meta, self._repr_divisions)

Callers 6

__repr__Method · 0.45
to_stringMethod · 0.45
normalize_pa_schemaFunction · 0.45
test_to_stringFunction · 0.45
test_series_formatFunction · 0.45

Calls 1

_repr_dataMethod · 0.95

Tested by 2

test_to_stringFunction · 0.36
test_series_formatFunction · 0.36