Iterate and extract data franes
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
• 1,327 views
•
link
0 answers
No answers yet.
Log in to answer this question.
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