visual structure of a data.frame: locations of NAs and much more

后端 未结 4 1836
北恋
北恋 2021-02-05 22:07

I want to represent the structure of a data frame (or matrix, or data.table whatever) on a single plot with color-coding. I guess that could be very useful for many people handl

4条回答
  •  Happy的楠姐
    2021-02-05 23:05

    Have you encountered the CSV fingerprint service? It creates a similar image, althought not with all the details you have outlined above, and it's not based on R. There is an R version of a similar idea at R-ohjelmointi.org, but the text is in Finnish. The main function is csvSormenjalki(). Maybe that could be adapted further to fulfill your whole vision?

提交回复
热议问题