File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -274,6 +274,9 @@ Enhancements
274
274
- added option `display.chop_threshold` to control display of small numerical
275
275
values. (GH2739_)
276
276
277
+ - added option `display.max_info_rows` to prevent verbose_info from being
278
+ calculated for frames above 1M rows (configurable). (GH2807_, GH2918_)
279
+
277
280
- value_counts() now accepts a "normalize" argument, for normalized
278
281
histograms. (GH2710_).
279
282
@@ -309,6 +312,8 @@ Bug Fixes
309
312
# some timedelta numeric operations are supported
310
313
td - timedelta(minutes=5,seconds=5,microseconds=5)
311
314
315
+ - Fixed slow printing of large Dataframes, due to inefficient dtype
316
+ reporting (GH2807_)
312
317
- Fix pretty-printing of infinite data structures (closes GH2978_)
313
318
- str.contains ignored na argument (GH2806_)
314
319
@@ -324,3 +329,5 @@ on GitHub for a complete list.
324
329
.. _GH2739: https://github.com/pydata/pandas/issues/2739
325
330
.. _GH2710: https://github.com/pydata/pandas/issues/2710
326
331
.. _GH2806: https://github.com/pydata/pandas/issues/2806
332
+ .. _GH2807: https://github.com/pydata/pandas/issues/2807
333
+ .. _GH2918: https://github.com/pydata/pandas/issues/2918
You can’t perform that action at this time.
0 commit comments