I am working on forest fire data and my task is to predict the fires based on some features. I've done the encoding part and still could not use numeric data to use in my algorithm as its showing" could not convert string to float: 'nov' " when i try to feature scale it or putting it in any algorithm.
month and data is converted into numeric form after encoding:
but this is what I'm getting while feature scaling it or any algorithm this x is my independent variable: