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
I think the software would be more convenient to use if the import_df function sent the column names into the the callback, e.g.
callback2(parse_row(line, colnames))
s/b
callback2(parse_row(line, colnames), colnames)