Trying to Sort by Values with NaN
I have a dataset that I need to change the NaNs with a value when I do so there is no value stored. the data looks like this: id type status job_id 1 EMP Pending 1 EMP Pending 101 1 Contract Aproved 391 2 EMP Approved 521 2 Contract Approved This is the code I… Read More Trying to Sort by Values with NaN