DataFrame
DataFrame copied to clipboard
DataFrameCsvReader converts address strings to Time :)
If you try to read the following CSV: https://gist.github.com/olekscode/8024947019d6ebd8424736707bd3e1d0
customersFile := 'customers.csv' asFileReference.
customers := DataFrame readFromCsv: customersFile.
The address column will be parsed as Time:
address
---------
8:00 am
2:00 am
7:00 pm
10:00 pm
10:00 am