Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialNicole Buckenwolf
8,721 PointsMore deprecated stuff - this course may need a refresh
Heads up for folks if you get an error when trying to run the cells in your notebook:
for label, value in deposits.iteritems():
tl;dr: replace iteritems
with items
in your notebook per https://pandas.pydata.org/pandas-docs/stable/whatsnew/v2.0.0.html
I've run into a few of these now; pretty easily fixed if you google the error but a head's up for Treehouse, these notebooks could probably use an update!
(note: I cloned the git repo mentioned at the beginning of the course, not sure if the Treehouse workspace notebook has the same issue)