augur.curate.rename module

Renames fields / columns of the input data

augur.curate.rename.parse_field_map(field_map_arg)
Return type:

List[Tuple[str, str]]

augur.curate.rename.register_parser(parent_subparsers)
augur.curate.rename.run(args, records)
Return type:

Iterable[dict]

augur.curate.rename.transform_columns(existing_fields, field_map, force)

Calculate the mapping of old column names to new column names

Return type:

List[Tuple[str, str]]