Removing a word from list of words
Hello All!
a dataset has 2 columns, one column has a list of words, I want to remove the last word including special characters(in this eg, [,.?]) is it possible?
Source data:
reg_no text
1 In,a,data,base,,,
2 at,palace,he,has,?,????,
required data:
reg_no text
1 In,a,data
2 at,palace,he