题目详情
单选题 下列哪个方法可以将DataFrame中的某一列进行去重并返回唯一值
A. df.remove_duplicates()
B. df.unique()
C. df.distinct()
D. df.drop_duplicates()
学科:python设计基础
时间:2024-06-21 05:51:00
相关题目
相关作业