Piping

Author

Jeffrey R. Stevens

Published

February 17, 2023

For these exercises, we’ll use the dog breed traits data set.

  1. Create a pipeline to do all of the following:
# >
  1. Rename the column names to "breed", "affectionate", "children", "other_dogs", "shedding", "grooming", "coat_type", "coat_length".
# >
  1. Do the following using traits.
# >
  1. Do the following using traits2.
# >