Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support console with __repr__ like pandas (#984)
* Support console with __repr__ like pandas * Resolves #898 * Pre-compute the number of columns based on the width of the column names * This guarantees that we will get at least as many columns from the partitions as we need. * Compute width using pandas utility to match the behavior * Tested locally to verify behavior
- Loading branch information