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

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

The method `race.tail()` in a DataFrame (assuming we're discussing a pandas DataFrame in Python) will display the last five rows of the DataFrame `race`.

Therefore, the correct response is: **last five rows of the table**.