Setting option 'display.max_seq_items' to None results in TypeError when pprinting index #10182
Labels
Bug
Output-Formatting
__repr__ of pandas objects, to_string
Regression
Functionality that used to work in a prior pandas version
Milestone
According to the docstring, the following is allowed:
With 0.16.1 this results in a TypeError when pretty printing an index. This is because the None value is compared against lenght of the index to see if we need to limit output.
The text was updated successfully, but these errors were encountered: