@M-Farag I was thinking about adding some functionality to suggest data types for all the column in a CSV file? I think that would be useful. Maybe just take like to top few rows and figure out mainly if something is ...
- string
- int
- float
- bool
- date or datetime <- would probably be harder.
Thoughts?