onstove.Biogas.normalize#

Biogas.normalize(column: str, inverse: bool = False) Series#

Uses the MinMax method to normalize the data from a column of the gdf GeoDataFrame.

Parameters:
column: str

Name of the column of the gdf to create the normalized data from.

inverse: bool, default False

Whether to invert the range in the normalized data.

Returns:
pd.Series

The normalized pd.Series.