We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b078105 commit 54c0155Copy full SHA for 54c0155
yellowbrick/contrib/missing/dispersion.py
@@ -97,7 +97,7 @@ def get_nan_locs(self, **kwargs):
97
the coordinates in the matrix
98
"""
99
if np.issubdtype(self.X.dtype, np.bytes_) or np.issubdtype(
100
- self.X.dtype, np.unicode_
+ self.X.dtype, np.str_
101
):
102
mask = np.where(self.X == "")
103
nan_matrix = np.zeros(self.X.shape)
0 commit comments