Skip to content

Instantly share code, notes, and snippets.

@PranjalDureja0002
Created March 15, 2021 09:43
Show Gist options
  • Save PranjalDureja0002/16c1d79c568e22fa52d4b23152fe3bc6 to your computer and use it in GitHub Desktop.
Save PranjalDureja0002/16c1d79c568e22fa52d4b23152fe3bc6 to your computer and use it in GitHub Desktop.
fe
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