skipping the need for Polars to scan the CSV for --infer-len rows to guess the schema.
The guess may turn out to be wrong as the datatype inferences are not guaranteed as it only scans the first --infer-len rows, so this not only makes sqlp faster, it makes it more reliable.
skipping the need for Polars to scan the CSV for
--infer-len
rows to guess the schema.The guess may turn out to be wrong as the datatype inferences are not guaranteed as it only scans the first
--infer-len
rows, so this not only makes sqlp faster, it makes it more reliable.resolves #2225