hots.tools
Provide external tools usefull for the code.
- hots.tools.change_max_dataset(df_indiv, container, col_indiv, new_max, col_val, col_time, min_time)[source]
Change dataset after max bound change.
- Parameters:
df_indiv (pd.DataFrame) – _description_
container (str) – _description_
col_indiv (str) – _description_
new_max (float) – _description_
col_val (str) – _description_
col_time (str) – _description_
min_time (int) – _description_
- Returns:
_description_
- Return type:
pd.DataFrame