Match every statement with the most suitable Pandas function/method.
Reshaping and Pivot Tables
Output match
Report a typo
Match the items from left and right columns
For every pair of categories, I have only one corresponding value and want to make my data more readable.
I have a ton of values and a pair of categories; I want to evaluate my data and get an average or maybe a median.
Why are there ten numerical columns with categorical names? I need to transform them into one column.
I want to find which pairs of categories in my dataset are frequent and which are not.
pivot_table()
pivot()
melt()
crosstab()
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.