logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

【Bug】TypeError: drop() got an unexpected keyword argument 'columns'。

pd.__version__#查看版本号原因是pandas在0.21的版本才加入了columns关键字,之前的版本是没有的。用下面这个命令更新Pandaspip install --upgrade pandas再次运行就不报错了...

#python#ubuntu#pandas
【Bug】Graphviz2.38环境变量设置之后仍提示'dot' 不是内部或外部命令,也不是可运行的程序或批处理文件

用户变量Path添加:C:\programfile\graphviz\bin系统变量Path添加:C:\programfile\graphviz\bin\dot.exe仍然报错通过命令行设置:再测试一下,这样就好了

到底了