Add chapter to data wrangling section. Including topics: ```python df[ df.duplicated() ] ``` ```python df.drop_duplicates(inplace=True) ```