'Delete all rows of a pandas dataframe where certain conditions are met over all columns

My dataframe looks like this:

I want to delete ALL rows (red marked in the picture) where every column has a value like:

"", "nan", "NaT"

I tried several things like dropna, replacing and dropping, but I am can not make it work to delete it.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source