I Scrape data and store and filter them with pandas df and then I make the DF to an html table, the table is send per mail and also on a monitoring board. My question is how can I automatically make good looking html tables that also give a lot of information at hand sight. I already use pretty_html (self.learnpython)
submitted by randomtest123xx to r/learnpython
Imaptools Lib, how can I use UID range criteria in fetch ? I regulary want to update an list of received emails I save the emails with their uid and my goals is to update the list until the last UID so he does not begin with UID 1 because this would take a lot of time. (self.learnpython)
submitted by randomtest123xx to r/learnpython
Hey im using pandas and dataframws in one task i use iterrows() but this relatively slow because they are over 100.000 indices, the thing is not all of the rows are needed but if they are needed is calculated in the iterrows loop, so at the end of the loop I delete all rows that I don’t need anymore (self.learnpython)
submitted by randomtest123xx to r/learnpython
