Can I use Lambda functions in real time Data Analysis | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can I use Lambda functions in real time Data Analysis

In Real time data analysis, can i use Lambda functions for pre-processing records.

8th Jan 2019, 10:33 AM
Amit Saraswat
Amit Saraswat - avatar
1 Answer
+ 2
I don't see any reason why not. But normally you would use lambda as a one-time disposable transformation. You can express the same with def (defining it as a separate function) which may be better coding practice if you repeatedly need to perform the transformation.
8th Jan 2019, 12:29 PM
Tibor Santa
Tibor Santa - avatar