Created
March 15, 2021 09:43
-
-
Save PranjalDureja0002/16c1d79c568e22fa52d4b23152fe3bc6 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
reimb_amount = patient_data['IPAnnualReimbursementAmt'] + patient_data['OPAnnualReimbursementAmt'] | |
deduct_amount = patient_data['IPAnnualDeductibleAmt'] + patient_data['OPAnnualDeductibleAmt'] | |
patient_data['total_diff_amount'] = reimb_amount - deduct_amount |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment