Skip to content

BUG accept and deprecate negative integer for max_colwidth #31569

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Feb 2, 2020
Merged
Prev Previous commit
Next Next commit
add line break
  • Loading branch information
glemaitre committed Feb 2, 2020
commit 6ea241582e60f90bc594868f4990885243563418
1 change: 1 addition & 0 deletions pandas/core/config_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

"""
import warnings

import pandas._config.config as cf
from pandas._config.config import (
is_bool,
Expand Down