##About The Data Scorecard is a very cool data set! This data set represents a large collection of Schools including their location, longitude and latitude, and so much more!

##Summary Statistics This Table of summary statistics shows the Institution in each state and the admission rate with number of undergrad students and family family income

## # A tibble: 1,987 × 5
##    INSTNM                              STABBR ADM_RATE  UGDS FAMINC
##    <chr>                               <chr>     <dbl> <dbl>  <dbl>
##  1 Alabama A & M University            AL         0.9   4824 32363.
##  2 University of Alabama at Birmingham AL         0.92 12866 51307.
##  3 University of Alabama in Huntsville AL         0.81  6917 61097.
##  4 Alabama State University            AL         0.98  4189 31684.
##  5 The University of Alabama           AL         0.53 32387 91847.
##  6 Auburn University at Montgomery     AL         0.83  4211 41988.
##  7 Auburn University                   AL         0.84 23391 92149.
##  8 Birmingham Southern College         AL         0.62  1283 86673.
##  9 Faulkner University                 AL         0.51  2272 36952.
## 10 Herzing University-Birmingham       AL         0.76   537 26184.
## # … with 1,977 more rows

##Visualization of a few states and their average cost for attending

This graph shows the average cost for attending in the given states of Ohio, Maryland, and Arizona.

## Warning: Removed 270 rows containing non-finite values (`stat_summary()`).