Hei!
Kan anyone help meg? I'm trying to create a new dataframe just with a few colums off the original one, but it says:
Error: unexpected symbol in "novo_df<- subset(df, select=c("host_is_superhost",\u201chost_identity_verified
"Here is the code:
new_df<- subset(df, select=c("host_is_superhost",“host_identity_verified”,“bathrooms”,“bedrooms”,“daily_price”,“security_deposit”,“minimum_nights”,“number_of_reviews”,“review_scores_rating” ))
Thank you