Closed profLewis closed 2 years ago
Update advice to students on lambda functions wrt https://www.python.org/dev/peps/pep-0008/
specifically, don’t define a lambda function as variable unless warranted. Show use of lambda fn in eg pandas map function
Changed and committed
Update advice to students on lambda functions wrt https://www.python.org/dev/peps/pep-0008/
specifically, don’t define a lambda function as variable unless warranted. Show use of lambda fn in eg pandas map function