cara menampilkan rekor terakhir panda
start_dates = str(df['date'].iloc[-1])
Shanti
start_dates = str(df['date'].iloc[-1])