Warning
Starting with the 0.25.x series of releases, pandas only supports Python 3.5.3 and higher. See :ref:`install.dropping-27` for more details.
Warning
The minimum supported Python version will be bumped to 3.6 in a future release.
{{ header }}
These are the changes in pandas 0.26.0. See :ref:`release` for a full changelog including other versions of pandas.
- Trying to set the display.precision, display.max_rows or display.max_columns using set_option to anything but a None or a positive int will raise a
ValueError
(:issue:`23348`)