SyntaxFix
Write A Post
Hire A Developer
Questions
1st dataFrame
train.shape
result:-
(31962, 3)
2nd dataFrame
test.shape
(17197, 2)
Combine
new_data=train.append(test,ignore_index=True)
Check
new_data.shape
(49159, 3)