Where, Why, and How of Lambda Functions in Python
In this project we are going to learn about lambda expressions and it's application in python. We are going to start with what is Lambda expression and how we can define it, comparing lambda functions with regular functions in python and at the end we will learn how to use lambda functions for data manipulation and exploration in pandas.
- Task 1: What is Lambda expression?
- Task 2: Lambda expressions and lists
- Task 3: Lambda expressions combined if else statement
- Task 4: Lambda expressions and sorting
- Task 5: Data Manipulation and Exploration using Lambda Expressions