Posts by Gabriel Junges • 33 points
2 posts
-
0
votes1
answer66
viewsQ: What could I do for that except not to interrupt my Else?
This is my line of codes, I wish this except didn’t interfere in my last This, but in all the ways that I tried, went wrong. #frameworks usados import pandas as pd from pandas import DataFrame…
-
1
votes1
answer1220
viewsQ: I need to select the last Dataframe value to calculate the value of the next row in the same column
I need to select the last value of the column "Season Minimum" to calculate the value of "Mint", name I gave the variable of the same column, currently my line of codes is like this: import numpy as…