在jupyter安装xlrd,pandas包

在python中使用excel需要xlrd或者pandas:

安装xlrd

在jupyter notebook中直接输入:!pip install xlrd,然后按“Ctrl+enter”键执行即可安装xlrd包:在这里插入图片描述

安装pandas

直接在cmd环境下用命令即可,命令为:pip3 install pandas
在jupyter安装xlrd,pandas包_第1张图片
转自:https://blog.csdn.net/lifen0908/article/details/79122266

你可能感兴趣的:(在jupyter安装xlrd,pandas包)