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.
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.
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.