datatable.options.display.tail_nrows

This option controls the number of rows from the bottom of a frame to be displayed when the frame’s output is truncated due to the total number of rows exceeding max_nrows value.

Parameters

return
int

Current tail_nrows value. Initially, this option is set to 5.

new_tail_nrows
int

New tail_nrows value, should be non-negative.

except
ValueError

The exception is raised when the new_tail_nrows is negative.