DataFrame.PrintSchema Method

Definition

Overloads

PrintSchema()

Prints the schema to the console in a nice tree format.

PrintSchema(Int32)

Prints the schema up to the given level to the console in a nice tree format.

PrintSchema()

Prints the schema to the console in a nice tree format.

public void PrintSchema ();
member this.PrintSchema : unit -> unit
Public Sub PrintSchema ()

Applies to

PrintSchema(Int32)

Prints the schema up to the given level to the console in a nice tree format.

[Microsoft.Spark.Since("3.0.0")]
public void PrintSchema (int level);
[<Microsoft.Spark.Since("3.0.0")>]
member this.PrintSchema : int -> unit
Public Sub PrintSchema (level As Integer)

Parameters

level
Int32
Attributes

Applies to