You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/Users/taugspurger/sandbox/pandas/pandas/core/frame.py:5138: RuntimeWarning: divide by zero encountered in true_divide
return func(left, right)
/Users/taugspurger/sandbox/pandas/pandas/core/frame.py:5138: RuntimeWarning: invalid value encountered in true_divide
return func(left, right)
Out[46]:
A B C D X
a -0.000000 0.000000 -0.0 NaN 0.0
b -1.381770 -0.870061 0.0 inf -0.0
c -7.686931 -5.446084 0.0 inf 0.0
d -5.396100 1.323770 -0.0 inf 0.0
e 4.114989 -4.120187 -0.0 inf 0.0
f -15.748104 0.000000 0.0 inf 0.0
g -7.147032 0.990337 -0.0 inf 0.0
h -3.421108 -3.465087 0.0 inf 0.0
i inf inf NaN inf NaN
j 27.476268 40.169326 -0.0 inf -0.0
k -0.000000 0.000000 0.0 NaN -0.0
The text was updated successfully, but these errors were encountered:
Typically we silence these
ouput
The text was updated successfully, but these errors were encountered: