DataFrame.Schema Method

Definition

Returns the schema associated with this DataFrame.

public Microsoft.Spark.Sql.Types.StructType Schema ();
member this.Schema : unit -> Microsoft.Spark.Sql.Types.StructType
Public Function Schema () As StructType

Returns

Schema associated with this data frame

Applies to