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
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)]
Thank you sir so mush