Open lesterlitch opened 4 years ago
In Image Utils, this attribute no longer exists in recent versions of pandas, for pandas categorical objects. Should be replaced with:
cat_col_series.to_numpy()
This issue is not fixed yet.
In Image Utils, this attribute no longer exists in recent versions of pandas, for pandas categorical objects. Should be replaced with:
cat_col_series.to_numpy()