neilotoole/sq

Auto-detect CSV header row

Closed this issue · 1 comments

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like

When importing CSV, sq can auto-detect the column types (e.g. string, int, etc).

sq should also be able to detect if a CSV file has a header row or not.

Implemented.