You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dict_or_pickle_file (dict or str): The object must have been created with dict_from_file() or pickle_from_file() function.
27
27
28
-
thermo_ids (Optional[list or other iterable of ints]): Thermostat IDs. If no argument is specified, all IDs from the first arg will be in the DataFrame.
28
+
thermo_ids (Optional[list or other iterable of ints or strings]): Thermostat IDs. If no argument is specified, all IDs from the first arg will be in the DataFrame.
29
29
30
30
Returns:
31
31
inside_df (pandas DataFrame): DataFrame has MultiIndex based on the
dict_or_pickle_file (dict or str): Must have been created with dict_from_file() or pickle_from_file() function.
49
49
50
-
thermo_ids (Optional[list or other iterable of ints]): Thermostat IDs. If no argument is specified, all IDs from the first arg will be in the DataFrame.
50
+
thermo_ids (Optional[list or other iterable of ints or strings]): Thermostat IDs. If no argument is specified, all IDs from the first arg will be in the DataFrame.
51
51
52
52
Returns:
53
53
cycles_df (pandas DataFrame): DataFrame has MultiIndex based on the ID(s) and timestamps.
dict_or_pickle_file (dict or str): Must have been created with dict_from_file() or pickle_from_file() function.
70
70
71
-
location_ids (Optional[list or other iterable of ints]): Location IDs. If no argument is specified, all IDs from the first arg will be in the DataFrame.
71
+
location_ids (Optional[list or other iterable of ints or strings]): Location IDs. If no argument is specified, all IDs from the first arg will be in the DataFrame.
72
72
73
73
Returns:
74
74
outside_df (pandas DataFrame): DataFrame has MultiIndex based on the ID(s) and timestamps.
0 commit comments