Wes McKinney created ARROW-3739:
-----------------------------------
Summary: [C++] Add option to convert a particular column to
timestamps or dates using a passed strptime-compatible string
Key: ARROW-3739
URL: https://issues.apache.org/jira/browse/ARROW-3739
Project: Apache Arrow
Issue Type: New Feature
Components: C++
Reporter: Wes McKinney
Probably will need something like
{code}
...
types={'date_col': csv.convert_date('%Y%m%d')}
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)