Python plotting filtered dataframe

前端 未结 0 2001
长情又很酷
长情又很酷 2020-12-03 18:55

I have a dataframe df and I write this code

non_touch = df[df.Census_IsTouchEnabled == 0]
touch = df[df.Census_IsTouchEnabled == 1]

non_touch_to         


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