bderoo121 / bderoo121/journal-batch-processer

The _checkColumns function silently ignores columns with repeat names

Open
#3 0 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
Python
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

If two or more columns in a data set have the same name, the program will record the index of the first one it encounters and ignore the rest, meaning the data in the other columns is thrown out. While generally not a problem, it may be better to alert the user to the duplication.

Contributor guide

No contributing guide indexed for this repository

Research direction

Locate the _checkColumns function and trace how it handles columns with duplicate names. Confirm the current first-match behavior, then determine how duplicate names should alert the user without silently discarding the other columns; done means the duplicate case is surfaced clearly and existing unique-column behavior remains intact.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
data
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.