您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. python日记Day17——Pandas之Excel处理

  2. python日记——Pandas之Excel处理 创建文件 import pandas as pd df = pd.DataFrame({'ID':[1,2,3],'Name':['Tom','BOb','Gigi']}) df.to_excel("C:/Temp/Output.xlsx") print("done!") 读取文件 import pandas as pd people = pd.read_excel("C:/Temp/people.xlsx",index_col='ID') #i
  3. 所属分类:其它

    • 发布日期:2020-12-22
    • 文件大小:55296
    • 提供者:weixin_38648309