Posts by Alvaro Baraldi • 31 points
2 posts
-
2
votes3
answers723
viewsQ: Python: conditional sum with variable condition
good morning. The task is as follows, I am trying to make a 'a,b,c' curve of products per company. I have the following df as an example: df = pd.DataFrame({"empresa":["HST", "HST", "HST", "HSC",…
-
0
votes1
answer94
viewsQ: Program for process automation
I’m writing a program in Python to automate one of my work routines. But I came across a part where I can’t go on, look: At this stage, I need to write a code that identifies the lowest value of…