Discover parameter: time_format
and time_composed
and time_multicolumn
#31
Labels
Milestone
time_format
and time_composed
and time_multicolumn
#31
openpyxl
directly intodatetime.datetime
the time format is certain. But if strings have to be evaluated, there should be a strategy to identify if a string could be a date (maybe iterating through the existing date parsing strategies asking foraccepts(possible_str_date)
). This would probably have to be figured it out together withtime_composed
(if the string represents a known date format or if it is composed by elements that have to be interpreted to parse a date from them) andtime_multicolumn
that could hold relevant elements to parse a date in more than one column.The text was updated successfully, but these errors were encountered: