Is your feature request related to a problem?
By default, only 100 rows are loaded to infer the schema of a dataset. This can sometimes be too little, leading to errors.
Desired solution
Option 1: Let the user choose a value.
Option 2: Catch the error from polars and try again with a longer slice?
Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response