cmudig/solas

[BUG] the visualization for `df.isna()` will break

leijie-wang opened this issue · 0 comments

After calling df.isna(), the visualization of the returned value is then broken, because the relatively simple logic of calculating the data type will recognize the column Year as temporal, rather than nominal in this case.