The next road bump in which I found while reading through our new dataset was there was an excess of unnecessary data, now that I had the two datasets joined on the brewery_id I had no need for the numbers that were associated with the breweries since I had the name of the individual breweries. Along with the brewery_id i had no need for the international bitterness units scale, id, and ounces, at this point I dropped these columns so I had an easier to read dataset without clutter. During this time I took the time to change the Alcohol by Volume column which was in decimal places making it hard to read to the nearest whole number by multiplying the numbers listed by 100.