Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

PYTHON HELP. Will give thumbs up! Below are the header names for different enrol

ID: 3707964 • Letter: P

Question

PYTHON HELP. Will give thumbs up!

Below are the header names for different enrollment files that must be processed. You are tasked to create a harmonized header format that includes all the information from different files. There must be no repeated data. For example, EMPLOYEE_NAME and “MemberFirstName & MemberLastName” provide the same information and can’t all be in the harmonized format.

Start by creating a list for each header type.

ClientID,EmployeeID,MemberFirstName,MemberLastName,DeductionAttempted,DeductionCollected,Status,DeductionDate

ClientID| EmployeeID| MemberFirstName| MemberLastName| DeductionAttempted| DeductionCollected| Status| DeductionDate

EMPLOYEE_NAME,EMPLOYEE_NUMBER,REMITTANCE_AMOUNT,PRODUCT_TYPE

ClientID,EmployeeID,DeductionAttempted,DeductionCollected,Status,DeductionDate,KRO-PAY-000284

MemberFirstName,MemberLastName,EmployeeID

"FirstName","MiddleName","LastName","EmployeeId","SSN","BenId","OptionId","TierId","Amount Taken","Month"

Explanation / Answer

Below are the header names from different files without duplicate information.

Please find below header names.

EmployeeID, MemberFirstName, MemberLastName, Status, ProductType, RemittanceAmount, DeductionDate