file1_path = load_file_dialog("Please select the first CSV file") file2_path = load_file_dialog("Please select the second CSV file") if file1_path and file2_path: # Load the data files df1 = ...
#' Creates the `empty_diff_df.csv` which lists all of the differences that #' need to calculated at each silo in order to compute the aggregate ATT. #' The `empty_diff_df.csv` is then to be sent out ...