Copy and paste values from one DF to another without removing formulas and format

Viewed 25

I have two dataframes:

DF1:

name    surname    age   height    weight
juan    gomez      9     140       40
maria   sali       19    189       80
jean    paths      15    167       70

DF2:

Title: june check
id: 90

name   surname   age   height   weight   IMC

DF2 has formulas inside (as it is the case of IMC), colours and header. I need to copy values from DF1 to DF2 without removing DF2 formulas, format, header and colour

0 Answers
Related