All Questions
1 question
1
vote
2
answers
145
views
How to count date difference in python
I have a data frame named table which looks like below
Date ID
0 2015-12-30 2658789.0
1 2017-04-12 2658789.0
2 2014-06-23 2658789.0
3 2015-12-30 2658789.0
4 2016-01-06 ...