Computer Science, asked by kushwahlakshyajeetra, 5 days ago

which of the following method of combining two data frame is a patching method : concat , merge , join , none​

Answers

Answered by qwbravo
0

Merge is the method of combining 2 data frames in a patching method.

Merge:

a) The merge() is a  method that updates the content of two Data Frames by combining them.

b)  The result of the merge is a new Data Frame that combines the information from the two different inputs.

c) By simplifying the meaning of merge, Merge is used to combine two Data Frames.

Similar questions