The question is below. I used the code below the question. There has to be another way to code for what the question is asking other than the way I did. Use groupby to group the rating variable by the player's position. Which position has the lowest mean rating? Remember to chain .sort_values(ascending=True) to sort the resulting data on their values and not alphabetically by position name. df.groupby('position')['rating'].mean().reset_index().sort_values(by='rating',ascending=True)

Np Ms Office 365/Excel 2016 I Ntermed
1st Edition
ISBN:9781337508841
Author:Carey
Publisher:Carey
Chapter5: Working With Excel Tables, Pivottables, And Pivotcharts
Section: Chapter Questions
Problem 10RA
icon
Related questions
Question

The question is below. I used the code below the question. There has to be another way to code for what the question is asking other than the way I did.

Use groupby to group the rating variable by the player's position. Which position has the lowest mean rating? Remember to chain .sort_values(ascending=True) to sort the resulting data on their values and not alphabetically by position name.

df.groupby('position')['rating'].mean().reset_index().sort_values(by='rating',ascending=True) 

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 2 images

Blurred answer
Knowledge Booster
Multiple table
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Np Ms Office 365/Excel 2016 I Ntermed
Np Ms Office 365/Excel 2016 I Ntermed
Computer Science
ISBN:
9781337508841
Author:
Carey
Publisher:
Cengage
Oracle 12c: SQL
Oracle 12c: SQL
Computer Science
ISBN:
9781305251038
Author:
Joan Casteel
Publisher:
Cengage Learning
A Guide to SQL
A Guide to SQL
Computer Science
ISBN:
9781111527273
Author:
Philip J. Pratt
Publisher:
Course Technology Ptr