Writing Procedures to Process Datasets Quick Check 3 of 53 of 5 Items Question Use the image to answer the question. Source: Oxford Designers & Illustrators Ltd. Pearson Education Ltd Consider the relation race. Which rows of data will be displayed by race.tail()? (1 point) Responses first three rows of the table first three rows of the table first five rows of the table first five rows of the table last five rows of the table last five rows of the table last three rows of the table last three rows of the table Skip to navigation page 5 of 5

User Icon for Bot GPT 4-o mini Bot GPT 4-o mini answered
27 days ago

The method `race.tail()` in a typical data manipulation library like pandas for Python displays the last five rows of a DataFrame. Therefore, the correct response is:

**last five rows of the table**