gpt4 book ai didi

pandas - pyspark 在 ipython 笔记本中将数据框显示为带有水平滚动的表格

转载 作者:行者123 更新时间:2023-12-01 23:43:05 25 4
gpt4 key购买 nike

pyspark.sql.DataFrame 使用 DataFrame.show() 显示困惑 - 换行而不是滚动。

enter image description here

但显示为pandas.DataFrame.head enter image description here

我尝试了这些选项

import IPython
IPython.auto_scroll_threshold = 9999

from IPython.core.interactiveshell import InteractiveShell
InteractiveShell.ast_node_interactivity = "all"
from IPython.display import display

但没有运气。尽管在带有 jupyter 插件的 Atom 编辑器中使用时滚动可以工作:

enter image description here

最佳答案

这是一个解决方法

spark_df.limit(5).toPandas().head()

虽然,我不知道这个查询的计算负担。我认为 limit() 并不昂贵。欢迎指正。

关于pandas - pyspark 在 ipython 笔记本中将数据框显示为带有水平滚动的表格,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43427138/

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