用当前日期替换Pandas NaT

时间:2019-01-21 11:56:29

标签: python pandas

我正在尝试将DF系列中的“ NaT”值替换为当前日期。 我尝试使用下面的方法,但似乎没有用,可能有任何解决方案或解决方法。

current_date('2019-01-21 00:00:00')

enter code here
fm_ext['IntDate1'].fillna(current_date, inplace=True)

0 个答案:

没有答案