daft.DataFrame.show
daft.DataFrame.show#
- DataFrame.show(n: int = 8) daft.viz.dataframe_display.DataFrameDisplay [source]#
Executes enough of the DataFrame in order to display the first
n
rowsNote
This call is blocking and will execute the DataFrame when called
- Parameters
n – number of rows to show. Defaults to 8.
- Returns
object that has a rich tabular display
- Return type
DataFrameDisplay