Home / Report Question

Q. What will `df.sample(n=3)` do?
  • A. Return the first 3 rows
  • B. Return the last 3 rows
  • C. Return 3 random rows
  • D. Return rows with 3 in them