is there a way to print to screen a DataFrame in similar fashion as the “less” command in Linux? So that it displays the data that fits the current terminal size, and with the arrow keys to scroll the columns and rows.
Is there any suggestion for an equivalent approach?
Thank you! I managed to use BrowseTables with my DataFrames without problem. However, not with TableView. Is this only valid for Tables or also DataFrames?