MISO2 Preprocessing and file handling
Collection of paths and filenames that can be processed by MISO2FileManager.
@author: bgrammer
- class preprocessing.util.MISO2_file_types.MISO2FileTypes(value)
Collection of paths and filenames that can be processed by MISO2FileManager.
Created on Tue Jul 19 10:30:51 2022
Util data preparation functions.
@author: bgrammer
- preprocessing.util.MISO2_preprocessing_functions.check_value_difference(df1, df2, column_name, parameter_name)
Checks differences in values between a shared column of two dataframes.
- preprocessing.util.MISO2_preprocessing_functions.log_values_by_index(df, indices, mode)
Logs values from dataframe index by index with level warning
Primarily meant for exact location of outliers.
- Parameters:
df (pd.DataFrame) – Dataframe to print values from.
indices (tuple) – Tuple holding a list of row and column indices each.
mode (str) – Explanation of how values were gathered.