Summary & Other Concepts

This is a wrap-up of the apply/map on DataFrames section, and a list of other concepts not covered.

We'll cover the following

Summary

In this section, you were able to solve challenges using the following concepts:

  1. Using .map() and .apply() function
  2. Applying custom Python functions as arguments in lambda functions
  3. Applying a function over all cells in a DataFrame

Level up your interview prep. Join Educative to access 70+ hands-on prep courses.