datawhalechina/team-learning-data-mining

data_with_code = data_with_code[data_with_code['code_flag'] == 1]

Allen123321 opened this issue · 0 comments

code_flag应该是大于零,因为有的flag为2。
data_with_code.loc[data_with_code['code_flag'] > 0]