'Your main technology / programming language' column data format

Hi everyone,

Guys I am having problems with how to solve this.

I am consulting unique values in the column data_20_imputed['Your main technology / programming language'].unique() but the results are strings of several words. I would prefer to drop those values (256 values vs 1253 total in the dataset).

My doubt is how could be the best way to filter and drop those values??? I would appreciate any help or guidance on this issue.

Thanks in advance for your valuable help.

Regards;
Rafael Aguilar

I think we are better not deleting it as it is asked in one of the questions! We are not predicting anything, hence dropping is irrelevant.

Good point. Thank you for the comment.