This is the following R code.
mutate(Loan_Status_delinquency = ifelse(EOM_Delinq_Bucket %in% c(1, 2, 3, 4), "Yes", "No"))
I want this to be convert into Python
Thanks in advance.
Aucun commentaire:
Enregistrer un commentaire