Skip to content

New DataFrame display information? #6547

Closed
@jseabold

Description

@jseabold

We are using DataFrames to hold information in a lot places now. E.g., ANOVA tables

            df  sum_sq     mean_sq          F    PR(>F)
C(Fitness)   2     672  336.000000  16.961538  0.000041
Residual    21     416   19.809524        NaN       NaN

[2 rows x 5 columns] 

Where'd that bottom [] business come from? Is this new? Isn't this something that's better included in the info method?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Output-Formatting__repr__ of pandas objects, to_string

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions