Open Issues Need Help
View All on GitHub Normalize column names about 2 months ago
AI Summary: This issue requests a feature to normalize column names in the output Excel file. Currently, variations like "Ensemble" and "Ensemble " are treated as distinct columns, leading to duplicates. The proposed solution is to make column name matching case-insensitive and trim leading/trailing spaces, then group the values under the normalized form.
Complexity:
2/5
enhancement good first issue
A Python command-line script that merges Excel worksheets with identical layout
Python