ResidentMario / missingno

Missing data visualization module for Python.
MIT License
3.96k stars 517 forks source link

Basic tabular findings for columns #156

Closed MRaahulVignesh closed 2 years ago

MRaahulVignesh commented 2 years ago

Hello ppl, I was just wondering if this basic function can be added to the package. On providing a df, it will provide the number of missing values and percentage of missing values column-wise or row-wise in a tabular form?

something like this (the first column would mention the column names or row names)

Screenshot 2022-06-08 at 12 56 12 PM

though it was basic, i was using this multiple times in my code and felt that it would be a good addition to the package.

if it can be added, i would like to contribute to this. Thank you.

ResidentMario commented 2 years ago

This package used to include certain numeric functions. I removed them because they weren't very useful. Individuals need to make their own decisions on what to classify as missing or not missing, there's no one function that can do it all.