We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
address --------- 8:00 am 2:00 am 7:00 pm 10:00 pm 10:00 am
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If you try to read the following CSV:
https://gist.github.com/olekscode/8024947019d6ebd8424736707bd3e1d0
The
address
column will be parsed as Time:The text was updated successfully, but these errors were encountered: