I have my data in an excel file and I want to python to get the number of occupied cells in a specific row. How can I do that?
For instance, if I want to know how many columns are occupied with data in row 5, how would I achieve that?
PS: The cells are occupied with strings Notice how some rows have more data than some (click here to see image)