Hey guys
I just finished week 3 and wanted to make a logistic regression model project on my own. I started with the Titanic survivors prediction dataset on Kaggle but am running into an error.
ValueError: Some errors were detected !
Line #2 (got 13 columns instead of 12)
and so on for every line.
I suspect this is because of the use of commas in the name column but am not able to figure out a way around this error.
Any help is much appreciated