We will be working with some pet registration information from https://data.gov.au/search?q=pet+registration The files we will be using are located in catdog_030724/input/animals
- Batching importing data/CSVs files
- Joining data frames into a master file
- Removing & computing new columns
- Recoding variables
- Converting wide form to long format
- Exporting data/CSV files
- Find out how many animals share your name! (People name their dogs Stephanie but not their cats...)
- Bar Charts (top 10 cat & dog names)
- Pie graphs (proportion of unique animal breeds cats vs dogs)
- Box plots with individual data points (cat vs dog ages)
- Histograms (cat vs dog ages)