Data4Democracy / VA-open-data

3 stars 9 forks source link

Column name bug fix + more #24

Closed WillGiang closed 6 years ago

WillGiang commented 6 years ago

This pull request mainly

Less importantly, I strongly dislike the use of newline characters in column names subset.columns = ['Disability\nRate', "Below Poverty Level\nIncome", "Bachelor's\nAttainment"]

We can control the categorical variables like so ax.set_xticklabels(["Below Poverty Level\nIncome", "Bachelor's\nAttainment", "Disability\nRate"], )

synflyn28 commented 6 years ago

@WillGiang This looks great to me, though I'm to sure if @leggitta or @bbrewington will want to take a look at this before it is merged or not!