class Polars::LazyFrame

def collect_schema

Other tags:
    Example: Access various properties of the schema. -
    Example: Determine the schema. -

Returns:
  • (Schema) -
def collect_schema
  Schema.new(_ldf.collect_schema, check_dtypes: false)
end