(Keep using the same notebook you used in the activity 1.)
- Merge the 'data' dataframe you created in class with the dataframes for 'file3' and 'file4' you created in the last activity. If you are not able to merge the dataframes, please take a look at the order of columns and/or the shape of the dataframes (specifically the number of columns in the dataframes). Also check the shape of the new dataframe
- Drop the columns
domainanddob - Rearrange the columns by placing columns
ic2,ic3,ic4,ic5before the columnmedian_home_val - Filter the rows for men that live in Florida. Do not store the results in data.
- Filter the rows for female donors that have donated less than 100. Do not store the results in data.