Learn Before
Concept
pd.concat()
pd.concat([s1, s2])
We should notice that the default if to concat by index, which means you will have more rows after this operation. If you want to concat by columns, set axis = 1.
0
1
Updated 2021-01-27
Tags
Data Science