Skip to content
Snippets Groups Projects
Commit 08933ab3 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Comment clarification

parent 7be4e630
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@ def get_dataframe_from_weather_observations(weather_observations: list, timezone
def get_result_list_from_dataframe(df: DataFrame):
"""
Create a list of VIPS Result objects from a dataframe
Requires timeseries as index and a column named WARNING_STATUS with INT values ranging from 0-4 (see Result class)
Requires timeseries as index and a column named WARNING_STATUS with INT values ranging from 0-4 (see entities.Result class)
"""
result_list = []
dictframe = df.to_dict(orient="index")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment