Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 291 Bytes

File metadata and controls

6 lines (4 loc) · 291 Bytes

1.04 Activity 4

Use the same notebook in which you already loaded merged_clean_ver1.csv.

  • Create a user-defined method to clean the column state in the dataframe.
  • Use string functions to standardize the states to uppercase and use the strip function to clean the strings as well.