I want to make one big dataset from 17 different csv files. Each contains like 200k rows and same columns. So what I want to do is just create one single dataframe so I can work with it later.
I tried to look for SQL joins but it seems they require one ID to join. the datasets doesn't single IDs.