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

Improvement suggestion: Table.print() function should also include the shape in the output #1175

Open
minhster99 opened this issue Dec 7, 2022 · 0 comments

Comments

@minhster99
Copy link

Hi

After executing any kind of table manipulation, eg add columns/rows, where clauses, you almost always want to see what the table looks like via the print/toString methods. Unfortunately it doesn't also display the shape and so most of these calls always has a following call to shape.

The shape is important when you have a larger dataset and you can see the changes in the number of rows/columns

ps Pandas equivalent function prints the shape when displaying table contents

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant