Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python - merge and incluse only specific columns

right.merge(left, on=['key1','key2'])[['A','B','C','key1','key2']]
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #python #merge #incluse #specific #columns
ADD COMMENT
Topic
Name
8+1 =