look at the image below and help me to solve the issue. https://i.stack.imgur.com/Bbul9.png
CodePudding user response:
Easiest way would be to use DataFrame.transpose
https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.transpose.html
CodePudding user response:
Try this
print(df['Placeholder'])
