Skip to content

Commit 72fd1ef

Browse files
author
y-p
committed
Merge pull request #3250 from y-p/book
BOOK: keep code examples in wes's book current, until the 2nd ed.
2 parents 5b3656c + bdc3183 commit 72fd1ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/config_init.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def mpl_style_cb(key):
184184
cf.register_option('precision', 7, pc_precision_doc, validator=is_int)
185185
cf.register_option('float_format', None, float_format_doc)
186186
cf.register_option('column_space', 12, validator=is_int)
187-
cf.register_option('max_info_rows', 1000000, pc_max_info_rows_doc,
187+
cf.register_option('max_info_rows', 1690785, pc_max_info_rows_doc,
188188
validator=is_instance_factory((int, type(None))))
189189
cf.register_option('max_rows', 100, pc_max_rows_doc, validator=is_int)
190190
cf.register_option('max_colwidth', 50, max_colwidth_doc, validator=is_int)

0 commit comments

Comments
 (0)