I am working on the data preprocessing for developing the Neural Network Regression model. For that, I am having the raw data in which some of the station ID and against that Station ID, there are more blank or NaN values than any interger or real number. So How would I deal with it. Should I simply delete it? If yes, then how would I find these Station Ids and can delete those row.
station_Id Avg_temp Max_Temp rel_hum avg wind
105 0 1.4
198 0 1 8.4
788 122 7 4 47
Above table just a small part of my dataset. I am having 164040 rows × 12 columns. How can I find these rows?