DataFrame.PrintSchema Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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