[ 
https://issues.apache.org/jira/browse/BEAM-12533?focusedWorklogId=615701&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-615701
 ]

ASF GitHub Bot logged work on BEAM-12533:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 28/Jun/21 17:34
            Start Date: 28/Jun/21 17:34
    Worklog Time Spent: 10m 
      Work Description: rohdesamuel commented on pull request #15072:
URL: https://github.com/apache/beam/pull/15072#issuecomment-869878543


   > Discussed this offline with @robertwb and we decided that a simple 
approach that lists columns and index names (if non-trivial) would be better 
for now (e.g. `DeferredDataFrame(columns=['foo', 'bar', 'baz'], indexes=[None, 
'group']`).
   > 
   > We could consider something like this again later on.
   
   Ah, too bad, the formatted view was nice to see. lgtm


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 615701)
    Time Spent: 2.5h  (was: 2h 20m)

> DeferredSeries 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
>            Assignee: Brian Hulette
>            Priority: P2
>             Fix For: 2.32.0
>
>          Time Spent: 2.5h
>  Remaining Estimate: 0h
>
> 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)

Reply via email to