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

Create a --no_truncate_columns argument for dry run #39

Open
bastienboutonnet opened this issue Nov 16, 2019 · 0 comments
Open

Create a --no_truncate_columns argument for dry run #39

bastienboutonnet opened this issue Nov 16, 2019 · 0 comments
Labels
documentation 📖 Improvements or additions to documentation enhancement ✨ New feature or request triaged: no

Comments

@bastienboutonnet
Copy link
Owner

Currently dataframes with lots of columns are automatically truncated by pandas, this means that when we show the preview with --dry_run it may be a little alarming or unhelpful.

The --no_truncate_columns argument should override pandas max column display and print the full df. Default should be null, and a warning should be thrown when truncation happens so that user can know why their dataframe looks like shit.

@bastienboutonnet bastienboutonnet added this to the Daft Punk milestone Nov 16, 2019
@bastienboutonnet bastienboutonnet added enhancement ✨ New feature or request documentation 📖 Improvements or additions to documentation labels Nov 16, 2019
@bastienboutonnet bastienboutonnet removed this from the Nicolas Jaar milestone Apr 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation 📖 Improvements or additions to documentation enhancement ✨ New feature or request triaged: no
Projects
None yet
Development

No branches or pull requests

1 participant