gpt4 book ai didi

python - Pandas 数据框格式不正确

转载 作者:行者123 更新时间:2023-12-01 08:23:30 47 4
gpt4 key购买 nike

我在使用 jupyter 笔记本和实验室时遇到问题,其中数据帧将正确加载并且工作正常,但是任何类型的格式化输出打印都会给出错误

AttributeError                            Traceback (most recent call last)
~\AppData\Local\Continuum\anaconda3\envs\Test\lib\site-packages\IPython\core\formatters.py in __call__(self, obj)
343 method = get_real_method(obj, self.print_method)
344 if method is not None:
--> 345 return method()
346 return None
347 else:

~\AppData\Local\Continuum\anaconda3\envs\Test\lib\site-packages\pandas\core\frame.py in _repr_html_(self)
647 # display HTML, so this check can be removed when support for
648 # IPython 2.x is no longer needed.
--> 649 if console.in_qtconsole():
650 # 'HTML output is disabled in QtConsole'
651 return None

~\AppData\Local\Continuum\anaconda3\envs\Test\lib\site-packages\pandas\io\formats\console.py in in_qtconsole()
121 ip.config.get('KernelApp', {}).get('parent_appname', "") or
122 ip.config.get('IPKernelApp', {}).get('parent_appname', ""))
--> 123 if 'qtconsole' in front_end.lower():
124 return True
125 except NameError:

AttributeError: 'LazyConfigValue' object has no attribute '

我到处寻找类似的东西,但在任何地方都找不到带有“LazyConfigValue”的任何东西。

我已经在新环境中重新安装,卸载并重新安装了 anaconda,但每次都会遇到同样的问题。

有人知道是什么原因造成的吗?

最佳答案

由于 Spacy 包导入引起,如 @Lukas 所建议

Spacy Issue

关于python - Pandas 数据框格式不正确,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54462614/

47 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com