Let's say there's an empty cell in a data frame. If I print out the type of the empty cell, It prints out:
<class 'float'> nan
Why does it print out the type as class 'float'?
And if a cell has nan value in a cell and the other cell has empty, can I handle these two cells as same as NaN value in it?