A project I completed in Introduction to Data Science (SDS192) at Smith College. Data wrangling with dplyr of election contribution data. Comparing contributions spent supporting and opposing candidates in each state based on political party.
Use ggplot2 to make a bar graph with transaction amount on the y-axis and politics party on the x-axis. Map color to type of transaction (opposing or supporting candidate).
Use ggplot2 to make a bar graph with transaction amount on the y-axis and politics party on the x-axis. Map color to type of transaction (opposing or supporting candidate).