Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why does Databricks only plot 1000 rows?

Is there any way in Databricks to plot more than 1000 rows with the built in visualization? I tried using limit() function, but it still shows only the first 1000.

like image 824
JAdel Avatar asked Oct 19 '25 10:10

JAdel


1 Answers

No, it's not possible right now. limit won't help because it limits the amount of data in the dataframe itself, but display function has its own parameters.

like image 189
Alex Ott Avatar answered Oct 21 '25 11:10

Alex Ott



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!