0

i am having some problems with my data frame i have a string dataframe and i want to remove duplicate of a certain word in each row this is my data frame

enter image description here

and i want to remove duplicates of the word "boy" to get a new data frame look like this: enter image description here

Any suggestions will be helpfull, thanks in advance

Community
  • 1
  • 1
Wejdan
  • 63
  • 2
  • 12
  • please if any one noe a similar question, give me the link i searched so long and did not get any results, may be i did not write the right phrase – Wejdan May 03 '16 at 08:19
  • Do you know which word is duplicated in advance or not? – xirururu May 03 '16 at 08:45
  • yes i know it is the word boy, so basically i want the code to only affect the word boy, other words even if repeated the code should not affect them. – Wejdan May 04 '16 at 12:37

0 Answers0