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
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
-
-
-
-
-
(Locked)
What is Python, and why do we use it?1m 28s
-
(Locked)
Our Python environment and dataset2m 24s
-
(Locked)
Kernels, running Python code, and other basics5m 27s
-
(Locked)
The pandas Python library4m 38s
-
(Locked)
DataFrames, data series, and data types in pandas3m 14s
-
(Locked)
Selecting, sorting, and filtering data with pandas3m 42s
-
(Locked)
Solving common data type problems with Python pandas4m 26s
-
(Locked)
Cleaning data with pandas5m 48s
-
(Locked)
CoderPad solution: Solve an analytical task with Python23s
-
(Locked)
-
-
-
-
-
-
-