Home / Report Question

Q. Which method pivots the index into columns in pandas?
  • A. stack()
  • B. unstack()
  • C. pivot()
  • D. melt()