pandas select unique rows code example Example: distinct rows in this DataFrame # distinct rows in this DataFrame df.distinct().count() # 2