Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 764 Bytes

File metadata and controls

9 lines (7 loc) · 764 Bytes

1.03 Activity 2

(Keep using the same notebook you used in the activity 1.)

  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
  2. Drop the columns domain and dob
  3. Rearrange the columns by placing columns ic2, ic3, ic4, ic5 before the column median_home_val
  4. Filter the rows for men that live in Florida. Do not store the results in data.
  5. Filter the rows for female donors that have donated less than 100. Do not store the results in data.