DataFrame.Show(Int32, Int32, Boolean) Method

Definition

Displays rows of the DataFrame in tabular form.

public void Show (int numRows = 20, int truncate = 20, bool vertical = false);
member this.Show : int * int * bool -> unit
Public Sub Show (Optional numRows As Integer = 20, Optional truncate As Integer = 20, Optional vertical As Boolean = false)

Parameters

numRows
Int32

Number of rows to show

truncate
Int32

If set to more than 0, truncates strings to truncate characters and all cells will be aligned right.

vertical
Boolean

If set to true, prints output rows vertically (one line per column value).

Applies to