Apply a Custom Function to a DataFrameHow do we apply a custom Python function to a column in a pandas DataFrame? Here we’ll use […] August 3, 2023 in Python tagged tqdm / add / column / apply / bar / progress / series / custom / dataframe / function / strip / new / assign / lambda by Mike
Exploring Data Types in pandasExploratory Data Analysis (EDA) has six main practices. The six main practices of EDA are discovering, structuring, cleaning, […] June 17, 2023 in Python tagged pandas / EDA / structuring / dirty / cleaning / data / lambda / clean / types / Pandas Data Types by Mike
Excel Recursive Lambda FunctionLAMBDA functions in Excel are recursive! This means they can call themselves. One classic example of recursion is […] February 8, 2023 in Excel tagged find / search / replace / recursion / megareplace / factorial / lambda by Mike
Excel Lambda FunctionHave you ever used VBA in Excel to create your own functions? LAMBDA allows you to create your […] February 7, 2023 in Excel tagged lambda / search / replace / megareplace by Mike
C# Anonymous FunctionsWhat are anonymoys functions? First of all, there is a page at Microsoft Docs that discusses Anonymous Functions […] August 9, 2018 in C# tagged lambda / methods / anonymous / function by Mike
C# Lambda Part 2In this second post on Lambda, we are going to use a more practical example of using Lambda […] July 3, 2018 in C# tagged lambda / C# Lambda by Mike
C# Lambda IntroductionA Lambda expression is nothing more than an anonymous method. It has no access modifier (public/private), it has […] July 2, 2018 in C# tagged lambda / C# Lambda by Mike
Lambda Programming LanguageHere is a definition of a lambda language from a discussion in stackoverflow.com: “A lambda language, is a […] November 5, 2016 in JavaScript / Programming tagged lambda by Mike