Good point, I'd tried it with two arguments previously but couldn't get it to work. However your code gave me the direction I needed.
Here is what worked:
$desc = $row['Description'];
array_push($totals[$row['Part']], $desc);
This results in 0=>partname
Still not clear on how to add a key value of say "Description", but I don't care in this case that its 0