How to read A column in xlsx file with pandas

I understand how to read a column with a certain header, but what if I want to read the entirety of a column like A without a header?

excel_data = pd.read_excel('base.xlsx', sheet_name='Sheet1') print(excel_data["A"]) 

It doesn’t work

Check Also

Descargar Microsoft Word última versión en Español

excerpt

Leave a Reply

Your email address will not be published. Required fields are marked *