API: HDFStore will drop a row that is completely all-nan · Issue #4625 · pandas-dev/pandas (original) (raw)

maybe dropna=' as default (current behavior), and allow values: None,all,False, where all is equivalent of None (current behavior), maybe settable by a set_option as well

related: #3013