How to get full result using DataFrame.Display method
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2020 04:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2020 11:26 AM
Hi @ratnakarsinha,
There is a limit in Databricks, not to load too much data because the computation is done on your browser and could crash Chrome / Firefox.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2020 01:34 AM
Hi @shyamspr, found that you can use dataframe.show instead. But there is no download option for dataframe.show method.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2022 01:14 AM
display method doesn't have the option to choose the number of rows. Use the show method. It is not neat and you can't do visualizations and downloads.