try:
pd.DataFrame(output_data).to_csv(output_path, index=False)
except Exception as exp:
print("exp=",exp)
arrays must all be same length
将country_code 中的符号-去除后貌似没有该问题了
try:
pd.DataFrame(output_data).to_csv(output_path, index=False)
except Exception as exp:
print("exp=",exp)
arrays must all be same length
将country_code 中的符号-去除后貌似没有该问题了

被折叠的 条评论
为什么被折叠?