Q. How do you remove a column named Income from a data frame named my_data in R?
β
Correct Answer: (B)
my_data$Income <- NULL
You must be Logged in to update hint/solution