为什么每列都不会附加到系列中?
id_names = pd.Series()
for column in n_df:
id_names.append(n_df[column].drop_duplicates(), ignore_index = True)
id_names
大话西游666
相关分类