I used a summary function to confirm that my data had numeric values. But, even my super simple geom_point call won't work for some reason, and just shows a singular, centered point at (0,0).
ggplot(merged_growth_eff) +
geom_point(aes(x="expense_rank",y="growth_rank"))