Skip to content
This repository has been archived by the owner on Sep 14, 2019. It is now read-only.

Parse dates and timestamps #88

Open
vrajmohan opened this issue Aug 15, 2016 · 0 comments
Open

Parse dates and timestamps #88

vrajmohan opened this issue Aug 15, 2016 · 0 comments

Comments

@vrajmohan
Copy link
Contributor

#83 adds the ability to parse data types like ints, floats and bools. These were trivial to implement as pandas supports them well. I can see a case for supporting dates and timestamps as well. This will take more effort as pandas does not support them well - dates are not supported at all, timestamps are not automatically detected but need to to be specifically indicated in the read_csv call.

This would be a requirement in an API that supported query for the most recent n resources.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant