Home / Report Question

Q. Which pandas method reshapes a DataFrame by pivoting the index and columns?
  • A. pivot()
  • B. pivot_table()
  • C. melt()
  • D. stack()