Often multiple processing steps are required for data frames, but the intermediate results are often not that important. There are a number of ways to apply functions in succession, but the preferred standard is to use the forward pipe operator. This operator takes whatever expression is on its left hand side and uses this expression as the first argument of the function on its right hand side.

a. True
b. False