We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee9fbb6 + 94d11a4 commit 81dfb28Copy full SHA for 81dfb28
doc/source/whatsnew/v0.18.0.txt
@@ -445,7 +445,7 @@ Removal of prior version deprecations/changes
445
446
- Removal of ``rolling_corr_pairwise`` in favor of ``.rolling().corr(pairwise=True)`` (:issue:`4950`)
447
- Removal of ``expanding_corr_pairwise`` in favor of ``.expanding().corr(pairwise=True)`` (:issue:`4950`)
448
-
+- Removal of ``DataMatrix`` module. This was not imported into the pandas namespace in any event (:issue:`12111`)
449
450
451
pandas/core/matrix.py
0 commit comments