Skip to content

Instantly share code, notes, and snippets.

@yatakeke
Created November 28, 2019 06:49
Show Gist options
  • Save yatakeke/87b3cb31978a63048fb4998b9609463c to your computer and use it in GitHub Desktop.
Save yatakeke/87b3cb31978a63048fb4998b9609463c to your computer and use it in GitHub Desktop.
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