如何在显示数据时避免换行。

huangapple go评论60阅读模式
英文:

How to avoid new line when the data is shown

问题

有没有办法避免数据显示时出现新行:

如何在显示数据时避免换行。

为了在同一行上显示所有内容,使其易于阅读。

英文:

I want to know if is there a way to avoid a new line when the data is shown like this:

如何在显示数据时避免换行。

In order to show all in the same line with a crossbar, and easy to read.

答案1

得分: 1

垂直显示 - 展示

sparkDF.show(vertical=True, truncate=False)
英文:

You can display your dataframe vertically as well if that helps you

Vertical - Show

sparkDF.show(vertical=True,truncate=False)

huangapple
  • 本文由 发表于 2023年4月11日 05:13:46
  • 转载请务必保留本文链接:https://go.coder-hub.com/75980790.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定