📜  每列中的数据框唯一值 - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:04.901000             🧑  作者: Mango

代码示例1
for col in df:
    print(df[col].unique())