class Polars::LazyFrame
def collect_schema
- 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
(Schema)
-
def collect_schema Schema.new(_ldf.collect_schema, check_dtypes: false) end