https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.html
排序后取第一行
pd.sort_values(by='end_date', ascending=False).values[0]