Help me with dataFrames

I would like to select columns which type are “string” in a dataframe for a data science project
and makke thoose variable in an other dataframe

THANK YOU SO MUSH FOR YOUR HELP

y = df[:, names(df, AbstractString)]
2 Likes

Thank you sir so mush