Hello I want to read an excel file in python using pandas. Because later I want to add values that file. However I can not read it properly because I have merged columns ,every label consists of 2 column. I searched it but did't find anything usefull.
-
all the columns look completely emptysammywemmy– sammywemmy2020-06-20 09:46:58 +00:00Commented Jun 20, 2020 at 9:46
-
i know, but the label column is the problem, After "Tarix" column there are two unnamed columns, but they must be "Tarix" this nameNihad Qurbanov– Nihad Qurbanov2020-06-20 09:49:02 +00:00Commented Jun 20, 2020 at 9:49
-
I just tried with an excel document with merged rows but your function is working. It seems to be something about the document. But I'm happy that the awnser works for you :)EdKenbers– EdKenbers2020-06-20 10:09:49 +00:00Commented Jun 20, 2020 at 10:09
Add a comment
|

