Skip to content

Instantly share code, notes, and snippets.

@GeorgeSeif
Last active October 11, 2019 10:58
Show Gist options
  • Save GeorgeSeif/d9934b1e67fcff003555aeb44d543e9a to your computer and use it in GitHub Desktop.
Save GeorgeSeif/d9934b1e67fcff003555aeb44d543e9a to your computer and use it in GitHub Desktop.
# Horizontal concat
pd.concat([features_1to5_df, features_6to10_df, features_11to15_df], axis=1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment