07 2018 档案

摘要:1 # -*- coding: utf-8 -*- 2 3 #auther tonyxiao 4 import xlrd 5 6 workbook = xlrd.open_workbook('D:/Desktop/workload.xls') # 打开excel数据表 7 SheetList = workbook.sheet_names() # 读取电子表到列表 8 Shee... 阅读全文
posted @ 2018-07-07 14:04 时尚民工 阅读(173) 评论(0) 推荐(0)
摘要:# -*- coding: utf-8 -*- #auther tonyxiao import xlrd workbook = xlrd.open_workbook('D:/Desktop/workload.xls') # 打开excel数据表 SheetList = workbook.sheet_ 阅读全文
posted @ 2018-07-07 14:01 时尚民工 阅读(140) 评论(0) 推荐(0)
摘要:# -*- coding: utf-8 -*- #auther tonyxiao import numpy as np import matplotlib.mlab as mlab import matplotlib.pyplot as plt X=[1,2,3,4,5,6]Y=[a,b,c,d,e 阅读全文
posted @ 2018-07-06 15:35 时尚民工 阅读(130) 评论(0) 推荐(0)
摘要:# -*- coding: utf-8 -*- #auther tonyxiaoimport xlrd workbook = xlrd.open_workbook('D:/py/workload.xls') # 打开excel数据表SheetList = workbook.sheet_names() 阅读全文
posted @ 2018-07-06 15:33 时尚民工 阅读(2128) 评论(0) 推荐(0)