Answers for "python transform two columns to a list combine"

0

python transform two columns to a list combine

df["pair_var"] = df[["var_1", "var_2"]].values.tolist()
Posted by: Guest on September-03-2020

Code answers related to "python transform two columns to a list combine"

Python Answers by Framework

Browse Popular Code Answers by Language