Details
-
Improvement
-
Status: Resolved
-
P2
-
Resolution: Fixed
-
None
-
None
Description
DeferredSeries and DeferredDataFrame just use the default _repr_ implementation right now, which means outputting them in a notebook is not useful at all. Users will need to inspect columns, dtypes, index, name, etc.. manually. We should include basic information about the frames in a simple _repr_ implementation.