How to Drop rows in DataFrame by conditions on column values

后端 未结 0 1380
北恋
北恋 2021-01-18 06:53

I created code to drop some rows according to certain condition :

df3 = df_clean[(df_clean[\'group\'] == \'treatment\') & (df_clean[\'landing_page\'] !=          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题