I'm new to python (background in T-SQL and R) and looking for a set-based method for adding a calculated column to a Pandas Dataframe. R and T-SQL have simple implementations for this concept, but I've yet to find a solution to this in Python.I'm new to python (background in T-SQL and R) a