This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Iterate and extract data franes

List with numerous dataframes

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

dataframe list iteration

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

0 answers

No answers yet.

Log in to answer this question.