M

Mr. Dubey • 85.25K Points
Coach

Q. Which of the following codes merge the union of columns of the dataframes df1 and df2 on the columns ‘clmn’?

  • (A) pd.merge(df1, df2, on='clms', how='inner')
  • (B) pd.merge(df1, df2, on='clms', how='left')
  • (C) pd.merge(df1, df2, on='clms', how='outer')
  • (D) None
  • Correct Answer - Option(C)
  • Views: 115
  • Filed under category Python

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.


Question analytics