All
I have two columns and I divide one by the other with colb being my denominator. When I divide one by the other however I get infs when there is 0 present in my colb e.g
df[cola]/df[colb]
Mathematically this is correct right? Just wondering if this is expected with pandas . Fir me it makes no sense to have these infs so I will probably replace with 0 but wanted to check