Scaling down a column based on a condition

前端 未结 0 1445
臣服心动
臣服心动 2021-02-05 17:14

I have a data frame looking like this.

interval = np.arange(1,11)
length = 0.5*np.random.randint(low=4, high=7, size=10)
grade = np.random.randint(low=1, high=10,         


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