Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Databricks 中是否有任何方法可以使用内置可视化绘制超过 1000 行?我尝试使用limit()函数,但它仍然只显示前 1000 个。
limit()
不,现在不可能。 limit无济于事,因为它限制了数据帧本身的数据量,但display函数有自己的参数。
limit
display