Pandas excel subheadings | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 3

Pandas excel subheadings

I have subheadings in my excel file and I need to replace for example a2= rt b2= final concentration. I need to move b2 to a2 and get rid of a2.

5th Aug 2021, 5:01 AM
J
1 Answer
+ 1
You can remove rows (or columns) from a pandas dataframe with the drop() method. https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.drop.html
3rd Sep 2021, 8:46 PM
Tibor Santa
Tibor Santa - avatar