date-difference

Add column with number of days between dates in DataFrame pandas

Add column with number of days between dates in DataFrame pandas Question: I want to subtract dates in ‘A’ from dates in ‘B’ and add a new column with the difference. df A B one 2014-01-01 2014-02-28 two 2014-02-03 2014-03-01 I’ve tried the following, but get an error when I try to include this in …

Total answers: 5