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

[FEAT] Adjust column size to data/column name #49

Closed
carlosfrutos opened this issue Feb 17, 2022 · 2 comments
Closed

[FEAT] Adjust column size to data/column name #49

carlosfrutos opened this issue Feb 17, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@carlosfrutos
Copy link

Describe the feature you'd like to be added to Parquet Viewer
It would be great to be able to adjust automatically the size of all columns to the size of the data and/or the column name. When opening parquet files with lots of double type columns, you have to adjust individually each column to be able to see the whole number (with the E-# at the end). That way you can easily view column values and compare them between columns.

Adjusting by column contents will make all column sizes to match maximum length of a column value
Adjusting by column names will make all column sizes to match the length of the column name
Adjusting by column names and contents will make all column sizes to match the biggest length of either the column name or the column values

Share why this feature would be a good addition to the utility
It will improve usability and data readability

Screenshots
I will try to put here a proposal for the menu items:

Tools
|  Adjust columns > | Column contents
                    | Column names
                    | Column names and contents


I just found your tool and I think it's great!!

Thank you for the effort!

Best regards,

Carlos

@carlosfrutos carlosfrutos added the enhancement New feature or request label Feb 17, 2022
mukunku added a commit that referenced this issue Feb 19, 2022
also upgrade to .net 4.7.2
@mukunku mukunku mentioned this issue Feb 19, 2022
@mukunku
Copy link
Owner

mukunku commented Feb 19, 2022

I added the options under Edit -> Column Sizing : https://github.com/mukunku/ParquetViewer/releases/tag/v2.3.6
Let me know how it works.

@carlosfrutos
Copy link
Author

Looks great to me now!

Thank you very much!!

@mukunku mukunku closed this as completed Mar 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants