删除下边界值

时间:2020-01-20 00:28:41

标签: python python-3.x pandas csv jupyter-notebook

所以我有这段代码,我想从每列中删除下边界值,它是一个由15578089行x 18列组成的数据库,但是我不知道如何将其应用于数据框,我尝试了{ {1}},但这似乎删除了每一列,我的代码是: 我还将上传数据列和说明的图像enter image description here enter image description here enter image description here

df= df.drop(df.abs()<=LowerBoundary,axis=1)

谢谢。

0 个答案:

没有答案