史上最全的代码错误提示分析解读大全

原创 admin  2021-06-26 11:40  阅读 2,954 views 次

1.projects can either be opened in a new window or replace the project in the existing window or be attached to the already opened projects.

How would you like to open the project?

选项:This Window   NewWindows    Attach     Cancel

项目可以在新窗口中打开,或者替换现有窗口中的项目,或者附加到已经打开的项目。 您希望如何打开该项目?

2.ModuleNotFoundError: No module named 'pandas'

模块边界错误:没有名为“熊猫”的模块

3.ImportError: Missing optional dependency 'openpyxl'. Use pip or conda to install openpyxl.

导入错误:缺少可选依赖项“openpyxl”。使用pip或conda安装openpyxl。

4.invalid character in identifier

标识符中的字符无效

此处需要注意字符串和非字符串的引号,逗号的中英文格式是都有错。

5.NameError: name 'dataframe' is not defined

名称错误:未定义名称“dataframe”

注意,这个对象是个dataframe类型的对象,但是这个名字确实系统内置的,不能直接用的

6.FutureWarning: Defining usecols with out of bounds indices is deprecated and will raise a ParserError in a future version.

未来警告:定义带有越界索引的usecols是不推荐使用的,并且在未来版本中将引发解析错误。

7.read_excel() got an unexpected keyword argument 'indexcols'

read_excel()获得了意外的关键字参数“indexcols”

本文地址:https://www.moonpm.com/961.html
关注我们:请关注一下我们的微信:扫描二维码产品设计研究与产品经理交流中心 (鼠标移入红色字)
版权声明:本文为原创文章,版权归 admin 所有,欢迎分享本文,转载请保留出处!
PREVIOUS:已经是最后一篇了

发表评论


表情