PASTAplus / dex

Explore and subset CSV tables using associated EML metadata
Apache License 2.0
3 stars 0 forks source link

Exception when CSV has duplicate column names #49

Closed rogerdahl closed 2 years ago

rogerdahl commented 2 years ago

E.g., this CSV has two columns named "TN":

https://pasta.lternet.edu/package/data/eml/knb-lter-luq/75/11034157/841789827e5c7abc50502f8aa26de080

rogerdahl commented 2 years ago

To discuss: Current solution renames duplicate columns. E.g., "TN, TN" becomes "TN, TN (2)". Alternate solution is to move to selecting columns by index instead of name, but it is a larger task.