snowwhite9786 snowwhite9786 22-03-2024 Computers and Technology contestada To import the data from an Excel file into a DataFrame named fires, you can use this statement: a. fires = pd.read_excel(' ') b. fires.read_excel(' ') c. fires = pd.import_excel(' ') d. fires = read_excel(' ')