dataframe判断一个column是否是单调的

pd.Index(df['column']).is_monotonic
pd.Index有一个判断单调的内置方法,所以需要把column转换成index调用该方法进行判断

留言

熱門文章