Using the Pandas apply function to add columns to DataFrames
Running Python functions on every row in a DataFrame
Pandas is a wonderful library for manipulating tabular data with Python. Out of the box Pandas offers many ways of adding, removing, and updating columns and rows, but sometimes you need a bit more power.