pandas中的随机排序和抽样 1.随机重排序 使用take()随机排序 如: df.take([54]) #采取索引为54的数据 可以借助np.random.permutation()函数随机排序 perm … Continue reading pandas中的随机排序和抽样