daft.DataFrame.show#

DataFrame.show(n: int | None = None) daft.viz.dataframe_display.DataFrameDisplay[source]#

Executes enough of the DataFrame in order to display the first n rows

Note

This call is blocking and will execute the DataFrame when called

Parameters

n – number of rows to show. Defaults to None which indicates showing the entire Dataframe.

Returns

object that has a rich tabular display

Return type

DataFrameDisplay