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.20.0.txt
+37
Original file line number
Diff line number
Diff line change
@@ -314,6 +314,43 @@ New Behavior:
314
314
In [5]: df['a']['2011-12-31 23:59:59']
315
315
Out[5]: 1
316
316
317
+
.. _whatsnew_0200.api_breaking.memory_usage:
318
+
319
+
Memory Usage for Index is more Accurate
320
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
321
+
322
+
In previous versions, showing ``.memory_usage()`` on a pandas structure that has an index, would only include actual index values and not include structures that facilitated fast indexing. This will generally be different for ``Index`` and ``MultiIndex`` and less-so for other index types. (:issue:`15237`)
0 commit comments