difference between
1.
Lookup and Applymap
Applymap we will not have table in data model like lookup, so reduce size of data
when huge data there, applymap will be fast than lookup
Applymap function is easy to use and understand. 4 vs 3 parameters
In Applymap we have 2 required parameter, there is one more parameter which will substitute when matching value is missing.
2. Let and Set
Set just substitute the string eg '3+4' ='3+4'
Let validates the expression and substitutes the value. eg '3+4' = 7
Comments
Post a Comment