how to compute a new column based on the values of other columns in pandas - python

前端 未结 4 1117
野性不改
野性不改 2021-01-13 01:26

Let\'s say my data frame contains these data:

>>> df = pd.DataFrame({\'a\':[\'l1\',\'l2\',\'l1\',\'l2\',\'l1\',\'l2\'],
                       \'b\'         


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