You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
same as this but with len() > 95, and of course use of the "..." in the column name as a 'truncation' to cater for width limit would be preferred to a failure!
Polars version checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of Polars.
Issue description
glimpse() fails for lengthy column names
The error msg
ValueError: Sign not allowed in string format specifier
suggests that a number in the justifiy format string may be negative?This line of code in
frame.py
might be the cause of the negative number?Reproducible example
Expected behavior
same as this but with len() > 95, and of course use of the "..." in the column name as a 'truncation' to cater for width limit would be preferred to a failure!
Installed versions
The text was updated successfully, but these errors were encountered: