Q. Which method is used to get the last n rows of a DataFrame? (A) head() (B) tail() (C) last() (D) sample() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) tail() Explanation: The tail(n) method returns the last n rows of a DataFrame.