I have a data frame which looks like below :-
I want to filter row index where none of the columns are blank. I have row index and column index and don't have the column names. I can't rename it because i have two different values in it and i want to rename after filtering.
I am not aware of how to do it so i don't have any code which i have tried.