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

Setting to force length of columns (truncate in spark) #40

Open
set92 opened this issue Apr 24, 2023 · 0 comments
Open

Setting to force length of columns (truncate in spark) #40

set92 opened this issue Apr 24, 2023 · 0 comments

Comments

@set92
Copy link

set92 commented Apr 24, 2023

Could be possible to have a parameter that behaves like truncate in spark.show()?

Currently, if you try to show a data frame with a column that has a long string, or many columns, the shape of the data frame will break down, making it hard to read. Since I don't care about that column I could have 2 possibilities, use --columns and select all columns except that one (maybe there could be a param that are directly the columns to be excluded?), or the other one could be truncating the length of columns, but couldn't find that option.

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