[BUG] the visualization for `df.isna()` will break
leijie-wang opened this issue · 0 comments
leijie-wang commented
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.