Pandas best way to subset a dataframe inplace, using a mask

前端 未结 2 1683
渐次进展
渐次进展 2021-01-02 11:31

I have a pandas dataset that I want to downsize (remove all values under x).

The mask is df[my_column] > 50

I would typically just use

2条回答
提交回复
热议问题