Update

updated = table.update_rows([[3], [[0.4, 0.5]], ["?"], [101]])  
upserted = table.upsert_rows([[3], [[0.4, 0.5]], ["?"], [101]])

Result:

This method returns True if it succeeds. Otherwise, “ValueError” exception will be raised.