FAQ: Learn Seaborn Introduction - Plotting Aggregates

This community-built FAQ covers the “Plotting Aggregates” exercise from the lesson “Learn Seaborn Introduction”.

Paths and Courses
This exercise can be found in the following Codecademy content:

Data Science

Data Visualization in Python

FAQs on the exercise Plotting Aggregates

Join the Discussion. Help a fellow learner on their journey.

Ask or answer a question about this exercise by clicking reply (reply) below!

Agree with a comment or answer? Like (like) to up-vote the contribution!

Need broader help or resources? Head here.

Looking for motivation to keep learning? Join our wider discussions.

Learn more about how to use this guide.

Found a bug? Report it!

Have a question about your account or billing? Reach out to our customer support team!

None of the above? Find out where to ask other questions here!

If I cut and paste the solution exactly, it gives the error:

/usr/local/lib/python3.5/dist-packages/scipy/stats/stats.py:1633: FutureWarning: Using a non-tuple sequence for multidimensional indexing is deprecated; use arr[tuple(seq)] instead of arr[seq] . In the future this will be interpreted as an array index, arr[np.array(seq)] , which will result either in an error or a different result. return np.add.reduce(sorted[indexer] * weights, axis=axis) / sumval {“passed”: true}

This happens on exercise 1/9 also. The yellow solution button works great, but if I reset the exercise and paste in the exact same solution, it fails with this error.

1 Like

It’s still happening

same issue as @jimmgrogan
When will it get fixed?