import pandas
pandas.read_json("mobilenet_tech_0.11_predict.log").to_csv("mobilenet_tech_0.11_predict.log.csv")
# to_excel()可以转excel
import pandas
pandas.read_json("mobilenet_tech_0.11_predict.log").to_csv("mobilenet_tech_0.11_predict.log.csv")
# to_excel()可以转excel
转载于:https://www.cnblogs.com/sddai/p/10333184.html