daft.DataFrame.schema#

DataFrame.schema() daft.logical.schema.Schema[source]#

Returns the Schema of the DataFrame, which provides information about each column

Returns

schema of the DataFrame

Return type

Schema