Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

pandas combine two data frames with same index and same columns

pd.merge(df1, df2, left_index=True, right_index=True, how='outer')
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #pandas #combine #data #frames #index #columns
ADD COMMENT
Topic
Name
4+6 =