0

I have the following DF:

Color   Name    Age   City   Value
Blue    Bob     28    Atl    0
Green   Bob     27    Chi    -
Blue    Sam     28    Atl    0

I want to change the age of all columns that have the color blue, and a numeric Value to 30. In df.loc I am not sure how to specific that I want value to be numeric. How do I do that?

JS noob
  • 429
  • 5
  • 14

0 Answers0