Open krobasky opened 6 years ago
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)
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)