Computer Science, asked by sanketpradhan09, 10 months ago

What function displays row data in a column or column data in a row?

Answers

Answered by Anonymous
10

Answer:

transpose

What function displays row data in a column or column data in a row? Answer is transpose. It is just the matrix operation.

Answered by kavyapsynergy
1

The Transpose function displays row data in a column or column data in a row

Transpose Function

  • The function transpose() converts row elements to column elements and column elements to row elements. This function returns a modified array of the original array.
  • The Transpose function can be used in a spreadsheet with data in columns that need to be rotated to reposition it in rows. This allows you to swiftly move data from columns to rows and vice versa.

Similar questions