Skip to content

Instantly share code, notes, and snippets.

@shubham-singh-ss
Last active May 31, 2019 05:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shubham-singh-ss/add2ccb4aa87aeb9197a9180b17cf737 to your computer and use it in GitHub Desktop.
Save shubham-singh-ss/add2ccb4aa87aeb9197a9180b17cf737 to your computer and use it in GitHub Desktop.
frames = [df_travel, df_science, df_food, df_manufacturing, df_history, df_artndance]
df_copy = pd.concat(frames, axis=0, join='outer', join_axes=None, ignore_index=True,
                           keys=None, levels=None, names=None, verify_integrity=False, copy=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment