📅  最后修改于: 2022-03-11 14:46:05.987000             🧑  作者: Mango
which_columns = ... # specify the columns whose unique values you want here
uniques = {col: df[col].unique() for col in which_columns}