Skip to content
New issue

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

DataFrameCsvReader converts address strings to Time :) #117

Open
olekscode opened this issue Aug 2, 2019 · 0 comments
Open

DataFrameCsvReader converts address strings to Time :) #117

olekscode opened this issue Aug 2, 2019 · 0 comments

Comments

@olekscode
Copy link
Member

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant