I need to import .XLSX Excel file into pandas it is now unsupported and gives the error
XLRDError: Excel xlsx file; not supported
I need an alternative for:
import pandas as pd
df = pd.read_excel("Challenger track/Data Sets/extract-text-1.xlsx", index_col=0)
df.head()