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
We should be able to support parsing a time-of-day somehow, so that eg. a csv with a column of 14:55:10 can be inferred as a TimeSpan or something. We should also support naming this type in the schema suggestions, eg Schema = "Timestamp(TimeSpan)"
We should be able to support parsing a time-of-day somehow, so that eg. a csv with a column of
14:55:10can be inferred as a TimeSpan or something. We should also support naming this type in the schema suggestions, egSchema = "Timestamp(TimeSpan)"