Skip to content

headers_make_unique output not always unique #197

@ckoncz-hwx

Description

@ckoncz-hwx

Ran into a situation when a string list is not converted into one with unique items:

$ python --version
Python 3.9.5

$ pip freeze | grep messytables
messytables==0.15.2

$ python -c "import messytables; print(messytables.headers.headers_make_unique([ 'a', 'a', 'a_2' ]))"
['a_1', 'a_2', 'a_2']

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions