ganti nat dengan panda tanggal

In [138]: end = pd.to_datetime('2017-12-15')

In [139]: df['Date'] = df['Date'].fillna(end)
Xanthous Xenomorph