KnowledgeBoat Logo
|

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

3 Likes


Related Questions