[df['Pregnancies','Glucose','Insulin', 'Age','Outcome'].str.contains("this string")==False]
df["Glocuse"] = [x.strip("ggfh") for x in df["Glucose"]]
i have tried this but didn't work and ive search a lot still not working all my datas answered by numbers and there are some values entered that are string so i want to delete it but still up till now i dont get it. pls help me just an idea on how will be appreciated.
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)