Closed
Description
With future pandas internal improvements in contemplation, I have often wondered if it would be worth changing the NaN
outputs to be NA
or NULL
instead to reflect the actual semantics of the data. This could be something that's configurable in pandas.options
(i.e. showing the semantic value or the physical value).