From the course: Complete Guide to Analytics Engineering

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

CoderPad solution: Solve an analytical task with Python

CoderPad solution: Solve an analytical task with Python

From the course: Complete Guide to Analytics Engineering

CoderPad solution: Solve an analytical task with Python

- [Instructor] Here's our answer to this problem. We were asked to return the sum of cost, so we defined a new function called find sum, and that takes from our data frame the cost column and sums it up, which gives us the correct value of 15,000. If you didn't get that right, keep practicing. If you did, great job.

Contents