slicefinder icon indicating copy to clipboard operation
slicefinder copied to clipboard

Replace deprecated `as_matrix()` with `to_numpy()`

Open BioGeek opened this issue 3 years ago • 0 comments

pandas.DataFrame.as_matrix is deprecated since pandas version 0.23.0. It is recommended to use DataFrame.to_numpy() instead.

BioGeek avatar Aug 17 '21 16:08 BioGeek