You are on page 1of 1

Using taskDatset.

xlsx please solve the following problems

1. Import the data using pandas


2. Save the population column values into a list named “Population_list”
3. Check for the missing values, if there replace with Mean
4. Find all the unique population counts create a Tuple. ( Using concept of Set and Tuple)
5. Add a new value: 7.59090 to the Tuple created.(Using concept of converting into list)

You might also like