Is there a way to check if a particular value in a particular row and column of a dataframe is nan?
I tried np.isnan(df.loc[no,'LatinDesc']) where no is the row no but I am getting the following error:
ufunc 'isnan' not supported for the input types, and the inputs could not be safely coerced to any supported types according to the casting rule ''safe''