Skip to content

callback doesn't get columnnames #8

@krobasky

Description

@krobasky

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions