badfish icon indicating copy to clipboard operation
badfish copied to clipboard

plot: add expected vs. actual

Open dacoex opened this issue 8 years ago • 2 comments

Add a plot that shows recovery shares, i.e. percentage of actual vs. expected values depending on the frequency:

missing-data_recovery_actual-vs-expected

dacoex avatar Aug 22 '16 11:08 dacoex

@dacoex I am not sure if I understand this correctly.

mf.counts(norm=True) would give you the percentage of data missing in all columns. In this case you would get the percentage missing in column 1, 2, 3 and so on.

I guess what you want is the same result grouped by another column/index which is year? Something in the lines of #11

Am I correct?

harshnisar avatar Aug 22 '16 12:08 harshnisar

Something in the lines of #11

Yes, with the option to plot it with conditional colours.

mf.counts(norm=True) would give you the percentage of data missing in all columns.

Does is check the freq? Means, when I have 10T the percentage woudl be different than for a 1T freq..

dacoex avatar Aug 22 '16 15:08 dacoex