badfish
badfish copied to clipboard
Plot to visualize layout of missingdata
I want to see the layout of the missing data - whether it is in chunks/spikes/one big chunk/at intervals etc? I am thinking a heatmap would do the job.
So the function would be: missing_heatmap(columns-['Ozone','Wind'],index=[0:5] ) This would show a heatmap with Ozone and Wind as rows with 6 columns. Every column in the missing heatmap representing a row of the data.