diff --git a/doc/source/v0.13.1.txt b/doc/source/v0.13.1.txt index 30fc01f78ca83..85b8c93918883 100644 --- a/doc/source/v0.13.1.txt +++ b/doc/source/v0.13.1.txt @@ -227,6 +227,9 @@ Enhancements result result.loc[:,:,'ItemA'] +- df.info() view now display dtype info per column (:issue:`5682`) +- df.info() now honors option max_info_rows, disable null counts for large frames (:issue:`5974`) + Performance ~~~~~~~~~~~