slicefinder
slicefinder copied to clipboard
Replace deprecated `as_matrix()` with `to_numpy()`
pandas.DataFrame.as_matrix
is deprecated since pandas
version 0.23.0. It is recommended to use DataFrame.to_numpy()
instead.