sustainable-computing-io / kepler-model-server

Model Server for Kepler
Apache License 2.0
23 stars 25 forks source link

fix: pd.unique warning and ignore file not found #360

Closed sunya-ch closed 1 month ago

sunya-ch commented 1 month ago

fix

FutureWarning: unique with argument that is not not a Series, Index, ExtensionArray, or np.ndarray is deprecated and will raise in a future version.
  return pd.unique([col_to_unit_val(col) for col in power_columns if "package" in col])