dataframe 三字段取最大值,类似数据库函数greatest

 我找到一种解决方案是

np.maximum

np.minimum

但是只能两两比较

三个字段就是

np.maximum((np.maximum(df['a'],df['b']),df['c'])


留言

熱門文章