Skip to content

how to handle duplicate pandas columns? #698

@liamholmes31

Description

@liamholmes31

What?
pandas allows duplicate columns in dfs, but polars does not. How do our transformers behave for dfs with dupe columns? should we just be erroring in this scenario?

Why?
tighten up logic

How?
We could add error handling to BaseTransformer.check_columns for this

Metadata

Metadata

Assignees

No one assigned

    Labels

    testsimprovements to testing

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions