新冠病毒数据分析(2)----JSON格式数据写入CSV文件 1、原始数据 网上直接获取的JSON格式文件 2、json文件读取 def read_data(path): data=pd.read ...