首页
编程
java
php
前端
首页
编程
java
php
前端
python导入excel文件的两种写法有什么区别?
df=pd.read_excel(‘销售.xlsx“) 与df= pd.DataFrame(pd.read_excel("销售.xlsx") )有什么区别吗
点击展开全文