I am trying to get a single column from 4 separate pickle files and join them together.
1.pkl
column "1"
2.pkl
column "1"
3.pkl
column "1"
4.pkl
column "1"
I need a function that opens all files and extracts 1 column from all and combine them. I just can't figure out if it is in a list / series/ array which is making it difficult to write functions.