I couldn't put the entire data frame as it looks clumsy, so I added data types.
DF1 Columns:
Dependents object
ApplicantIncome int64
CoapplicantIncome float64
LoanAmount float64
Loan_Amount_Term float64
Credit_History float64
DF2 Columns:
Gender int64
Married int64
Education int64
Self_Employed int64
Credit_History int64
Property_Area int64
My intention is to put two data frames side by side and make it a single data frame shape(480,12) but I'm getting more rows with repeated data entire column.