Enumerate and row_data=rows.findAll('td',{})

Sir why you have used enumerrate,
can we write
row_data=rows.findAll(‘td’) instead of row_data=rows.findAll(‘td’,{}).

Hey @Anshuman-Behera-1168641663271515, we have used enumerate to get the column number while extracting data and so that we can preprocess as per our requirement. And yes we can use row_data=rows.findAll(‘td’) as well.

Hope this cleared your doubt. :blush:
Happy Learning :sunny:

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.