Home / Report Question

Q. Which method is used to combine DataFrames with overlapping columns, filling missing values with NaN?
  • A. merge()
  • B. concat()
  • C. join()
  • D. combine_first()