What This Tool Does
This tool scans your data to determine the underlying type of each column. It verifies if a column is 'safe' to treat as a number or date.
How It Works
1Upload the CSV.
2The tool scans all rows.
3It reports the inferred type for each header.
4Download the typed report or schema.
Input Format
Unknown CSV dataset.
Output Format
A Type Report or JSON Schema.
When to Use This Tool
- Generating a `CREATE TABLE` SQL statement.
- Documenting a dataset.
- Checking for data type pollution.