Brian Hulette created BEAM-12533:
------------------------------------
Summary: DeferedSeries and DeferredDataFrame should have a useful
repr
Key: BEAM-12533
URL: https://issues.apache.org/jira/browse/BEAM-12533
Project: Beam
Issue Type: Improvement
Components: dsl-dataframe
Reporter: Brian Hulette
Fix For: 2.32.0
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.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)