You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have lots of colleagues without data background for which the missingness is quite confusing. Would it be possible to have an argument in the create_report() function that reverses this plot? I've changed up the function to do this quick and dirty, but integrating it into the create_report function is a bit much for me. Here's an example plot and the example function:
Thank you for the suggestion, but both profile_missing and plot_missing are designed towards detecting "missingness". Unfortunately, there is no plan to add a similar function for "completeness", since it really duplicates the function of plot_missing.
To address your concern, you can always update this code chunk so that you can incorporate your proposed plot_missing2. However, I'd propose naming it something like plot_completeness or similar, so that it doesn't create confusion later.
Hi,
I have lots of colleagues without data background for which the missingness is quite confusing. Would it be possible to have an argument in the create_report() function that reverses this plot? I've changed up the function to do this quick and dirty, but integrating it into the create_report function is a bit much for me. Here's an example plot and the example function:
The text was updated successfully, but these errors were encountered: