I have an excel sheet of medical data formatted as numbers.
e = pd.read_excel(\'AIPFR_otherDx_data.xlsx\')
I am reading the file into a DF using