lundi 16 décembre 2019

I want to convert R code to Python using ifelse loop

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