Created
November 28, 2019 06:49
-
-
Save yatakeke/87b3cb31978a63048fb4998b9609463c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import pandas as pd | |
pd.concat([df1, df2], axis=0, ignore_index=False) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment