echemdb / echemdb-converters

Convert raw data into echemdb data packages
https://echemdb.github.io/echemdb-converters/
GNU General Public License v3.0
0 stars 2 forks source link

Make eclab converter accept a random number of unnamed columns #8

Closed DunklesArchipel closed 1 year ago

DunklesArchipel commented 2 years ago

In the EcLab files there seems to be an unnamed column. The CSV loader (or pandas) assigns a number to that column, which reflects its position in the dataframe.

see: #7

DunklesArchipel commented 1 year ago

Since we keep all columns and only rename essential columns in the converter, we do not have to deal with this issue.