摘要:
import os import pandas as pd # 修改工作路径到指定文件夹 os.chdir("D:/anaconda/python-work/Three/第十一章") # 第二种连接方式 import pymysql as pm con = pm.connect(host='loca 阅读全文
摘要:
import pandas as pdcatering_sale="C:/Users/Lenovo/Desktop/catering_sale.xls" data=pd.read_excel(catering_sale,index_col=u'日期')print(data.describe()) i 阅读全文
摘要:
import pandas as pdcatering_sale="C:/Users/Lenovo/Desktop/catering_sale.xls" data=pd.read_excel(catering_sale,index_col=u'日期')print(data.describe()) i 阅读全文