Create a --no_truncate_columns argument for dry run #39
Labels
documentation 📖
Improvements or additions to documentation
enhancement ✨
New feature or request
triaged: no
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.The text was updated successfully, but these errors were encountered: