我在pandas. 我想在绘制直方图时删除频率较低的某些值范围(不是单个值)。
对于下面的图像,假设我想删除与计数/频率低于 20 相对应的 Dataframe 变量的所有值。有人对此有任何解决方案吗?
# PR has value between 0 to 1700
data['PR'].hist(bins = 160) #image on the left
data_openforest['PR'].hist(bins = 160) #image on the right
吃鸡游戏
相关分类