I have a dataframe as below:
name category
---- ----
C58 UP
D96 DOWN
C58 null
There are lots of null values in category column while they can easily be replaced using other rows for example we know C58 is UP so the null value shoud be UP.