Posts by Simone • 23 points
3 posts
-
2
votes1
answer938
viewsQ: Take values from a column of a dataframe and create a column in another with the corresponding values
I have two df1 and df2 dataframes, both have team column, but only df2 have the numeral column that every day changes, wanted the values of the numeral column to turn a column in df1, but always in…
-
0
votes0
answers456
viewsQ: Download pdf with python Selenium and Chrome
I have a script that enters a site by Selenium, click on a button that generates the pdf on the site, through the code below I made this pdf be downloaded automatically, but stopped working a few…
-
0
votes1
answer86
viewsQ: Return brown percentage in image
I have a code where I take a video and save an image every 20 frames and I take a slice of that image, until then I was able to do it, but I need to analyze if they have pixels with the same or…