不知道如何用anaconda的phython环境读取Excel表格,想要下载pip库,不知道该在哪里操作,怎么操作。
conda install 包名
就不需要用pip了
读取excel就安装pandas吧,
conda install pandas