badfish icon indicating copy to clipboard operation
badfish copied to clipboard

Plot to visualize layout of missingdata

Open deshanadesai opened this issue 8 years ago • 0 comments

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.

deshanadesai avatar Jun 09 '16 14:06 deshanadesai