I have two files one with 50,000 rows and 12 features in it. Another csv file which has 670 approx rows and 2 features. I would like to merge the columns from two different files into a single file.
Please help me with this, how to solve this problem. Make sure to give your answer in Python only.