Dogs
        Description: common dog breeds
Source
Processing: cleaned original .csv  by removing unnecessary columns and any rows with blanks
Columns
- Name (string): name of the dog breed
 
- Breed Group (string): category of breed such as hound or terrier
 
- Bred For (string): activity which the dog was bred for such as hunting
 
- Minimum Life Span (numerical): minimum life span in years of the dog breed
 
- Maximum Life Span (numerical): maximum life span in years of the dog breed
 
- Minimum Height (numerical): minimum height in inches of the dog breed
 
- Maximum Height (numerical): maximum height in inches of the dog breed
 
- Minimum Weight (numerical): minimum weight in pounds of the dog breed
 
- Maximum Weight (numerical): maximum weight in pounds of the dog breed
 
- Temperament (string): descriptions of the dog’s character such as friendly, protective
 
- Image (string): image of the dog breed
 
        
     
    Found a bug in the documentation? Let us know at documentation@code.org