Option to Automatically Infer if CSV file has a header
Open
enhancement
help wanted
- Dominant language
- Rust
- Stars
- 3.6k
- Forks
- 1.3k
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 169
Description
**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.
Contributor guide
Assessment
This issue has not been assessed yet.