You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
When parsing CSV files, I don't want to always provide information about e.g. the header (which defaults to false). It would be nice if the format could be inferred like the schema.
Describe the solution you'd like
Add an infer_format method.
The text was updated successfully, but these errors were encountered:
Yes, I am looking after inferring the format, not the schema. I am especially interested in the header since the default is false but many CSV files have a header.
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
When parsing CSV files, I don't want to always provide information about e.g. the header (which defaults to false). It would be nice if the format could be inferred like the schema.
Describe the solution you'd like
Add an
infer_format
method.The text was updated successfully, but these errors were encountered: