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
Traceback (most recent call last):
File "tkinter_init_.py", line 1705, in call
File "llgui.py", line 291, in
File "llgui.py", line 470, in make_file_info_table
File "loader.py", line 1430, in xle_head
File "loader.py", line 983, in init
File "loader.py", line 1257, in new_xle_imp
File "pandas\core\tools\datetimes.py", line 808, in to_datetime
File "pandas\core\tools\datetimes.py", line 908, in _assemble_from_unit_mappings
ValueError: to assemble mappings requires at least that [year, month, day] be specified: [day,month,year] is missing
Add error handling for this line: f['DateTime'] = pd.to_datetime(f.apply(lambda x: x['Date'] + ' ' + x['Time'], 1))
The text was updated successfully, but these errors were encountered:
Add error handling for this line:
f['DateTime'] = pd.to_datetime(f.apply(lambda x: x['Date'] + ' ' + x['Time'], 1))
The text was updated successfully, but these errors were encountered: