`polars.LazyFrame.schema` issues a performance warning, advising to use `.collect_schema` I think we should probably be doing the same? Else what's the point of us having both `LazyFrame.schema` and `LazyFrame.collect_schema`?