Skip to main content

Sometimes one ends up with tables that contain empty columns. Is there a way to detect if an attribute is not being used, if it is "empty", and then remove it from the table? A automatic table cleaner of sorts. This would make the management of data "creep" a lot easier.

@aron​ There have been a few solutions proposed over the years. @Takashi Iijima​ 's example is still working (you have to set the Python Compatibility to Python 3.+) . Also an old one here . Hopefully that give you some ideas.


Reply