Created
March 15, 2021 09:46
-
-
Save PranjalDureja0002/313f25ee269ae2b0c20caec50cfb5048 to your computer and use it in GitHub Desktop.
fe
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
patient_data['PotentialFraud'] = np.where(patient_data['PotentialFraud']=='Yes',1,0) | |
patient_data['RenalDiseaseIndicator'] = np.where(patient_data['RenalDiseaseIndicator']=='Y',1,0) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment