Im having trouble affecting just one item on a column , instead afeccting The whole column
a = dv.loc[edges[i], 'Capacity']
c = dv.loc[0, i]
minus = a - c
dv = dv.replace(a,minus)
dv = dv.replace(c, 0)
Im having trouble affecting just one item on a column , instead afeccting The whole column
a = dv.loc[edges[i], 'Capacity']
c = dv.loc[0, i]
minus = a - c
dv = dv.replace(a,minus)
dv = dv.replace(c, 0)