i have a data frame with 41 columns (and n rows). i want to add another data frame to main data frame (as new columns). the new data frame that should add to the main can have different numbers of column but have same number of rows with main data frame.for example:
new data frame should be:
is there any function to do it?