Pandas Extracting Unique Values from Given Column
作者:XD / 发表: 2021年5月7日 11:31 / 更新: 2021年5月7日 11:32 / 编程笔记 / 阅读量:2306
There are some same values in one column, using the below line to extract the unique values in the Pandas data frame.
row = data_frame['index1'].unique()