Entering edit mode
3.2 years ago
cr173921
▴
40
I have a list of dataframes, and basically I want to iterate over the list to extract each of the dataframes one by one but was having some trouble with this. I want to extract each dataframe as its own dataframe. I was thinking of doing a for loop over the list and then extracting each dataframe, but didn't know how to approach this
Did you google it?
stack overflow has the answer for the very same question, link.
I think I misphrased my question. Basically I want to extract each dataframe as their own dataframe