Paste CSV data to automatically detect column names, data types, and basic statistics.
| id | name | age | is_active | created_at | |
|---|---|---|---|---|---|
| 1 | Alice | alice@example.com | 28 | true | 2024-01-15 |
| 2 | Bob | bob@example.com | 35 | false | 2024-02-20 |
| 3 | Charlie | 42 | true | 2024-03-10 | |
| 4 | Diana | diana@example.com | 31 | true | 2024-04-05 |