Assign a default value for display max_seq_items · Issue #3391 · pandas-dev/pandas (original) (raw)
Perhaps I've opened a dupe issue in the past, can't find it.pd.options.display.max_seq_items should not be None by default.
It's easy to hang the terminal by repr()ing with some mal-chosen data.
#3426