Difference Between Two Datetime64[ns] Column Showing Error
As show in figure I have two dataframe columns of type datetime64[ns]. I need to find difference between them. When I try to do so, I am getting error. If I try to find difference
Solution 1:
Ok I managed to solve it by doing an update of pandas to v0.20.2. Actually as I'm using Anaconda I did a conda update pandas
which update things that depends on pandas too (which is to say everything).
Post a Comment for "Difference Between Two Datetime64[ns] Column Showing Error"