Why does Databricks only plot 1000 rows?

1.9k views Asked by At

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.

1

There are 1 answers

1
Alex Ott On BEST ANSWER

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.