I have a data set below. I want to compute the date range between today and the date below for each row value.
date stock_ticker holding_days #today-date
2014-12-17 600268
2015-01-21 002428
2014-11-19 600031
2015-02-26 600216
2014-12-20 601682
I know the datetime module can do this thing but I don't know how to sign value to each row.