Add column from one dataframe to another WITHOUT JOIN
问题 Referring to here who recommends Join to append column from one table to another. I have been using this method indeed, but now reach some limitation for huge list of tables and rows Let's say I have a dataframe of M features id, salary, age, etc. +----+--------+------------+--------------+ | id | salary | age | zone | .... +----+--------+------------+--------------+ I have perform certain operations on each feature to arrive at something like this +----+--------+------------+--------------+-