Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better __repr__ for LuxDataFrame #56

Closed
dorisjlee opened this issue Aug 6, 2020 · 1 comment
Closed

Better __repr__ for LuxDataFrame #56

dorisjlee opened this issue Aug 6, 2020 · 1 comment
Assignees
Labels
bug Something isn't working priority high priority tasks (for dev)

Comments

@dorisjlee
Copy link
Member

__repr__ is currently empty to facilitate better display(..) of the luxWidget. We should support string __repr__ of LuxDataFrame for string operations on the LuxDataFrame.
One toy example of where this shows up is when dataframes are put into a list, the string __repr__ is triggered:
image

Ideally, we should have a string version that looks more like this:
image

@dorisjlee
Copy link
Member Author

Closed with #308

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority high priority tasks (for dev)
Projects
None yet
Development

No branches or pull requests

2 participants