This might help: import yaml import csv yaml_file_names = ['data.yaml', 'data2.yaml'] rows_to_write = [] for idx, each_yaml_file in ...
確定! 回上一頁