Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ _repr_data
Method
_repr_data
dask/dataframe/dask_expr/_collection.py:4637–4638 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
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)
4639
4640
if
PANDAS_GE_220:
4641
Callers
1
to_string
Method · 0.95
Calls
1
_repr_data_series
Function · 0.90
Tested by
no test coverage detected