Merge and split results csv folder
- operators.tdp.merge_and_split_results_csv_folder(client, new_tower_path='new_paths.txt', last_tower_path='last_paths.txt', reference_tower_path='reference_paths.txt', results_path_csv='results.csv', results_plots_path='results_plots', merged_results_path_csv='results/Reports_2023', resturctured_plots_path='results/10-Plots-Tragwerke', input_file_structure_path='input_file_structure.txt', year='2023', worker_instance_type='P2', manager_instance_type='small', skip_existing_files=False)
- [atr] Merge results csv
- merge_and_split_results_csv_folder(client,new_tower_path=’new_paths.txt’,last_tower_path=’last_paths.txt’,reference_tower_path=’reference_paths.txt’,results_path_csv=’results.csv’,results_plots_path=’results_plots’,merged_results_path_csv=’results/Reports_2023’,resturctured_plots_path=’results/10-Plots-Tragwerke’,input_file_structure_path=’input_file_structure.txt’,year=’2023’,worker_instance_type=’P2’,manager_instance_type=”small”,skip_existing_files = False )
- Parameters:
new_tower_path – input new path data
last_tower_path – input last path
reference_tower_path – input reference path
results_path_csv – input results.csv path
results_plots_path – input results_plots path
merged_results_path_csv – output path
resturctured_plots_path – output path
input_file_structure_path – input file structure path
year – year
worker_instance_type – cloud instance type of worker nodes
manager_instance_type – cloud instance type of manager node
skip_existing_files – skip files that already exist in the output folder