I am curious, let's say. I have dataframes (for instances: a1, b1, c1, a2, b2, c2, a3, b3, c3). I want to extract dataframes that contain specific text 'a' and put them into a container of list.
As = [a1,a2,a3]
is it possible? any reference links ?
Many thanks.