Informatics Practices

Name pivoting functions available for DataFrames.

Python Pandas

1 Like

Answer

The pivoting functions available for DataFrames are pivot(), pivot_table(), melt(), stack(), unstack(), crosstab().

Answered By

1 Like


Related Questions