Read The Dataset
After importing required libraries we will import dataset from our local system which I have uploaded data on the drive. All of you can access from here Data .
Read The Dataset
data = pd.read_csv('D:/Project series/Crop Prediction/data.csv')2
