Handout 10 - Bentley University

Create the efdx table from the xlsx file as a pandas Dataframe. 2. Change the exdf column titles to all lower case 3. Change the index (row labels) to include the rest of the week, preserving the existing data. ... lower, upper Convert cases; equivalent to x.lower() or x.upper() for each element. ................
................