python数据导入
使用3.4.3的python首先导入各种需要的模块from pandas import read_csvfrom pandas import read_tablefrom pandas import read_excelfrom pandas import DataFrame然后是创建好需要导入的文件
·
使用3.4.3的python
首先导入各种需要的模块
from pandas import read_csv
from pandas import read_table
from pandas import read_excel
from pandas import DataFrame
然后是创建好需要导入的文件
更多推荐
所有评论(0)