Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Perform cleanup steps in the process_*.py files #2

Closed
iandees opened this issue Jul 31, 2013 · 1 comment
Closed

Perform cleanup steps in the process_*.py files #2

iandees opened this issue Jul 31, 2013 · 1 comment

Comments

@iandees
Copy link
Member

iandees commented Jul 31, 2013

For each of the releases I've had to clean up the census_table_metadata with these UPDATEs:

  • update acs2011_5yr.census_table_metadata set table_title=initcap(table_title);
  • update acs2011_5yr.census_table_metadata set table_title=replace(table_title, 'Ct, Me, Ma, Mi, Mn, Nh, Nj, Ny, Pa, Ri, Vt, Wi', 'CT, ME, MA, MI, MN, NH, NJ, NY, PA, RI, VT, WI') WHERE table_id='B08009';
  • update acs2011_5yr.census_table_metadata set table_title=replace(table_title, 'Ssi', 'SSI') WHERE table_title LIKE '%Ssi%';

@JoeGermuska also noticed that "SNAP" is an acronym that should be capitalized.

These should be done as part of the python code generating the CSV files in the first place.

@iandees
Copy link
Member Author

iandees commented Jul 31, 2013

I moved this over here.

@iandees iandees closed this as completed Jul 31, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant