Lambda Expressions in Python
Nov 29, 2020
A lambda function contains a single expression, It helps execute seemingly complicated tasks with one liners of code.
I start with the basics and build complexity towards the end .
You may import the code into jupyter notebook
10 Facts about Lambda expressions
FILTER
MAP
REDUCE
APPLY
CONDITIONAL STATEMENT Using a Lambda expression
AGGREGATION — Find year wise aggregate statistics from daily data