怎么把dataframe里其中一列的唯一项 放在dataframe中的另外一列

怎么把dataframe里其中一列的唯一项,也就是df['rt_tweet'].unique()放在df['rt_select']?

img