nickmckay / LiPD-utilities

Input/output and manipulation utilities for LiPD files in Matlab, R and Python
http://nickmckay.github.io/LiPD-utilities/
GNU General Public License v2.0
29 stars 9 forks source link

Python: Excel not writing one table's CSV file #8

Closed chrismheiser closed 7 years ago

chrismheiser commented 7 years ago

I'm having a problem with this file. Maybe because the second table has so many columns but the CSV is not writing even after I remover the units khider

KT05-7_PC02.Kawahata.2009.xlsx KT05-7_PC02.Kawahata.2009.zip

chrismheiser commented 7 years ago
screen shot 2017-06-02 at 1 27 51 pm

Same issue as #6

The sheet corresponding to the CSV file that doesn't get written has two identically named columns "cas". Trying to parse the same name twice results in one column getting overwritten, and it causes an incorrect column count and breaks the CSV writing.