DataTable.
head
Shows the first n rows of the DataTable along with typing information.
Note
This will bring data into memory for Dask or Koalas DataTables.
n (int) – number of rows to return. Defaults to 5.
DataFrame with the top n rows where the column headers contain
each DataColumn’s typing information.