Skip to content

Instantly share code, notes, and snippets.

View higs4281's full-sized avatar

william higgins higs4281

  • Consumer Financial Protection Bureau
View GitHub Profile
@higs4281
higs4281 / mcenany.md
Last active June 29, 2020 01:52
McEnany voting history in Florida

McEnany's voter history

Florida voting history for Kayleigh McEnany Gilmartin, White House press secretary.
McEnany has been registered to vote in Tampa since 2008, and has always voted by mail.

county voter_id election_date election_type history voter data
HIL 114274187 2020-03-17 PPP A
HIL 114274187 2018-08-28 PRI A
HIL 114274187 2018-11-06 GEN A
@higs4281
higs4281 / transfer_data.md
Created June 30, 2020 15:17
Transfer completion rates

Sampling by state of various transfer completion rates

{
    "AK": {
        "school": "Alaska Career College (103501)",
        "latest.completion.transfer_rate.less_than_4yr.full_time": 0.0,
        "latest.completion.title_iv.transf_completed_4yr_by.2yrs": null,
        "latest.completion.title_iv.transf_completed_4yr_by.3yrs": null,
        "latest.completion.title_iv.transf_completed_4yr_by.4yrs": null
@higs4281
higs4281 / ratechecker_traceback.sh
Created January 27, 2021 14:14
ratechecker validation error
Traceback (most recent call last):
File "./manage.py", line 11, in <module>
execute_from_command_line(sys.argv)
File "/srv/cfgov/versions/20201117102359/venv/lib/python3.6/site-packages/django/core/management/__init__.py", line 381, in execute_from_command_line
utility.execute()
File "/srv/cfgov/versions/20201117102359/venv/lib/python3.6/site-packages/django/core/management/__init__.py", line 375, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/srv/cfgov/versions/20201117102359/venv/lib/python3.6/site-packages/django/core/management/base.py", line 323, in run_from_argv
self.execute(*args, **cmd_options)
File "/srv/cfgov/versions/20201117102359/venv/lib/python3.6/site-packages/django/core/management/base.py", line 364, in execute