if chapa['Service Type'] == 'Managed Services' and chapa['Term'] == 12:
chapa['payout'] * 10000
else:
pass
ValueError: The truth value of a Series is ambiguous. Use a.empty, a.bool(), a.item(), a.any() or a.all().
I am trying to change a cell (payout) based upon the conditions within its row. Not sure what the best way to do this in Pandas is. It must only be effected by its specific row.