当前位置:   article > 正文

python自用笔记_pandas .ds_store

pandas .ds_store

1 pandas文件读取失败可能是文件夹中有“.DS_Store”,一般是接口下载的表格会出现此情况,可以用try except忽略掉。

2 终端pip更新python库
直接打开终端,无需再指定路径
更新pip python3 -m pip install --upgrade pip
更新库 pip install --upgrade pandas
安装库 pip install pandas
安装库(指定版本)pip install pandas == 1.4.4
卸载库 pip uninstall pandas

本文内容由网友自发贡献,转载请注明出处:https://www.wpsshop.cn/w/AllinToyou/article/detail/81567
推荐阅读
相关标签
  

闽ICP备14008679号