Skip to content

DataFrameCsvReader converts address strings to Time :) #117

Open
@olekscode

Description

@olekscode
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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @olekscode

        Issue actions

          DataFrameCsvReader converts address strings to Time :) · Issue #117 · PolyMathOrg/DataFrame