drop empty columns from dios

This is more a question/feature request, than a real issue:

Is there a possibility to remove empty columns from a dios? Currently I am going with:

dios.columns[dios.lengths > 0]

IMO, a more straight forward solution to that problem could be usable...

Edited by Bert Palm