Data-Science-Regular-Bootcamp
Data-Science-Regular-Bootcamp copied to clipboard
AttributeError: 'float' object has no attribute 'lower'
p_test = pd.read_csv('TrainSA.csv') p_test.SentimentText=p_test.SentimentText.astype(str)