Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Columns are silently lost if multiple columns have the same name #134

Open
jverkoey opened this issue Dec 19, 2023 · 0 comments
Open

Columns are silently lost if multiple columns have the same name #134

jverkoey opened this issue Dec 19, 2023 · 0 comments

Comments

@jverkoey
Copy link

jverkoey commented Dec 19, 2023

Example:

en,comment,de,en,en-GB,fr,es,it
,,,,,,,
Efficiency,,,,,,,
%@,,,,,,,

In this case, the "Efficiency" row will appear as an empty row when printed because there are two columns named en.

The fix is to not have duplicate column names, because they're being treated as keys, but this type of issue would ideally be thrown as an error to make it clear that unexpected behavior is happening.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant