I wanna create sub dataframes from a main one My main dataframe will look more or less like this one enter image description here I wanna be able to have as a sub-dataframe like the following :
first sub dataframe second sub dataframe
and all the rest for example in an another frame. My goal is to transform correctly my big dataframe into sub dataframe.
Any help will be appreciated, thanks :-)