- 博客(3)
- 收藏
- 关注
原创 python 调用自定义函数 显示not callable 原因?
‘’‘记录日常码code 的错误’‘’#错误提示TypeError: ‘DataFrame’ object is not callable#问题原因在自定义函数没有错的情况下,自定义的函数名与变量名存在重复使用,将会导致上述问题#关键问题自定义的函数名与变量名 不能重复...
2021-03-17 15:05:51
1204
转载 WSL- ubuntu 下挂载windows 下移动硬盘(网络存储)
最近碰到的问题,以此记录问题: ubuntu 想要输入命令 mnt/z 就能访问,但是需要先挂载才能正常访问在windows 下移动硬盘位 Z:\在ubuntu 下输入命令:sudo mkdir /mnt/Z(此命令为在 Windows 下新建一个 Z盘,访问 windows 下的文件 cd /mnt/z)挂载盘符 Zsudo mount -t drvfs Z: /mnt/Z最后,输入 mnt/Z 和windows 下是一模一样的感谢:sunqing3020590的个人博客htt
2020-11-23 16:21:12
2952
原创 plot_model 解决报错问题
plt_model 解决报错问题 错误合集: 1、no model pydot ,you need to ''pip install pydot'' 2、GraphViz's executables not found 3、InvocationException: Program terminated with status: 1. stderr follows: Format: "ps" not recognized. Use one of:==========================
2020-10-13 15:46:39
2188
3
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人