0 votes
in Python by
How to merge dataframes in pandas?

1 Answer

0 votes
by

Merging depends on the type and fields of different dataframes being merged. If data is having similar fields data is merged along axis 0 else they are merged along axis 1.

Related questions

0 votes
asked Feb 10, 2021 in Python by SakshiSharma
+1 vote
asked Feb 14, 2021 in Python by SakshiSharma
...