-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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
As tsfromtxt like ability to convert multiple text file columns into a single date column #1186
Comments
example data from @timmie
|
Isn't this in #1174 already? |
The following is liked and may be considered: and after this issue here is solved, we may start with: |
to comment: can both issues be merged? |
This looks good now, we'll need to write docs prior to release |
The only remaining question might be: should the combined columns be dropped from the resulting DataFrame? |
|
We should add another keyword to control that actually. And perhaps also to control whether to put the new date columns first or last |
Could you add a small documentation snippet? I have seen that there's a test file, but something more to the front would be nice. BTW, is the website with the dev docs updated on nightly basis? |
The docs are not updated nightly right now but will be soon.
|
This is still not transparent to me: This works weel:
but changing to
does not return the desired combined date time column |
you want parse_dates=[[1, 2]] parse_dates=[1, 2] means you want to parse each of columns 1 and 2 as dates I'll see if I can make the docs a little more clear before the 0.8 release. |
No description provided.
The text was updated successfully, but these errors were encountered: