Question: use python to solve # 2. Write the code that wil1 add an additional column 'popChangePct' into df # Whose values are defined as the

use python to solve
\# 2. Write the code that wil1 add an additional column 'popChangePct' into df \# Whose values are defined as the \% change in population from 1970 to 2010. \# i.e., popChangePct = (population2010 - population1970) / population1970 100 \# [10 pts ] LEMS OUTPUT DEBUG CONSOLE TERMINAL
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
