Hello, everyone!
I’m scraping a data table from a site with some e-mails. I’m classifying them with two tags in a .xlsx file: rejected (rejeitado) and spam.
I’m doing everything right, but I wanted to put the e-mail with the spam tag in the top of the spam column. Everything I try, this email stays at the end or at the middle of this column.
I’m using for each row and add data row.
Can you please help me? Thanks!!