MS-DS Master of Data science Practice Test
MS-DS Master of Data science FREE MS-DS Master of Data science Data Wrangling and Preprocessing Questions and Answers 2
Which pandas method is most appropriate for combining two DataFrames that share a common key column?
Select your answer
A
merge()
B
append()
C
concat()
D
stack()
Hint