Hi, I have a data frame given in the picture above. There are NAN values in the 'Callsign' column and I want to replace the NAN values with "Other" but it must be in incremental format. for eg:
Callsign
1 Other1
4 Other2
and so on. I am not able to formulate the python code for the specific output. Can anyone help me?
