You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This isn't addressed by #1186 and #1227 yet, need to think about parsing to periods and all that, the tsfromtxt functionality is not bad here, post #1186, the strings are concatenated together and parsed, which isn't exactly what you'd want here
In #1186, string concatenation and then parsing is just the really naive default behavior. If you specify a date parsing function it first passes the separate columns in for custom handling and then only do concat+parse if it fails.
@timmie if you're still interested this issue might be a good way to form the start of the pandas.io.converters module. Otherwise we would also appreciate more examples on common examples you've encountered that splits datetime across multiple columns
No description provided.
The text was updated successfully, but these errors were encountered: