We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee9fbb6 commit 94d11a4Copy full SHA for 94d11a4
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