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

Method _repr_data

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

Source from the content-addressed store, hash-verified

4597 return self._repr_data().to_string(max_rows=max_rows)
4598
4599 def _repr_data(self):
4600 return _repr_data_series(self._meta, self._repr_divisions)
4601
4602 if PANDAS_GE_220:
4603

Callers 1

to_stringMethod · 0.95

Calls 1

_repr_data_seriesFunction · 0.90

Tested by

no test coverage detected