You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.21.0.txt
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,8 @@ Backwards incompatible API changes
52
52
- :func:`read_csv` now treats ``'null'`` strings as missing values by default (:issue:`16471`)
53
53
- :func:`read_csv` now treats ``'n/a'`` strings as missing values by default (:issue:`16078`)
54
54
55
+
- :class:`pandas.HDFStore`'s string representation is now faster and less detailed. For the previous behavior, use ``pandas.HDFStore.info()``. (:issue:`16503`).
0 commit comments