{ "metadata": { "name": "", "signature": "sha256:6ac0122e1d536b85993f3b561e790149f6a19f30078a24ed49478a5016885b9a" }, "nbformat": 3, "nbformat_minor": 0, "worksheets": [ { "cells": [ { "cell_type": "code", "collapsed": false, "input": [ "%load_ext autoreload\n", "%autoreload 2\n", "from synthpop.recipes.starter import Starter\n", "from synthpop.synthesizer import synthesize_all, enable_logging \n", "import os\n", "import pandas as pd\n", "#enable_logging()" ], "language": "python", "metadata": {}, "outputs": [], "prompt_number": 1 }, { "cell_type": "code", "collapsed": false, "input": [ "def synthesize_counties(counties):\n", " for county in counties:\n", " starter = Starter(os.environ[\"CENSUS\"], \"CA\", county)\n", " synthesize_all(starter)\n", "%time hh = synthesize_counties([\"Santa Clara County\", \"Solano County\", \"San Mateo County\", \"Marin County\", \"San Francisco County\", \"Napa County\", \"Sonoma County\", \"Contra Costa County\", \"Alameda County\"]) " ], "language": "python", "metadata": {}, "outputs": [ { "output_type": "stream", "stream": "stdout", "text": [ "Synthesizing at geog level: 'block_group' (number of geographies is 1075)\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 500100\n", "block group 1\n", "dtype: object\n", "Drawing 216 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 500100\n", "block group 2\n", "dtype: object\n", "Drawing 510 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 500100\n", "block group 3\n", "dtype: object\n", "Drawing 641 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 500100\n", "block group 4\n", "dtype: object\n", "Drawing 672 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 500200\n", "block group 1\n", "dtype: object\n", "Drawing 454 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 500200\n", "block group 2\n", "dtype: object\n", "Drawing 0 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 500200\n", "block group 3\n", "dtype: object\n", "Drawing 570 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 500200\n", "block group 4\n", "dtype: object\n", "Drawing 1019 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 500300\n", "block group 1\n", "dtype: object\n", "Drawing 69 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 500300\n", "block group 2\n", "dtype: object\n", "Drawing 1143 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 500400\n", "block group 1\n", "dtype: object\n", "Drawing 503 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 500400\n", "block group 2\n", "dtype: object\n", "Drawing 476 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 500500\n", "block group 1\n", "dtype: object\n", "Drawing 359 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 500500\n", "block group 2\n", "dtype: object\n", "Drawing 604 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 500500\n", "block group 3\n", "dtype: object\n", "Drawing 222 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 500500\n", "block group 4\n", "dtype: object\n", "Drawing 399 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 500500\n", "block group 5\n", "dtype: object\n", "Drawing 305 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 500600\n", "block group 1\n", "dtype: object\n", "Drawing 1221 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 500600\n", "block group 2\n", "dtype: object\n", "Drawing 384 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 500600\n", "block group 3\n", "dtype: object\n", "Drawing 434 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 500800\n", "block group 1\n", "dtype: object\n", "Drawing 434 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 500800\n", "block group 2\n", "dtype: object\n", "Drawing 701 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 500901\n", "block group 1\n", "dtype: object\n", "Drawing 455 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 500901\n", "block group 2\n", "dtype: object\n", "Drawing 1294 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 500902\n", "block group 1\n", "dtype: object\n", "Drawing 249 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 500902\n", "block group 2\n", "dtype: object\n", "Drawing 342 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 501000\n", "block group 1\n", "dtype: object\n", "Drawing 473 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 501000\n", "block group 2\n", "dtype: object\n", "Drawing 372 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 501000\n", "block group 3\n", "dtype: object\n", "Drawing 361 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 501000\n", "block group 4\n", "dtype: object\n", "Drawing 334 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 501000\n", "block group 5\n", "dtype: object\n", "Drawing 326 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 501101\n", "block group 1\n", "dtype: object\n", "Drawing 827 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 501101\n", "block group 2\n", "dtype: object\n", "Drawing 829 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 501102\n", "block group 1\n", "dtype: object\n", "Drawing 514 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 501102\n", "block group 2\n", "dtype: object\n", "Drawing 449 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 501102\n", "block group 3\n", "dtype: object\n", "Drawing 391 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 501200\n", "block group 1\n", "dtype: object\n", "Drawing 293 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 501200\n", "block group 2\n", "dtype: object\n", "Drawing 291 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 501200\n", "block group 3\n", "dtype: object\n", "Drawing 436 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 501200\n", "block group 4\n", "dtype: object\n", "Drawing 368 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 501300\n", "block group 1\n", "dtype: object\n", "Drawing 239 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 501300\n", "block group 2\n", "dtype: object\n", "Drawing 224 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 501300\n", "block group 3\n", "dtype: object\n", "Drawing 510 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 501300\n", "block group 4\n", "dtype: object\n", "Drawing 113 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 501401\n", "block group 1\n", "dtype: object\n", "Drawing 664 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 501401\n", "block group 2\n", "dtype: object\n", "Drawing 294 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 501402\n", "block group 1\n", "dtype: object\n", "Drawing 281 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 501402\n", "block group 2\n", "dtype: object\n", "Drawing 507 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 501501\n", "block group 1\n", "dtype: object\n", "Drawing 681 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 501501\n", "block group 2\n", "dtype: object\n", "Drawing 485 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 501502\n", "block group 1\n", "dtype: object\n", "Drawing 363 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 501502\n", "block group 2\n", "dtype: object\n", "Drawing 688 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 501600\n", "block group 1\n", "dtype: object\n", "Drawing 196 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 501600\n", "block group 2\n", "dtype: object\n", "Drawing 368 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 501600\n", "block group 3\n", "dtype: object\n", "Drawing 726 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 501600\n", "block group 4\n", "dtype: object\n", "Drawing 651 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 501600\n", "block group 5\n", "dtype: object\n", "Drawing 303 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 501700\n", "block group 1\n", "dtype: object\n", "Drawing 271 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 501700\n", "block group 2\n", "dtype: object\n", "Drawing 131 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 501700\n", "block group 3\n", "dtype: object\n", "Drawing 434 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 501700\n", "block group 4\n", "dtype: object\n", "Drawing 365 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 501800\n", "block group 1\n", "dtype: object\n", "Drawing 392 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 501800\n", "block group 2\n", "dtype: object\n", "Drawing 422 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 501800\n", "block group 3\n", "dtype: object\n", "Drawing 389 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 501800\n", "block group 4\n", "dtype: object\n", "Drawing 470 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 501900\n", "block group 1\n", "dtype: object\n", "Drawing 1180 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 501900\n", "block group 2\n", "dtype: object\n", "Drawing 864 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502001\n", "block group 1\n", "dtype: object\n", "Drawing 590 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502001\n", "block group 2\n", "dtype: object\n", "Drawing 321 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502001\n", "block group 3\n", "dtype: object\n", "Drawing 550 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502001\n", "block group 4\n", "dtype: object\n", "Drawing 811 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502002\n", "block group 1\n", "dtype: object\n", "Drawing 260 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502002\n", "block group 2\n", "dtype: object\n", "Drawing 452 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502002\n", "block group 3\n", "dtype: object\n", "Drawing 898 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502101\n", "block group 1\n", "dtype: object\n", "Drawing 731 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502101\n", "block group 2\n", "dtype: object\n", "Drawing 338 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502101\n", "block group 3\n", "dtype: object\n", "Drawing 960 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502102\n", "block group 1\n", "dtype: object\n", "Drawing 746 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502102\n", "block group 2\n", "dtype: object\n", "Drawing 1095 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502102\n", "block group 3\n", "dtype: object\n", "Drawing 384 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502102\n", "block group 4\n", "dtype: object\n", "Drawing 380 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502201\n", "block group 1\n", "dtype: object\n", "Drawing 1548 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502201\n", "block group 2\n", "dtype: object\n", "Drawing 1202 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502202\n", "block group 1\n", "dtype: object\n", "Drawing 735 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502202\n", "block group 2\n", "dtype: object\n", "Drawing 281 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502202\n", "block group 3\n", "dtype: object\n", "Drawing 334 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502301\n", "block group 1\n", "dtype: object\n", "Drawing 624 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502301\n", "block group 2\n", "dtype: object\n", "Drawing 580 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502302\n", "block group 1\n", "dtype: object\n", "Drawing 538 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502302\n", "block group 2\n", "dtype: object\n", "Drawing 666 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502400\n", "block group 1\n", "dtype: object\n", "Drawing 353 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502400\n", "block group 2\n", "dtype: object\n", "Drawing 241 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502400\n", "block group 3\n", "dtype: object\n", "Drawing 235 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502400\n", "block group 4\n", "dtype: object\n", "Drawing 309 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502400\n", "block group 5\n", "dtype: object\n", "Drawing 614 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502400\n", "block group 6\n", "dtype: object\n", "Drawing 610 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502400\n", "block group 7\n", "dtype: object\n", "Drawing 390 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502500\n", "block group 1\n", "dtype: object\n", "Drawing 364 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502500\n", "block group 2\n", "dtype: object\n", "Drawing 489 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502500\n", "block group 3\n", "dtype: object\n", "Drawing 416 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502500\n", "block group 4\n", "dtype: object\n", "Drawing 386 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502500\n", "block group 5\n", "dtype: object\n", "Drawing 291 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502500\n", "block group 6\n", "dtype: object\n", "Drawing 426 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502601\n", "block group 1\n", "dtype: object\n", "Drawing 245 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502601\n", "block group 2\n", "dtype: object\n", "Drawing 360 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502601\n", "block group 3\n", "dtype: object\n", "Drawing 586 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502603\n", "block group 1\n", "dtype: object\n", "Drawing 356 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502603\n", "block group 2\n", "dtype: object\n", "Drawing 222 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502603\n", "block group 3\n", "dtype: object\n", "Drawing 421 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502604\n", "block group 1\n", "dtype: object\n", "Drawing 894 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502604\n", "block group 2\n", "dtype: object\n", "Drawing 799 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502604\n", "block group 3\n", "dtype: object\n", "Drawing 443 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502701\n", "block group 1\n", "dtype: object\n", "Drawing 566 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502701\n", "block group 2\n", "dtype: object\n", "Drawing 629 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502701\n", "block group 3\n", "dtype: object\n", "Drawing 686 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502702\n", "block group 1\n", "dtype: object\n", "Drawing 1243 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502702\n", "block group 2\n", "dtype: object\n", "Drawing 718 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502702\n", "block group 3\n", "dtype: object\n", "Drawing 391 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502702\n", "block group 4\n", "dtype: object\n", "Drawing 459 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502702\n", "block group 5\n", "dtype: object\n", "Drawing 366 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502800\n", "block group 1\n", "dtype: object\n", "Drawing 514 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502800\n", "block group 2\n", "dtype: object\n", "Drawing 571 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502800\n", "block group 3\n", "dtype: object\n", "Drawing 375 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502901\n", "block group 1\n", "dtype: object\n", "Drawing 587 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502901\n", "block group 2\n", "dtype: object\n", "Drawing 570 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502901\n", "block group 3\n", "dtype: object\n", "Drawing 310 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502901\n", "block group 4\n", "dtype: object\n", "Drawing 704 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502902\n", "block group 1\n", "dtype: object\n", "Drawing 817 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502902\n", "block group 2\n", "dtype: object\n", "Drawing 863 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502902\n", "block group 3\n", "dtype: object\n", "Drawing 828 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502903\n", "block group 1\n", "dtype: object\n", "Drawing 792 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502903\n", "block group 2\n", "dtype: object\n", "Drawing 466 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502903\n", "block group 3\n", "dtype: object\n", "Drawing 505 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502906\n", "block group 1\n", "dtype: object\n", "Drawing 535 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502906\n", "block group 2\n", "dtype: object\n", "Drawing 548 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502906\n", "block group 3\n", "dtype: object\n", "Drawing 493 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502907\n", "block group 1\n", "dtype: object\n", "Drawing 717 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502907\n", "block group 2\n", "dtype: object\n", "Drawing 609 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502908\n", "block group 1\n", "dtype: object\n", "Drawing 830 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502908\n", "block group 2\n", "dtype: object\n", "Drawing 887 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502908\n", "block group 3\n", "dtype: object\n", "Drawing 581 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502909\n", "block group 1\n", "dtype: object\n", "Drawing 331 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502909\n", "block group 2\n", "dtype: object\n", "Drawing 371 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502909\n", "block group 3\n", "dtype: object\n", "Drawing 617 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502909\n", "block group 4\n", "dtype: object\n", "Drawing 662 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502910\n", "block group 1\n", "dtype: object\n", "Drawing 338 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502910\n", "block group 2\n", "dtype: object\n", "Drawing 307 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502910\n", "block group 3\n", "dtype: object\n", "Drawing 273 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 502910\n", "block group 4\n", "dtype: object\n", "Drawing 545 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503001\n", "block group 1\n", "dtype: object\n", "Drawing 500 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503001\n", "block group 2\n", "dtype: object\n", "Drawing 373 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503001\n", "block group 3\n", "dtype: object\n", "Drawing 696 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503002\n", "block group 1\n", "dtype: object\n", "Drawing 514 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503002\n", "block group 2\n", "dtype: object\n", "Drawing 810 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503003\n", "block group 1\n", "dtype: object\n", "Drawing 270 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503003\n", "block group 2\n", "dtype: object\n", "Drawing 677 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503003\n", "block group 3\n", "dtype: object\n", "Drawing 639 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503003\n", "block group 4\n", "dtype: object\n", "Drawing 205 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503105\n", "block group 1\n", "dtype: object\n", "Drawing 828 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503108\n", "block group 1\n", "dtype: object\n", "Drawing 693 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503108\n", "block group 2\n", "dtype: object\n", "Drawing 1523 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503108\n", "block group 3\n", "dtype: object\n", "Drawing 288 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503108\n", "block group 4\n", "dtype: object\n", "Drawing 292 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503110\n", "block group 1\n", "dtype: object\n", "Drawing 521 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503110\n", "block group 2\n", "dtype: object\n", "Drawing 313 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503110\n", "block group 3\n", "dtype: object\n", "Drawing 267 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503111\n", "block group 1\n", "dtype: object\n", "Drawing 208 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503111\n", "block group 2\n", "dtype: object\n", "Drawing 412 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503111\n", "block group 3\n", "dtype: object\n", "Drawing 443 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503112\n", "block group 1\n", "dtype: object\n", "Drawing 1045 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503112\n", "block group 2\n", "dtype: object\n", "Drawing 277 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503113\n", "block group 1\n", "dtype: object\n", "Drawing 729 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503113\n", "block group 2\n", "dtype: object\n", "Drawing 547 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503115\n", "block group 1\n", "dtype: object\n", "Drawing 2357 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503116\n", "block group 1\n", "dtype: object\n", "Drawing 1297 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503116\n", "block group 2\n", "dtype: object\n", "Drawing 912 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503117\n", "block group 1\n", "dtype: object\n", "Drawing 359 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503117\n", "block group 2\n", "dtype: object\n", "Drawing 376 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503118\n", "block group 1\n", "dtype: object\n", "Drawing 215 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503118\n", "block group 2\n", "dtype: object\n", "Drawing 519 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503118\n", "block group 3\n", "dtype: object\n", "Drawing 854 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503121\n", "block group 1\n", "dtype: object\n", "Drawing 1333 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503121\n", "block group 2\n", "dtype: object\n", "Drawing 166 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503122\n", "block group 1\n", "dtype: object\n", "Drawing 722 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503122\n", "block group 2\n", "dtype: object\n", "Drawing 315 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503123\n", "block group 1\n", "dtype: object\n", "Drawing 952 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503123\n", "block group 2\n", "dtype: object\n", "Drawing 627 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503204\n", "block group 1\n", "dtype: object\n", "Drawing 706 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503204\n", "block group 2\n", "dtype: object\n", "Drawing 547 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503204\n", "block group 3\n", "dtype: object\n", "Drawing 360 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503204\n", "block group 4\n", "dtype: object\n", "Drawing 97 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503204\n", "block group 5\n", "dtype: object\n", "Drawing 361 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503207\n", "block group 1\n", "dtype: object\n", "Drawing 559 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503207\n", "block group 2\n", "dtype: object\n", "Drawing 439 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503208\n", "block group 1\n", "dtype: object\n", "Drawing 491 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503208\n", "block group 2\n", "dtype: object\n", "Drawing 314 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503210\n", "block group 1\n", "dtype: object\n", "Drawing 396 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503210\n", "block group 2\n", "dtype: object\n", "Drawing 489 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503211\n", "block group 1\n", "dtype: object\n", "Drawing 637 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503211\n", "block group 2\n", "dtype: object\n", "Drawing 457 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503212\n", "block group 1\n", "dtype: object\n", "Drawing 227 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503212\n", "block group 2\n", "dtype: object\n", "Drawing 496 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503212\n", "block group 3\n", "dtype: object\n", "Drawing 236 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503213\n", "block group 1\n", "dtype: object\n", "Drawing 453 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503213\n", "block group 2\n", "dtype: object\n", "Drawing 714 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503214\n", "block group 1\n", "dtype: object\n", "Drawing 1025 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503214\n", "block group 2\n", "dtype: object\n", "Drawing 766 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503217\n", "block group 1\n", "dtype: object\n", "Drawing 376 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503217\n", "block group 2\n", "dtype: object\n", "Drawing 427 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503217\n", "block group 3\n", "dtype: object\n", "Drawing 244 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503218\n", "block group 1\n", "dtype: object\n", "Drawing 764 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503218\n", "block group 2\n", "dtype: object\n", "Drawing 364 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503304\n", "block group 1\n", "dtype: object\n", "Drawing 608 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503304\n", "block group 2\n", "dtype: object\n", "Drawing 340 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503304\n", "block group 3\n", "dtype: object\n", "Drawing 358 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503304\n", "block group 4\n", "dtype: object\n", "Drawing 377 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503305\n", "block group 1\n", "dtype: object\n", "Drawing 328 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503305\n", "block group 2\n", "dtype: object\n", "Drawing 439 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503305\n", "block group 3\n", "dtype: object\n", "Drawing 701 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503306\n", "block group 1\n", "dtype: object\n", "Drawing 250 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503306\n", "block group 2\n", "dtype: object\n", "Drawing 446 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503306\n", "block group 3\n", "dtype: object\n", "Drawing 129 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503312\n", "block group 1\n", "dtype: object\n", "Drawing 167 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503312\n", "block group 2\n", "dtype: object\n", "Drawing 571 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503312\n", "block group 3\n", "dtype: object\n", "Drawing 322 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503313\n", "block group 1\n", "dtype: object\n", "Drawing 436 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503313\n", "block group 2\n", "dtype: object\n", "Drawing 487 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503313\n", "block group 3\n", "dtype: object\n", "Drawing 336 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503315\n", "block group 1\n", "dtype: object\n", "Drawing 504 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503315\n", "block group 2\n", "dtype: object\n", "Drawing 331 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503315\n", "block group 3\n", "dtype: object\n", "Drawing 1118 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503321\n", "block group 1\n", "dtype: object\n", "Drawing 402 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503321\n", "block group 2\n", "dtype: object\n", "Drawing 661 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503322\n", "block group 1\n", "dtype: object\n", "Drawing 232 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503322\n", "block group 2\n", "dtype: object\n", "Drawing 447 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503322\n", "block group 3\n", "dtype: object\n", "Drawing 267 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503323\n", "block group 1\n", "dtype: object\n", "Drawing 545 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503323\n", "block group 2\n", "dtype: object\n", "Drawing 671 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503324\n", "block group 1\n", "dtype: object\n", "Drawing 499 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503324\n", "block group 2\n", "dtype: object\n", "Drawing 368 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503325\n", "block group 1\n", "dtype: object\n", "Drawing 572 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503325\n", "block group 2\n", "dtype: object\n", "Drawing 527 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503326\n", "block group 1\n", "dtype: object\n", "Drawing 1099 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503326\n", "block group 2\n", "dtype: object\n", "Drawing 541 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503327\n", "block group 1\n", "dtype: object\n", "Drawing 392 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503327\n", "block group 2\n", "dtype: object\n", "Drawing 472 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503327\n", "block group 3\n", "dtype: object\n", "Drawing 369 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503329\n", "block group 1\n", "dtype: object\n", "Drawing 495 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503329\n", "block group 2\n", "dtype: object\n", "Drawing 432 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503330\n", "block group 1\n", "dtype: object\n", "Drawing 478 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503330\n", "block group 2\n", "dtype: object\n", "Drawing 444 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503330\n", "block group 3\n", "dtype: object\n", "Drawing 1081 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503331\n", "block group 1\n", "dtype: object\n", "Drawing 947 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503331\n", "block group 2\n", "dtype: object\n", "Drawing 463 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503332\n", "block group 1\n", "dtype: object\n", "Drawing 748 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503332\n", "block group 2\n", "dtype: object\n", "Drawing 440 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503332\n", "block group 3\n", "dtype: object\n", "Drawing 157 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503332\n", "block group 4\n", "dtype: object\n", "Drawing 1130 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503333\n", "block group 1\n", "dtype: object\n", "Drawing 491 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503333\n", "block group 2\n", "dtype: object\n", "Drawing 819 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503334\n", "block group 1\n", "dtype: object\n", "Drawing 1288 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503334\n", "block group 2\n", "dtype: object\n", "Drawing 553 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503334\n", "block group 3\n", "dtype: object\n", "Drawing 828 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503336\n", "block group 1\n", "dtype: object\n", "Drawing 383 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503336\n", "block group 2\n", "dtype: object\n", "Drawing 453 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503337\n", "block group 1\n", "dtype: object\n", "Drawing 713 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503337\n", "block group 2\n", "dtype: object\n", "Drawing 252 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503401\n", "block group 1\n", "dtype: object\n", "Drawing 166 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503401\n", "block group 2\n", "dtype: object\n", "Drawing 230 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503401\n", "block group 3\n", "dtype: object\n", "Drawing 473 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503402\n", "block group 1\n", "dtype: object\n", "Drawing 14 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503402\n", "block group 2\n", "dtype: object\n", "Drawing 537 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503402\n", "block group 3\n", "dtype: object\n", "Drawing 542 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503504\n", "block group 1\n", "dtype: object\n", "Drawing 220 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503504\n", "block group 2\n", "dtype: object\n", "Drawing 303 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503504\n", "block group 3\n", "dtype: object\n", "Drawing 336 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503504\n", "block group 4\n", "dtype: object\n", "Drawing 178 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503504\n", "block group 5\n", "dtype: object\n", "Drawing 90 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503506\n", "block group 1\n", "dtype: object\n", "Drawing 471 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503506\n", "block group 2\n", "dtype: object\n", "Drawing 375 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503506\n", "block group 3\n", "dtype: object\n", "Drawing 384 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503507\n", "block group 1\n", "dtype: object\n", "Drawing 233 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503507\n", "block group 2\n", "dtype: object\n", "Drawing 68 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503508\n", "block group 1\n", "dtype: object\n", "Drawing 637 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503508\n", "block group 2\n", "dtype: object\n", "Drawing 552 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503509\n", "block group 1\n", "dtype: object\n", "Drawing 444 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503509\n", "block group 2\n", "dtype: object\n", "Drawing 158 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503509\n", "block group 3\n", "dtype: object\n", "Drawing 254 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503510\n", "block group 1\n", "dtype: object\n", "Drawing 632 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503510\n", "block group 2\n", "dtype: object\n", "Drawing 322 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503510\n", "block group 3\n", "dtype: object\n", "Drawing 390 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503511\n", "block group 1\n", "dtype: object\n", "Drawing 385 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503511\n", "block group 2\n", "dtype: object\n", "Drawing 407 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503601\n", "block group 1\n", "dtype: object\n", "Drawing 289 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503601\n", "block group 2\n", "dtype: object\n", "Drawing 621 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503602\n", "block group 1\n", "dtype: object\n", "Drawing 397 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503602\n", "block group 2\n", "dtype: object\n", "Drawing 501 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503602\n", "block group 3\n", "dtype: object\n", "Drawing 263 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503703\n", "block group 1\n", "dtype: object\n", "Drawing 114 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503703\n", "block group 2\n", "dtype: object\n", "Drawing 279 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503703\n", "block group 3\n", "dtype: object\n", "Drawing 463 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503707\n", "block group 1\n", "dtype: object\n", "Drawing 242 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503707\n", "block group 2\n", "dtype: object\n", "Drawing 561 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503707\n", "block group 3\n", "dtype: object\n", "Drawing 463 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503708\n", "block group 1\n", "dtype: object\n", "Drawing 557 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503708\n", "block group 2\n", "dtype: object\n", "Drawing 175 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503709\n", "block group 1\n", "dtype: object\n", "Drawing 474 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503709\n", "block group 2\n", "dtype: object\n", "Drawing 432 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503709\n", "block group 3\n", "dtype: object\n", "Drawing 465 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503710\n", "block group 1\n", "dtype: object\n", "Drawing 402 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503710\n", "block group 2\n", "dtype: object\n", "Drawing 562 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503711\n", "block group 1\n", "dtype: object\n", "Drawing 238 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503711\n", "block group 2\n", "dtype: object\n", "Drawing 337 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503711\n", "block group 3\n", "dtype: object\n", "Drawing 435 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503712\n", "block group 1\n", "dtype: object\n", "Drawing 317 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503712\n", "block group 2\n", "dtype: object\n", "Drawing 958 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503713\n", "block group 1\n", "dtype: object\n", "Drawing 765 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503713\n", "block group 2\n", "dtype: object\n", "Drawing 350 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503802\n", "block group 1\n", "dtype: object\n", "Drawing 820 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503802\n", "block group 2\n", "dtype: object\n", "Drawing 334 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503802\n", "block group 3\n", "dtype: object\n", "Drawing 339 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503802\n", "block group 4\n", "dtype: object\n", "Drawing 786 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503803\n", "block group 1\n", "dtype: object\n", "Drawing 833 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503803\n", "block group 2\n", "dtype: object\n", "Drawing 461 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503804\n", "block group 1\n", "dtype: object\n", "Drawing 584 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503804\n", "block group 2\n", "dtype: object\n", "Drawing 332 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503804\n", "block group 3\n", "dtype: object\n", "Drawing 605 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503902\n", "block group 1\n", "dtype: object\n", "Drawing 546 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503902\n", "block group 2\n", "dtype: object\n", "Drawing 177 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503902\n", "block group 3\n", "dtype: object\n", "Drawing 283 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503902\n", "block group 4\n", "dtype: object\n", "Drawing 427 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503903\n", "block group 1\n", "dtype: object\n", "Drawing 632 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 503903\n", "block group 2\n", "dtype: object\n", "Drawing 309 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504001\n", "block group 1\n", "dtype: object\n", "Drawing 428 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504001\n", "block group 2\n", "dtype: object\n", "Drawing 543 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504001\n", "block group 3\n", "dtype: object\n", "Drawing 532 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504002\n", "block group 1\n", "dtype: object\n", "Drawing 631 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504002\n", "block group 2\n", "dtype: object\n", "Drawing 648 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504101\n", "block group 1\n", "dtype: object\n", "Drawing 275 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504101\n", "block group 2\n", "dtype: object\n", "Drawing 810 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504102\n", "block group 1\n", "dtype: object\n", "Drawing 694 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504102\n", "block group 2\n", "dtype: object\n", "Drawing 330 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504102\n", "block group 3\n", "dtype: object\n", "Drawing 349 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504201\n", "block group 1\n", "dtype: object\n", "Drawing 908 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504201\n", "block group 2\n", "dtype: object\n", "Drawing 427 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504201\n", "block group 3\n", "dtype: object\n", "Drawing 512 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504202\n", "block group 1\n", "dtype: object\n", "Drawing 445 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504202\n", "block group 2\n", "dtype: object\n", "Drawing 538 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504202\n", "block group 3\n", "dtype: object\n", "Drawing 459 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504307\n", "block group 1\n", "dtype: object\n", "Drawing 830 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504307\n", "block group 2\n", "dtype: object\n", "Drawing 904 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504308\n", "block group 1\n", "dtype: object\n", "Drawing 676 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504308\n", "block group 2\n", "dtype: object\n", "Drawing 449 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504308\n", "block group 3\n", "dtype: object\n", "Drawing 354 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504311\n", "block group 1\n", "dtype: object\n", "Drawing 1055 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504311\n", "block group 2\n", "dtype: object\n", "Drawing 847 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504311\n", "block group 3\n", "dtype: object\n", "Drawing 464 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504314\n", "block group 1\n", "dtype: object\n", "Drawing 326 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504314\n", "block group 2\n", "dtype: object\n", "Drawing 335 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504314\n", "block group 3\n", "dtype: object\n", "Drawing 236 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504314\n", "block group 4\n", "dtype: object\n", "Drawing 407 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504315\n", "block group 1\n", "dtype: object\n", "Drawing 594 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504315\n", "block group 2\n", "dtype: object\n", "Drawing 224 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504315\n", "block group 3\n", "dtype: object\n", "Drawing 499 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504315\n", "block group 4\n", "dtype: object\n", "Drawing 309 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504315\n", "block group 5\n", "dtype: object\n", "Drawing 362 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504316\n", "block group 1\n", "dtype: object\n", "Drawing 776 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504316\n", "block group 2\n", "dtype: object\n", "Drawing 452 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504316\n", "block group 3\n", "dtype: object\n", "Drawing 195 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504317\n", "block group 1\n", "dtype: object\n", "Drawing 744 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504317\n", "block group 2\n", "dtype: object\n", "Drawing 438 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504318\n", "block group 1\n", "dtype: object\n", "Drawing 845 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504318\n", "block group 2\n", "dtype: object\n", "Drawing 158 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504318\n", "block group 3\n", "dtype: object\n", "Drawing 466 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504319\n", "block group 1\n", "dtype: object\n", "Drawing 968 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504319\n", "block group 2\n", "dtype: object\n", "Drawing 494 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504319\n", "block group 3\n", "dtype: object\n", "Drawing 482 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504320\n", "block group 1\n", "dtype: object\n", "Drawing 567 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504320\n", "block group 2\n", "dtype: object\n", "Drawing 258 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504321\n", "block group 1\n", "dtype: object\n", "Drawing 729 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504321\n", "block group 2\n", "dtype: object\n", "Drawing 507 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504321\n", "block group 3\n", "dtype: object\n", "Drawing 348 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504322\n", "block group 1\n", "dtype: object\n", "Drawing 581 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504322\n", "block group 2\n", "dtype: object\n", "Drawing 682 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504322\n", "block group 3\n", "dtype: object\n", "Drawing 723 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504323\n", "block group 1\n", "dtype: object\n", "Drawing 502 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504323\n", "block group 2\n", "dtype: object\n", "Drawing 1002 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504323\n", "block group 3\n", "dtype: object\n", "Drawing 270 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504410\n", "block group 1\n", "dtype: object\n", "Drawing 528 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504410\n", "block group 2\n", "dtype: object\n", "Drawing 685 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504411\n", "block group 1\n", "dtype: object\n", "Drawing 901 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504411\n", "block group 2\n", "dtype: object\n", "Drawing 633 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504412\n", "block group 1\n", "dtype: object\n", "Drawing 314 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504412\n", "block group 2\n", "dtype: object\n", "Drawing 218 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504412\n", "block group 3\n", "dtype: object\n", "Drawing 321 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504412\n", "block group 4\n", "dtype: object\n", "Drawing 396 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504413\n", "block group 1\n", "dtype: object\n", "Drawing 699 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504414\n", "block group 1\n", "dtype: object\n", "Drawing 764 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504414\n", "block group 2\n", "dtype: object\n", "Drawing 384 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504414\n", "block group 3\n", "dtype: object\n", "Drawing 372 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504415\n", "block group 1\n", "dtype: object\n", "Drawing 670 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504415\n", "block group 2\n", "dtype: object\n", "Drawing 506 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504415\n", "block group 3\n", "dtype: object\n", "Drawing 395 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504416\n", "block group 1\n", "dtype: object\n", "Drawing 524 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504416\n", "block group 2\n", "dtype: object\n", "Drawing 505 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504417\n", "block group 1\n", "dtype: object\n", "Drawing 76 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504418\n", "block group 1\n", "dtype: object\n", "Drawing 596 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504418\n", "block group 2\n", "dtype: object\n", "Drawing 461 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504418\n", "block group 3\n", "dtype: object\n", "Drawing 155 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504420\n", "block group 1\n", "dtype: object\n", "Drawing 597 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504420\n", "block group 2\n", "dtype: object\n", "Drawing 516 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504420\n", "block group 3\n", "dtype: object\n", "Drawing 238 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504421\n", "block group 1\n", "dtype: object\n", "Drawing 332 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504421\n", "block group 2\n", "dtype: object\n", "Drawing 533 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504421\n", "block group 3\n", "dtype: object\n", "Drawing 450 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504422\n", "block group 1\n", "dtype: object\n", "Drawing 605 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504422\n", "block group 2\n", "dtype: object\n", "Drawing 426 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504423\n", "block group 1\n", "dtype: object\n", "Drawing 612 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504504\n", "block group 1\n", "dtype: object\n", "Drawing 285 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504504\n", "block group 2\n", "dtype: object\n", "Drawing 0 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504504\n", "block group 3\n", "dtype: object\n", "Drawing 229 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504504\n", "block group 4\n", "dtype: object\n", "Drawing 1748 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504505\n", "block group 1\n", "dtype: object\n", "Drawing 169 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504505\n", "block group 2\n", "dtype: object\n", "Drawing 613 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504505\n", "block group 3\n", "dtype: object\n", "Drawing 363 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504506\n", "block group 1\n", "dtype: object\n", "Drawing 298 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504506\n", "block group 2\n", "dtype: object\n", "Drawing 881 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504506\n", "block group 3\n", "dtype: object\n", "Drawing 838 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504507\n", "block group 1\n", "dtype: object\n", "Drawing 305 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504507\n", "block group 2\n", "dtype: object\n", "Drawing 319 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504507\n", "block group 3\n", "dtype: object\n", "Drawing 489 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504507\n", "block group 4\n", "dtype: object\n", "Drawing 509 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504601\n", "block group 1\n", "dtype: object\n", "Drawing 352 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504602\n", "block group 1\n", "dtype: object\n", "Drawing 517 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504700\n", "block group 1\n", "dtype: object\n", "Drawing 113 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504802\n", "block group 1\n", "dtype: object\n", "Drawing 644 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504802\n", "block group 2\n", "dtype: object\n", "Drawing 367 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504802\n", "block group 3\n", "dtype: object\n", "Drawing 715 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504803\n", "block group 1\n", "dtype: object\n", "Drawing 717 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504803\n", "block group 2\n", "dtype: object\n", "Drawing 1829 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504805\n", "block group 1\n", "dtype: object\n", "Drawing 1516 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504805\n", "block group 2\n", "dtype: object\n", "Drawing 752 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504806\n", "block group 1\n", "dtype: object\n", "Drawing 345 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504806\n", "block group 2\n", "dtype: object\n", "Drawing 427 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 504901\n", "block group 1\n", "dtype: object\n", "Drawing 3555 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 505001\n", "block group 1\n", "dtype: object\n", "Drawing 1280 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 505001\n", "block group 2\n", "dtype: object\n", "Drawing 692 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 505001\n", "block group 3\n", "dtype: object\n", "Drawing 688 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 505001\n", "block group 4\n", "dtype: object\n", "Drawing 283 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 505001\n", "block group 5\n", "dtype: object\n", "Drawing 264 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 505006\n", "block group 1\n", "dtype: object\n", "Drawing 327 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 505006\n", "block group 2\n", "dtype: object\n", "Drawing 1389 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 505007\n", "block group 1\n", "dtype: object\n", "Drawing 371 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 505007\n", "block group 2\n", "dtype: object\n", "Drawing 641 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 505008\n", "block group 1\n", "dtype: object\n", "Drawing 2368 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 505008\n", "block group 2\n", "dtype: object\n", "Drawing 0 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 505009\n", "block group 1\n", "dtype: object\n", "Drawing 801 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 505009\n", "block group 2\n", "dtype: object\n", "Drawing 400 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 505009\n", "block group 3\n", "dtype: object\n", "Drawing 1084 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 505100\n", "block group 1\n", "dtype: object\n", "Drawing 1351 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 505100\n", "block group 2\n", "dtype: object\n", "Drawing 56 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 505202\n", "block group 1\n", "dtype: object\n", "Drawing 510 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 505202\n", "block group 2\n", "dtype: object\n", "Drawing 1141 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 505202\n", "block group 3\n", "dtype: object\n", "Drawing 529 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 505203\n", "block group 1\n", "dtype: object\n", "Drawing 917 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 505203\n", "block group 2\n", "dtype: object\n", "Drawing 331 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 505301\n", "block group 1\n", "dtype: object\n", "Drawing 432 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 505301\n", "block group 2\n", "dtype: object\n", "Drawing 288 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 505301\n", "block group 3\n", "dtype: object\n", "Drawing 156 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 505301\n", "block group 4\n", "dtype: object\n", "Drawing 464 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 505302\n", "block group 1\n", "dtype: object\n", "Drawing 730 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 505302\n", "block group 2\n", "dtype: object\n", "Drawing 611 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 505303\n", "block group 1\n", "dtype: object\n", "Drawing 653 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 505303\n", "block group 2\n", "dtype: object\n", "Drawing 537 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 505303\n", "block group 3\n", "dtype: object\n", "Drawing 205 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 505303\n", "block group 4\n", "dtype: object\n", "Drawing 729 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 505304\n", "block group 1\n", "dtype: object\n", "Drawing 237 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 505304\n", "block group 2\n", "dtype: object\n", "Drawing 320 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 505304\n", "block group 3\n", "dtype: object\n", "Drawing 187 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 505304\n", "block group 4\n", "dtype: object\n", "Drawing 272 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 505305\n", "block group 1\n", "dtype: object\n", "Drawing 513 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 505305\n", "block group 2\n", "dtype: object\n", "Drawing 285 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 505305\n", "block group 3\n", "dtype: object\n", "Drawing 783 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 505305\n", "block group 4\n", "dtype: object\n", "Drawing 429 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 505401\n", "block group 1\n", "dtype: object\n", "Drawing 344 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 505401\n", "block group 2\n", "dtype: object\n", "Drawing 621 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 505401\n", "block group 3\n", "dtype: object\n", "Drawing 930 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 505401\n", "block group 4\n", "dtype: object\n", "Drawing 402 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 505401\n", "block group 5\n", "dtype: object\n", "Drawing 155 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 505402\n", "block group 1\n", "dtype: object\n", "Drawing 351 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 505402\n", "block group 2\n", "dtype: object\n", "Drawing 672 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 505403\n", "block group 1\n", "dtype: object\n", "Drawing 515 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 505403\n", "block group 2\n", "dtype: object\n", "Drawing 916 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 505403\n", "block group 3\n", "dtype: object\n", "Drawing 1101 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 505500\n", "block group 1\n", "dtype: object\n", "Drawing 275 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 505500\n", "block group 2\n", "dtype: object\n", "Drawing 703 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 505500\n", "block group 3\n", "dtype: object\n", "Drawing 561 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 505600\n", "block group 1\n", "dtype: object\n", "Drawing 443 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 505600\n", "block group 2\n", "dtype: object\n", "Drawing 298 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 505600\n", "block group 3\n", "dtype: object\n", "Drawing 508 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 505700\n", "block group 1\n", "dtype: object\n", "Drawing 374 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 505700\n", "block group 2\n", "dtype: object\n", "Drawing 592 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 505700\n", "block group 3\n", "dtype: object\n", "Drawing 598 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 505700\n", "block group 4\n", "dtype: object\n", "Drawing 846 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 505800\n", "block group 1\n", "dtype: object\n", "Drawing 389 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 505800\n", "block group 2\n", "dtype: object\n", "Drawing 384 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 505800\n", "block group 3\n", "dtype: object\n", "Drawing 324 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 505800\n", "block group 4\n", "dtype: object\n", "Drawing 418 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 505900\n", "block group 1\n", "dtype: object\n", "Drawing 1082 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 505900\n", "block group 2\n", "dtype: object\n", "Drawing 637 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 505900\n", "block group 3\n", "dtype: object\n", "Drawing 338 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 505900\n", "block group 4\n", "dtype: object\n", "Drawing 559 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 505900\n", "block group 5\n", "dtype: object\n", "Drawing 395 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506000\n", "block group 1\n", "dtype: object\n", "Drawing 423 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506000\n", "block group 2\n", "dtype: object\n", "Drawing 289 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506000\n", "block group 3\n", "dtype: object\n", "Drawing 870 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506000\n", "block group 4\n", "dtype: object\n", "Drawing 281 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506101\n", "block group 1\n", "dtype: object\n", "Drawing 460 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506101\n", "block group 2\n", "dtype: object\n", "Drawing 663 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506101\n", "block group 3\n", "dtype: object\n", "Drawing 588 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506102\n", "block group 1\n", "dtype: object\n", "Drawing 576 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506102\n", "block group 2\n", "dtype: object\n", "Drawing 1014 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506103\n", "block group 1\n", "dtype: object\n", "Drawing 496 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506103\n", "block group 2\n", "dtype: object\n", "Drawing 322 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506103\n", "block group 3\n", "dtype: object\n", "Drawing 369 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506103\n", "block group 4\n", "dtype: object\n", "Drawing 472 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506202\n", "block group 1\n", "dtype: object\n", "Drawing 754 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506202\n", "block group 2\n", "dtype: object\n", "Drawing 841 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506202\n", "block group 3\n", "dtype: object\n", "Drawing 893 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506203\n", "block group 1\n", "dtype: object\n", "Drawing 497 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506203\n", "block group 2\n", "dtype: object\n", "Drawing 886 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506203\n", "block group 3\n", "dtype: object\n", "Drawing 915 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506204\n", "block group 1\n", "dtype: object\n", "Drawing 850 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506204\n", "block group 2\n", "dtype: object\n", "Drawing 431 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506204\n", "block group 3\n", "dtype: object\n", "Drawing 334 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506204\n", "block group 4\n", "dtype: object\n", "Drawing 495 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506301\n", "block group 1\n", "dtype: object\n", "Drawing 637 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506301\n", "block group 2\n", "dtype: object\n", "Drawing 776 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506301\n", "block group 3\n", "dtype: object\n", "Drawing 546 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506301\n", "block group 4\n", "dtype: object\n", "Drawing 360 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506302\n", "block group 1\n", "dtype: object\n", "Drawing 916 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506302\n", "block group 2\n", "dtype: object\n", "Drawing 750 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506302\n", "block group 3\n", "dtype: object\n", "Drawing 702 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506304\n", "block group 1\n", "dtype: object\n", "Drawing 747 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506304\n", "block group 2\n", "dtype: object\n", "Drawing 186 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506304\n", "block group 3\n", "dtype: object\n", "Drawing 1013 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506305\n", "block group 1\n", "dtype: object\n", "Drawing 310 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506305\n", "block group 2\n", "dtype: object\n", "Drawing 728 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506305\n", "block group 3\n", "dtype: object\n", "Drawing 739 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506305\n", "block group 4\n", "dtype: object\n", "Drawing 736 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506401\n", "block group 1\n", "dtype: object\n", "Drawing 1079 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506401\n", "block group 2\n", "dtype: object\n", "Drawing 830 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506402\n", "block group 1\n", "dtype: object\n", "Drawing 583 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506402\n", "block group 2\n", "dtype: object\n", "Drawing 263 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506402\n", "block group 3\n", "dtype: object\n", "Drawing 1033 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506402\n", "block group 4\n", "dtype: object\n", "Drawing 390 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506501\n", "block group 1\n", "dtype: object\n", "Drawing 575 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506501\n", "block group 2\n", "dtype: object\n", "Drawing 906 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506501\n", "block group 3\n", "dtype: object\n", "Drawing 925 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506502\n", "block group 1\n", "dtype: object\n", "Drawing 701 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506502\n", "block group 2\n", "dtype: object\n", "Drawing 596 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506502\n", "block group 3\n", "dtype: object\n", "Drawing 637 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506503\n", "block group 1\n", "dtype: object\n", "Drawing 725 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506503\n", "block group 2\n", "dtype: object\n", "Drawing 924 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506503\n", "block group 3\n", "dtype: object\n", "Drawing 919 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506601\n", "block group 1\n", "dtype: object\n", "Drawing 644 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506601\n", "block group 2\n", "dtype: object\n", "Drawing 333 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506601\n", "block group 3\n", "dtype: object\n", "Drawing 688 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506603\n", "block group 1\n", "dtype: object\n", "Drawing 328 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506603\n", "block group 2\n", "dtype: object\n", "Drawing 615 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506603\n", "block group 3\n", "dtype: object\n", "Drawing 474 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506604\n", "block group 1\n", "dtype: object\n", "Drawing 223 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506604\n", "block group 2\n", "dtype: object\n", "Drawing 620 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506604\n", "block group 3\n", "dtype: object\n", "Drawing 624 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506604\n", "block group 4\n", "dtype: object\n", "Drawing 470 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506604\n", "block group 5\n", "dtype: object\n", "Drawing 672 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506605\n", "block group 1\n", "dtype: object\n", "Drawing 869 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506605\n", "block group 2\n", "dtype: object\n", "Drawing 620 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506606\n", "block group 1\n", "dtype: object\n", "Drawing 237 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506606\n", "block group 2\n", "dtype: object\n", "Drawing 905 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506606\n", "block group 3\n", "dtype: object\n", "Drawing 480 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506701\n", "block group 1\n", "dtype: object\n", "Drawing 223 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506701\n", "block group 2\n", "dtype: object\n", "Drawing 614 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506701\n", "block group 3\n", "dtype: object\n", "Drawing 495 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506702\n", "block group 1\n", "dtype: object\n", "Drawing 829 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506702\n", "block group 2\n", "dtype: object\n", "Drawing 552 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506702\n", "block group 3\n", "dtype: object\n", "Drawing 689 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506703\n", "block group 1\n", "dtype: object\n", "Drawing 592 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506703\n", "block group 2\n", "dtype: object\n", "Drawing 392 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506703\n", "block group 3\n", "dtype: object\n", "Drawing 324 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506801\n", "block group 1\n", "dtype: object\n", "Drawing 731 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506801\n", "block group 2\n", "dtype: object\n", "Drawing 590 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506801\n", "block group 3\n", "dtype: object\n", "Drawing 585 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506801\n", "block group 4\n", "dtype: object\n", "Drawing 254 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506802\n", "block group 1\n", "dtype: object\n", "Drawing 514 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506802\n", "block group 2\n", "dtype: object\n", "Drawing 381 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506802\n", "block group 3\n", "dtype: object\n", "Drawing 292 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506802\n", "block group 4\n", "dtype: object\n", "Drawing 332 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506802\n", "block group 5\n", "dtype: object\n", "Drawing 324 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506803\n", "block group 1\n", "dtype: object\n", "Drawing 634 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506803\n", "block group 2\n", "dtype: object\n", "Drawing 347 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506803\n", "block group 3\n", "dtype: object\n", "Drawing 861 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506803\n", "block group 4\n", "dtype: object\n", "Drawing 513 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506804\n", "block group 1\n", "dtype: object\n", "Drawing 225 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506804\n", "block group 2\n", "dtype: object\n", "Drawing 397 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506804\n", "block group 3\n", "dtype: object\n", "Drawing 398 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506804\n", "block group 4\n", "dtype: object\n", "Drawing 275 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506900\n", "block group 1\n", "dtype: object\n", "Drawing 443 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506900\n", "block group 2\n", "dtype: object\n", "Drawing 661 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506900\n", "block group 3\n", "dtype: object\n", "Drawing 712 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 506900\n", "block group 4\n", "dtype: object\n", "Drawing 767 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507001\n", "block group 1\n", "dtype: object\n", "Drawing 1108 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507001\n", "block group 2\n", "dtype: object\n", "Drawing 1120 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507001\n", "block group 3\n", "dtype: object\n", "Drawing 463 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507001\n", "block group 4\n", "dtype: object\n", "Drawing 413 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507002\n", "block group 1\n", "dtype: object\n", "Drawing 694 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507002\n", "block group 2\n", "dtype: object\n", "Drawing 347 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507100\n", "block group 1\n", "dtype: object\n", "Drawing 378 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507100\n", "block group 2\n", "dtype: object\n", "Drawing 880 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507203\n", "block group 1\n", "dtype: object\n", "Drawing 550 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507203\n", "block group 2\n", "dtype: object\n", "Drawing 409 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507205\n", "block group 1\n", "dtype: object\n", "Drawing 210 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507205\n", "block group 2\n", "dtype: object\n", "Drawing 719 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507205\n", "block group 3\n", "dtype: object\n", "Drawing 652 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507205\n", "block group 4\n", "dtype: object\n", "Drawing 284 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507206\n", "block group 1\n", "dtype: object\n", "Drawing 395 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507206\n", "block group 2\n", "dtype: object\n", "Drawing 524 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507301\n", "block group 1\n", "dtype: object\n", "Drawing 339 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507301\n", "block group 2\n", "dtype: object\n", "Drawing 537 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507301\n", "block group 3\n", "dtype: object\n", "Drawing 230 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507301\n", "block group 4\n", "dtype: object\n", "Drawing 194 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507301\n", "block group 5\n", "dtype: object\n", "Drawing 445 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507301\n", "block group 6\n", "dtype: object\n", "Drawing 688 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507302\n", "block group 1\n", "dtype: object\n", "Drawing 622 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507302\n", "block group 2\n", "dtype: object\n", "Drawing 333 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507401\n", "block group 1\n", "dtype: object\n", "Drawing 356 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507401\n", "block group 2\n", "dtype: object\n", "Drawing 401 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507401\n", "block group 3\n", "dtype: object\n", "Drawing 561 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507401\n", "block group 4\n", "dtype: object\n", "Drawing 379 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507401\n", "block group 5\n", "dtype: object\n", "Drawing 213 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507402\n", "block group 1\n", "dtype: object\n", "Drawing 498 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507402\n", "block group 2\n", "dtype: object\n", "Drawing 474 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507402\n", "block group 3\n", "dtype: object\n", "Drawing 440 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507500\n", "block group 1\n", "dtype: object\n", "Drawing 640 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507500\n", "block group 2\n", "dtype: object\n", "Drawing 471 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507500\n", "block group 3\n", "dtype: object\n", "Drawing 366 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507500\n", "block group 4\n", "dtype: object\n", "Drawing 490 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507600\n", "block group 1\n", "dtype: object\n", "Drawing 311 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507600\n", "block group 2\n", "dtype: object\n", "Drawing 436 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507600\n", "block group 3\n", "dtype: object\n", "Drawing 556 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507600\n", "block group 4\n", "dtype: object\n", "Drawing 747 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507701\n", "block group 1\n", "dtype: object\n", "Drawing 346 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507701\n", "block group 2\n", "dtype: object\n", "Drawing 598 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507701\n", "block group 3\n", "dtype: object\n", "Drawing 456 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507702\n", "block group 1\n", "dtype: object\n", "Drawing 719 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507702\n", "block group 2\n", "dtype: object\n", "Drawing 628 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507702\n", "block group 3\n", "dtype: object\n", "Drawing 721 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507703\n", "block group 1\n", "dtype: object\n", "Drawing 407 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507703\n", "block group 2\n", "dtype: object\n", "Drawing 792 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507703\n", "block group 3\n", "dtype: object\n", "Drawing 613 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507703\n", "block group 4\n", "dtype: object\n", "Drawing 327 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507703\n", "block group 5\n", "dtype: object\n", "Drawing 439 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507805\n", "block group 1\n", "dtype: object\n", "Drawing 999 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507805\n", "block group 2\n", "dtype: object\n", "Drawing 420 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507805\n", "block group 3\n", "dtype: object\n", "Drawing 378 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507806\n", "block group 1\n", "dtype: object\n", "Drawing 350 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507806\n", "block group 2\n", "dtype: object\n", "Drawing 658 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507806\n", "block group 3\n", "dtype: object\n", "Drawing 912 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507807\n", "block group 1\n", "dtype: object\n", "Drawing 452 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507807\n", "block group 2\n", "dtype: object\n", "Drawing 593 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507808\n", "block group 1\n", "dtype: object\n", "Drawing 312 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507808\n", "block group 2\n", "dtype: object\n", "Drawing 464 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507808\n", "block group 3\n", "dtype: object\n", "Drawing 452 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507808\n", "block group 4\n", "dtype: object\n", "Drawing 581 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507903\n", "block group 1\n", "dtype: object\n", "Drawing 463 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507903\n", "block group 2\n", "dtype: object\n", "Drawing 1183 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507904\n", "block group 1\n", "dtype: object\n", "Drawing 570 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507904\n", "block group 2\n", "dtype: object\n", "Drawing 546 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507905\n", "block group 1\n", "dtype: object\n", "Drawing 672 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507905\n", "block group 2\n", "dtype: object\n", "Drawing 623 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507905\n", "block group 3\n", "dtype: object\n", "Drawing 856 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507906\n", "block group 1\n", "dtype: object\n", "Drawing 478 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507906\n", "block group 2\n", "dtype: object\n", "Drawing 397 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507906\n", "block group 3\n", "dtype: object\n", "Drawing 283 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 507906\n", "block group 4\n", "dtype: object\n", "Drawing 300 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508001\n", "block group 1\n", "dtype: object\n", "Drawing 761 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508001\n", "block group 2\n", "dtype: object\n", "Drawing 480 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508001\n", "block group 3\n", "dtype: object\n", "Drawing 1355 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508001\n", "block group 4\n", "dtype: object\n", "Drawing 229 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508003\n", "block group 1\n", "dtype: object\n", "Drawing 537 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508003\n", "block group 2\n", "dtype: object\n", "Drawing 218 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508004\n", "block group 1\n", "dtype: object\n", "Drawing 819 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508004\n", "block group 2\n", "dtype: object\n", "Drawing 378 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508004\n", "block group 3\n", "dtype: object\n", "Drawing 874 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508101\n", "block group 1\n", "dtype: object\n", "Drawing 661 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508101\n", "block group 2\n", "dtype: object\n", "Drawing 583 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508101\n", "block group 3\n", "dtype: object\n", "Drawing 1089 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508102\n", "block group 1\n", "dtype: object\n", "Drawing 1199 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508202\n", "block group 1\n", "dtype: object\n", "Drawing 463 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508202\n", "block group 2\n", "dtype: object\n", "Drawing 843 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508202\n", "block group 3\n", "dtype: object\n", "Drawing 297 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508202\n", "block group 4\n", "dtype: object\n", "Drawing 569 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508202\n", "block group 5\n", "dtype: object\n", "Drawing 572 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508203\n", "block group 1\n", "dtype: object\n", "Drawing 387 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508203\n", "block group 2\n", "dtype: object\n", "Drawing 580 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508203\n", "block group 3\n", "dtype: object\n", "Drawing 884 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508204\n", "block group 1\n", "dtype: object\n", "Drawing 676 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508204\n", "block group 2\n", "dtype: object\n", "Drawing 304 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508204\n", "block group 3\n", "dtype: object\n", "Drawing 465 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508301\n", "block group 1\n", "dtype: object\n", "Drawing 487 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508301\n", "block group 2\n", "dtype: object\n", "Drawing 403 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508301\n", "block group 3\n", "dtype: object\n", "Drawing 638 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508303\n", "block group 1\n", "dtype: object\n", "Drawing 454 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508303\n", "block group 2\n", "dtype: object\n", "Drawing 451 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508304\n", "block group 1\n", "dtype: object\n", "Drawing 391 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508304\n", "block group 2\n", "dtype: object\n", "Drawing 270 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508304\n", "block group 3\n", "dtype: object\n", "Drawing 278 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508304\n", "block group 4\n", "dtype: object\n", "Drawing 633 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508304\n", "block group 5\n", "dtype: object\n", "Drawing 1235 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508401\n", "block group 1\n", "dtype: object\n", "Drawing 299 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508401\n", "block group 2\n", "dtype: object\n", "Drawing 277 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508401\n", "block group 3\n", "dtype: object\n", "Drawing 565 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508401\n", "block group 4\n", "dtype: object\n", "Drawing 280 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508401\n", "block group 5\n", "dtype: object\n", "Drawing 417 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508401\n", "block group 6\n", "dtype: object\n", "Drawing 618 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508403\n", "block group 1\n", "dtype: object\n", "Drawing 294 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508403\n", "block group 2\n", "dtype: object\n", "Drawing 371 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508403\n", "block group 3\n", "dtype: object\n", "Drawing 278 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508404\n", "block group 1\n", "dtype: object\n", "Drawing 1314 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508404\n", "block group 2\n", "dtype: object\n", "Drawing 558 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508404\n", "block group 3\n", "dtype: object\n", "Drawing 457 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508503\n", "block group 1\n", "dtype: object\n", "Drawing 700 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508503\n", "block group 2\n", "dtype: object\n", "Drawing 641 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508503\n", "block group 3\n", "dtype: object\n", "Drawing 1384 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508504\n", "block group 1\n", "dtype: object\n", "Drawing 1238 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508504\n", "block group 2\n", "dtype: object\n", "Drawing 738 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508504\n", "block group 3\n", "dtype: object\n", "Drawing 391 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508504\n", "block group 4\n", "dtype: object\n", "Drawing 735 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508505\n", "block group 1\n", "dtype: object\n", "Drawing 403 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508505\n", "block group 2\n", "dtype: object\n", "Drawing 464 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508505\n", "block group 3\n", "dtype: object\n", "Drawing 1015 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508507\n", "block group 1\n", "dtype: object\n", "Drawing 723 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508507\n", "block group 2\n", "dtype: object\n", "Drawing 655 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508508\n", "block group 1\n", "dtype: object\n", "Drawing 267 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508508\n", "block group 2\n", "dtype: object\n", "Drawing 514 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508508\n", "block group 3\n", "dtype: object\n", "Drawing 811 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508508\n", "block group 4\n", "dtype: object\n", "Drawing 263 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508601\n", "block group 1\n", "dtype: object\n", "Drawing 229 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508601\n", "block group 2\n", "dtype: object\n", "Drawing 555 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508601\n", "block group 3\n", "dtype: object\n", "Drawing 574 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508602\n", "block group 1\n", "dtype: object\n", "Drawing 897 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508602\n", "block group 2\n", "dtype: object\n", "Drawing 483 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508602\n", "block group 3\n", "dtype: object\n", "Drawing 338 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508703\n", "block group 1\n", "dtype: object\n", "Drawing 474 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508703\n", "block group 2\n", "dtype: object\n", "Drawing 677 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508703\n", "block group 3\n", "dtype: object\n", "Drawing 337 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508703\n", "block group 4\n", "dtype: object\n", "Drawing 439 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508703\n", "block group 5\n", "dtype: object\n", "Drawing 1018 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508704\n", "block group 1\n", "dtype: object\n", "Drawing 727 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508704\n", "block group 2\n", "dtype: object\n", "Drawing 764 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508704\n", "block group 3\n", "dtype: object\n", "Drawing 799 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508800\n", "block group 1\n", "dtype: object\n", "Drawing 844 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508800\n", "block group 2\n", "dtype: object\n", "Drawing 529 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508900\n", "block group 1\n", "dtype: object\n", "Drawing 1029 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508900\n", "block group 2\n", "dtype: object\n", "Drawing 415 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508900\n", "block group 3\n", "dtype: object\n", "Drawing 325 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 509000\n", "block group 1\n", "dtype: object\n", "Drawing 571 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 509000\n", "block group 2\n", "dtype: object\n", "Drawing 426 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 509000\n", "block group 3\n", "dtype: object\n", "Drawing 1018 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 509000\n", "block group 4\n", "dtype: object\n", "Drawing 499 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 509102\n", "block group 1\n", "dtype: object\n", "Drawing 903 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 509102\n", "block group 2\n", "dtype: object\n", "Drawing 1395 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 509105\n", "block group 1\n", "dtype: object\n", "Drawing 1014 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 509105\n", "block group 2\n", "dtype: object\n", "Drawing 660 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 509105\n", "block group 3\n", "dtype: object\n", "Drawing 639 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 509105\n", "block group 4\n", "dtype: object\n", "Drawing 805 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 509106\n", "block group 1\n", "dtype: object\n", "Drawing 564 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 509106\n", "block group 2\n", "dtype: object\n", "Drawing 413 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 509106\n", "block group 3\n", "dtype: object\n", "Drawing 657 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 509107\n", "block group 1\n", "dtype: object\n", "Drawing 937 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 509107\n", "block group 2\n", "dtype: object\n", "Drawing 1035 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 509108\n", "block group 1\n", "dtype: object\n", "Drawing 449 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 509108\n", "block group 2\n", "dtype: object\n", "Drawing 396 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 509108\n", "block group 3\n", "dtype: object\n", "Drawing 358 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 509108\n", "block group 4\n", "dtype: object\n", "Drawing 473 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 509109\n", "block group 1\n", "dtype: object\n", "Drawing 1142 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 509109\n", "block group 2\n", "dtype: object\n", "Drawing 602 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 509201\n", "block group 1\n", "dtype: object\n", "Drawing 383 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 509201\n", "block group 2\n", "dtype: object\n", "Drawing 544 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 509201\n", "block group 3\n", "dtype: object\n", "Drawing 635 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 509201\n", "block group 4\n", "dtype: object\n", "Drawing 485 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 509202\n", "block group 1\n", "dtype: object\n", "Drawing 730 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 509202\n", "block group 2\n", "dtype: object\n", "Drawing 273 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 509202\n", "block group 3\n", "dtype: object\n", "Drawing 484 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 509202\n", "block group 4\n", "dtype: object\n", "Drawing 261 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 509302\n", "block group 1\n", "dtype: object\n", "Drawing 1183 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 509303\n", "block group 1\n", "dtype: object\n", "Drawing 494 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 509303\n", "block group 2\n", "dtype: object\n", "Drawing 378 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 509303\n", "block group 3\n", "dtype: object\n", "Drawing 420 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 509303\n", "block group 4\n", "dtype: object\n", "Drawing 465 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 509304\n", "block group 1\n", "dtype: object\n", "Drawing 511 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 509304\n", "block group 2\n", "dtype: object\n", "Drawing 686 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 509401\n", "block group 1\n", "dtype: object\n", "Drawing 757 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 509401\n", "block group 2\n", "dtype: object\n", "Drawing 230 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 509401\n", "block group 3\n", "dtype: object\n", "Drawing 528 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 509403\n", "block group 1\n", "dtype: object\n", "Drawing 949 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 509403\n", "block group 2\n", "dtype: object\n", "Drawing 1079 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 509404\n", "block group 1\n", "dtype: object\n", "Drawing 914 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 509404\n", "block group 2\n", "dtype: object\n", "Drawing 488 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 509404\n", "block group 3\n", "dtype: object\n", "Drawing 884 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 509404\n", "block group 4\n", "dtype: object\n", "Drawing 420 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 509500\n", "block group 1\n", "dtype: object\n", "Drawing 798 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 509500\n", "block group 2\n", "dtype: object\n", "Drawing 821 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 509500\n", "block group 3\n", "dtype: object\n", "Drawing 614 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 509600\n", "block group 1\n", "dtype: object\n", "Drawing 790 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 509600\n", "block group 2\n", "dtype: object\n", "Drawing 463 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 509700\n", "block group 1\n", "dtype: object\n", "Drawing 420 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 509700\n", "block group 2\n", "dtype: object\n", "Drawing 419 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 509700\n", "block group 3\n", "dtype: object\n", "Drawing 590 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 509801\n", "block group 1\n", "dtype: object\n", "Drawing 733 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 509801\n", "block group 2\n", "dtype: object\n", "Drawing 321 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 509801\n", "block group 3\n", "dtype: object\n", "Drawing 504 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 509801\n", "block group 4\n", "dtype: object\n", "Drawing 556 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 509802\n", "block group 1\n", "dtype: object\n", "Drawing 616 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 509802\n", "block group 2\n", "dtype: object\n", "Drawing 516 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 509901\n", "block group 1\n", "dtype: object\n", "Drawing 404 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 509901\n", "block group 2\n", "dtype: object\n", "Drawing 289 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 509902\n", "block group 1\n", "dtype: object\n", "Drawing 951 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 509902\n", "block group 2\n", "dtype: object\n", "Drawing 367 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 509902\n", "block group 3\n", "dtype: object\n", "Drawing 483 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 510001\n", "block group 1\n", "dtype: object\n", "Drawing 270 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 510001\n", "block group 2\n", "dtype: object\n", "Drawing 665 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 510001\n", "block group 3\n", "dtype: object\n", "Drawing 345 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 510001\n", "block group 4\n", "dtype: object\n", "Drawing 269 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 510001\n", "block group 5\n", "dtype: object\n", "Drawing 343 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 510001\n", "block group 6\n", "dtype: object\n", "Drawing 240 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 510002\n", "block group 1\n", "dtype: object\n", "Drawing 505 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 510002\n", "block group 2\n", "dtype: object\n", "Drawing 390 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 510002\n", "block group 3\n", "dtype: object\n", "Drawing 392 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 510100\n", "block group 1\n", "dtype: object\n", "Drawing 572 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 510100\n", "block group 2\n", "dtype: object\n", "Drawing 209 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 510100\n", "block group 3\n", "dtype: object\n", "Drawing 321 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 510200\n", "block group 1\n", "dtype: object\n", "Drawing 596 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 510200\n", "block group 2\n", "dtype: object\n", "Drawing 371 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 510200\n", "block group 3\n", "dtype: object\n", "Drawing 508 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 510300\n", "block group 1\n", "dtype: object\n", "Drawing 566 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 510300\n", "block group 2\n", "dtype: object\n", "Drawing 658 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 510300\n", "block group 3\n", "dtype: object\n", "Drawing 359 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 510400\n", "block group 1\n", "dtype: object\n", "Drawing 511 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 510400\n", "block group 2\n", "dtype: object\n", "Drawing 236 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 510400\n", "block group 3\n", "dtype: object\n", "Drawing 387 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 510500\n", "block group 1\n", "dtype: object\n", "Drawing 388 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 510500\n", "block group 2\n", "dtype: object\n", "Drawing 738 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 510500\n", "block group 3\n", "dtype: object\n", "Drawing 725 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 510600\n", "block group 1\n", "dtype: object\n", "Drawing 346 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 510600\n", "block group 2\n", "dtype: object\n", "Drawing 801 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 510600\n", "block group 3\n", "dtype: object\n", "Drawing 761 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 510600\n", "block group 4\n", "dtype: object\n", "Drawing 472 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 510700\n", "block group 1\n", "dtype: object\n", "Drawing 270 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 510700\n", "block group 2\n", "dtype: object\n", "Drawing 752 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 510700\n", "block group 3\n", "dtype: object\n", "Drawing 854 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 510801\n", "block group 1\n", "dtype: object\n", "Drawing 531 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 510801\n", "block group 2\n", "dtype: object\n", "Drawing 634 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 510801\n", "block group 3\n", "dtype: object\n", "Drawing 574 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 510802\n", "block group 1\n", "dtype: object\n", "Drawing 361 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 510802\n", "block group 2\n", "dtype: object\n", "Drawing 383 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 510803\n", "block group 1\n", "dtype: object\n", "Drawing 498 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 510803\n", "block group 2\n", "dtype: object\n", "Drawing 541 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 510900\n", "block group 1\n", "dtype: object\n", "Drawing 511 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 510900\n", "block group 2\n", "dtype: object\n", "Drawing 915 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 510900\n", "block group 3\n", "dtype: object\n", "Drawing 588 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 511000\n", "block group 1\n", "dtype: object\n", "Drawing 600 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 511000\n", "block group 2\n", "dtype: object\n", "Drawing 477 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 511000\n", "block group 3\n", "dtype: object\n", "Drawing 289 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 511000\n", "block group 4\n", "dtype: object\n", "Drawing 349 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 511000\n", "block group 5\n", "dtype: object\n", "Drawing 624 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 511100\n", "block group 1\n", "dtype: object\n", "Drawing 491 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 511100\n", "block group 2\n", "dtype: object\n", "Drawing 483 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 511100\n", "block group 3\n", "dtype: object\n", "Drawing 416 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 511100\n", "block group 4\n", "dtype: object\n", "Drawing 476 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 511200\n", "block group 1\n", "dtype: object\n", "Drawing 610 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 511200\n", "block group 2\n", "dtype: object\n", "Drawing 551 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 511200\n", "block group 3\n", "dtype: object\n", "Drawing 274 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 511200\n", "block group 4\n", "dtype: object\n", "Drawing 333 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 511301\n", "block group 1\n", "dtype: object\n", "Drawing 1306 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 511301\n", "block group 2\n", "dtype: object\n", "Drawing 428 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 511302\n", "block group 1\n", "dtype: object\n", "Drawing 783 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 511302\n", "block group 2\n", "dtype: object\n", "Drawing 386 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 511302\n", "block group 3\n", "dtype: object\n", "Drawing 1095 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 511400\n", "block group 1\n", "dtype: object\n", "Drawing 226 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 511400\n", "block group 2\n", "dtype: object\n", "Drawing 357 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 511400\n", "block group 3\n", "dtype: object\n", "Drawing 286 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 511400\n", "block group 4\n", "dtype: object\n", "Drawing 363 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 511500\n", "block group 1\n", "dtype: object\n", "Drawing 393 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 511500\n", "block group 2\n", "dtype: object\n", "Drawing 772 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 511500\n", "block group 3\n", "dtype: object\n", "Drawing 766 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 511500\n", "block group 4\n", "dtype: object\n", "Drawing 324 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 511500\n", "block group 5\n", "dtype: object\n", "Drawing 652 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 511608\n", "block group 1\n", "dtype: object\n", "Drawing 11 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 511608\n", "block group 2\n", "dtype: object\n", "Drawing 14 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 511609\n", "block group 1\n", "dtype: object\n", "Drawing 1782 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 511701\n", "block group 1\n", "dtype: object\n", "Drawing 458 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 511701\n", "block group 2\n", "dtype: object\n", "Drawing 646 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 511701\n", "block group 3\n", "dtype: object\n", "Drawing 297 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 511702\n", "block group 1\n", "dtype: object\n", "Drawing 781 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 511702\n", "block group 2\n", "dtype: object\n", "Drawing 303 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 511704\n", "block group 1\n", "dtype: object\n", "Drawing 717 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 511704\n", "block group 2\n", "dtype: object\n", "Drawing 322 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 511704\n", "block group 3\n", "dtype: object\n", "Drawing 570 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 511705\n", "block group 1\n", "dtype: object\n", "Drawing 331 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 511707\n", "block group 1\n", "dtype: object\n", "Drawing 1143 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 511800\n", "block group 1\n", "dtype: object\n", "Drawing 830 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 511800\n", "block group 2\n", "dtype: object\n", "Drawing 409 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 511800\n", "block group 3\n", "dtype: object\n", "Drawing 478 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 511905\n", "block group 1\n", "dtype: object\n", "Drawing 1034 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 511907\n", "block group 1\n", "dtype: object\n", "Drawing 528 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 511907\n", "block group 2\n", "dtype: object\n", "Drawing 820 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 511909\n", "block group 1\n", "dtype: object\n", "Drawing 910 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 511909\n", "block group 2\n", "dtype: object\n", "Drawing 811 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 511909\n", "block group 3\n", "dtype: object\n", "Drawing 935 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 511910\n", "block group 1\n", "dtype: object\n", "Drawing 329 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 511910\n", "block group 2\n", "dtype: object\n", "Drawing 270 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 511910\n", "block group 3\n", "dtype: object\n", "Drawing 420 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 511911\n", "block group 1\n", "dtype: object\n", "Drawing 935 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 511911\n", "block group 2\n", "dtype: object\n", "Drawing 296 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 511911\n", "block group 3\n", "dtype: object\n", "Drawing 570 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 511912\n", "block group 1\n", "dtype: object\n", "Drawing 699 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 511912\n", "block group 2\n", "dtype: object\n", "Drawing 651 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 511912\n", "block group 3\n", "dtype: object\n", "Drawing 357 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 511913\n", "block group 1\n", "dtype: object\n", "Drawing 387 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 511913\n", "block group 2\n", "dtype: object\n", "Drawing 550 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 511913\n", "block group 3\n", "dtype: object\n", "Drawing 479 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 511914\n", "block group 1\n", "dtype: object\n", "Drawing 416 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 511914\n", "block group 2\n", "dtype: object\n", "Drawing 1004 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 511914\n", "block group 3\n", "dtype: object\n", "Drawing 546 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 511915\n", "block group 1\n", "dtype: object\n", "Drawing 476 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 511915\n", "block group 2\n", "dtype: object\n", "Drawing 767 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 511916\n", "block group 1\n", "dtype: object\n", "Drawing 655 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 511916\n", "block group 2\n", "dtype: object\n", "Drawing 975 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512001\n", "block group 1\n", "dtype: object\n", "Drawing 966 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512001\n", "block group 2\n", "dtype: object\n", "Drawing 484 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512001\n", "block group 3\n", "dtype: object\n", "Drawing 553 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512005\n", "block group 1\n", "dtype: object\n", "Drawing 443 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512005\n", "block group 2\n", "dtype: object\n", "Drawing 293 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512005\n", "block group 3\n", "dtype: object\n", "Drawing 261 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512005\n", "block group 4\n", "dtype: object\n", "Drawing 420 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512005\n", "block group 5\n", "dtype: object\n", "Drawing 752 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512017\n", "block group 1\n", "dtype: object\n", "Drawing 687 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512017\n", "block group 2\n", "dtype: object\n", "Drawing 489 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512017\n", "block group 3\n", "dtype: object\n", "Drawing 891 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512019\n", "block group 1\n", "dtype: object\n", "Drawing 282 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512019\n", "block group 2\n", "dtype: object\n", "Drawing 665 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512019\n", "block group 3\n", "dtype: object\n", "Drawing 613 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512020\n", "block group 1\n", "dtype: object\n", "Drawing 269 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512020\n", "block group 2\n", "dtype: object\n", "Drawing 613 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512020\n", "block group 3\n", "dtype: object\n", "Drawing 1786 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512021\n", "block group 1\n", "dtype: object\n", "Drawing 493 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512021\n", "block group 2\n", "dtype: object\n", "Drawing 517 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512021\n", "block group 3\n", "dtype: object\n", "Drawing 421 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512021\n", "block group 4\n", "dtype: object\n", "Drawing 578 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512022\n", "block group 1\n", "dtype: object\n", "Drawing 307 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512022\n", "block group 2\n", "dtype: object\n", "Drawing 717 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512022\n", "block group 3\n", "dtype: object\n", "Drawing 717 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512023\n", "block group 1\n", "dtype: object\n", "Drawing 695 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512023\n", "block group 2\n", "dtype: object\n", "Drawing 600 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512023\n", "block group 3\n", "dtype: object\n", "Drawing 598 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512024\n", "block group 1\n", "dtype: object\n", "Drawing 1204 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512024\n", "block group 2\n", "dtype: object\n", "Drawing 430 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512025\n", "block group 1\n", "dtype: object\n", "Drawing 771 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512025\n", "block group 2\n", "dtype: object\n", "Drawing 306 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512026\n", "block group 1\n", "dtype: object\n", "Drawing 859 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512026\n", "block group 2\n", "dtype: object\n", "Drawing 516 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512027\n", "block group 1\n", "dtype: object\n", "Drawing 864 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512027\n", "block group 2\n", "dtype: object\n", "Drawing 631 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512029\n", "block group 1\n", "dtype: object\n", "Drawing 651 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512029\n", "block group 2\n", "dtype: object\n", "Drawing 569 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512029\n", "block group 3\n", "dtype: object\n", "Drawing 462 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512029\n", "block group 4\n", "dtype: object\n", "Drawing 636 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512030\n", "block group 1\n", "dtype: object\n", "Drawing 548 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512030\n", "block group 2\n", "dtype: object\n", "Drawing 359 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512031\n", "block group 1\n", "dtype: object\n", "Drawing 270 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512031\n", "block group 2\n", "dtype: object\n", "Drawing 375 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512031\n", "block group 3\n", "dtype: object\n", "Drawing 378 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512031\n", "block group 4\n", "dtype: object\n", "Drawing 350 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512032\n", "block group 1\n", "dtype: object\n", "Drawing 395 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512032\n", "block group 2\n", "dtype: object\n", "Drawing 277 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512032\n", "block group 3\n", "dtype: object\n", "Drawing 384 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512033\n", "block group 1\n", "dtype: object\n", "Drawing 437 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512033\n", "block group 2\n", "dtype: object\n", "Drawing 655 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512033\n", "block group 3\n", "dtype: object\n", "Drawing 395 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512033\n", "block group 4\n", "dtype: object\n", "Drawing 400 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512034\n", "block group 1\n", "dtype: object\n", "Drawing 808 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512034\n", "block group 2\n", "dtype: object\n", "Drawing 233 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512035\n", "block group 1\n", "dtype: object\n", "Drawing 763 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512035\n", "block group 2\n", "dtype: object\n", "Drawing 591 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512036\n", "block group 1\n", "dtype: object\n", "Drawing 1631 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512037\n", "block group 1\n", "dtype: object\n", "Drawing 557 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512037\n", "block group 2\n", "dtype: object\n", "Drawing 371 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512038\n", "block group 1\n", "dtype: object\n", "Drawing 1027 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512039\n", "block group 1\n", "dtype: object\n", "Drawing 400 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512039\n", "block group 2\n", "dtype: object\n", "Drawing 370 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512039\n", "block group 3\n", "dtype: object\n", "Drawing 503 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512042\n", "block group 1\n", "dtype: object\n", "Drawing 393 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512042\n", "block group 2\n", "dtype: object\n", "Drawing 412 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512043\n", "block group 1\n", "dtype: object\n", "Drawing 1047 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512043\n", "block group 2\n", "dtype: object\n", "Drawing 570 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512045\n", "block group 1\n", "dtype: object\n", "Drawing 537 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512045\n", "block group 2\n", "dtype: object\n", "Drawing 356 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512045\n", "block group 3\n", "dtype: object\n", "Drawing 325 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512045\n", "block group 4\n", "dtype: object\n", "Drawing 577 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512047\n", "block group 1\n", "dtype: object\n", "Drawing 754 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512047\n", "block group 2\n", "dtype: object\n", "Drawing 563 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512047\n", "block group 3\n", "dtype: object\n", "Drawing 351 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512052\n", "block group 1\n", "dtype: object\n", "Drawing 512 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512052\n", "block group 2\n", "dtype: object\n", "Drawing 734 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512052\n", "block group 3\n", "dtype: object\n", "Drawing 358 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512053\n", "block group 1\n", "dtype: object\n", "Drawing 805 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512053\n", "block group 2\n", "dtype: object\n", "Drawing 441 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512053\n", "block group 3\n", "dtype: object\n", "Drawing 316 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512100\n", "block group 1\n", "dtype: object\n", "Drawing 507 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512200\n", "block group 1\n", "dtype: object\n", "Drawing 591 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512200\n", "block group 2\n", "dtype: object\n", "Drawing 976 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512305\n", "block group 1\n", "dtype: object\n", "Drawing 778 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512305\n", "block group 2\n", "dtype: object\n", "Drawing 469 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512307\n", "block group 1\n", "dtype: object\n", "Drawing 350 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512307\n", "block group 2\n", "dtype: object\n", "Drawing 912 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512307\n", "block group 3\n", "dtype: object\n", "Drawing 887 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512308\n", "block group 1\n", "dtype: object\n", "Drawing 546 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512308\n", "block group 2\n", "dtype: object\n", "Drawing 902 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512308\n", "block group 3\n", "dtype: object\n", "Drawing 828 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512309\n", "block group 1\n", "dtype: object\n", "Drawing 936 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512309\n", "block group 2\n", "dtype: object\n", "Drawing 772 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512310\n", "block group 1\n", "dtype: object\n", "Drawing 969 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512310\n", "block group 2\n", "dtype: object\n", "Drawing 308 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512311\n", "block group 1\n", "dtype: object\n", "Drawing 955 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512312\n", "block group 1\n", "dtype: object\n", "Drawing 815 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512313\n", "block group 1\n", "dtype: object\n", "Drawing 816 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512313\n", "block group 2\n", "dtype: object\n", "Drawing 310 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512314\n", "block group 1\n", "dtype: object\n", "Drawing 509 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512314\n", "block group 2\n", "dtype: object\n", "Drawing 226 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512314\n", "block group 3\n", "dtype: object\n", "Drawing 800 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512314\n", "block group 4\n", "dtype: object\n", "Drawing 452 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512401\n", "block group 1\n", "dtype: object\n", "Drawing 921 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512401\n", "block group 2\n", "dtype: object\n", "Drawing 642 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512402\n", "block group 1\n", "dtype: object\n", "Drawing 830 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512402\n", "block group 2\n", "dtype: object\n", "Drawing 357 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512402\n", "block group 3\n", "dtype: object\n", "Drawing 433 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512503\n", "block group 1\n", "dtype: object\n", "Drawing 1409 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512503\n", "block group 2\n", "dtype: object\n", "Drawing 984 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512505\n", "block group 1\n", "dtype: object\n", "Drawing 1185 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512505\n", "block group 2\n", "dtype: object\n", "Drawing 867 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512506\n", "block group 1\n", "dtype: object\n", "Drawing 436 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512506\n", "block group 2\n", "dtype: object\n", "Drawing 449 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512506\n", "block group 3\n", "dtype: object\n", "Drawing 876 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512508\n", "block group 1\n", "dtype: object\n", "Drawing 837 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512508\n", "block group 2\n", "dtype: object\n", "Drawing 786 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512508\n", "block group 3\n", "dtype: object\n", "Drawing 671 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512508\n", "block group 4\n", "dtype: object\n", "Drawing 369 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512509\n", "block group 1\n", "dtype: object\n", "Drawing 726 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512509\n", "block group 2\n", "dtype: object\n", "Drawing 474 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512510\n", "block group 1\n", "dtype: object\n", "Drawing 905 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512510\n", "block group 2\n", "dtype: object\n", "Drawing 446 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512510\n", "block group 3\n", "dtype: object\n", "Drawing 683 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512602\n", "block group 1\n", "dtype: object\n", "Drawing 352 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512602\n", "block group 2\n", "dtype: object\n", "Drawing 437 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512603\n", "block group 1\n", "dtype: object\n", "Drawing 240 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512603\n", "block group 2\n", "dtype: object\n", "Drawing 239 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512603\n", "block group 3\n", "dtype: object\n", "Drawing 473 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512604\n", "block group 1\n", "dtype: object\n", "Drawing 406 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512604\n", "block group 2\n", "dtype: object\n", "Drawing 557 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 512604\n", "block group 3\n", "dtype: object\n", "Drawing 143 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 513000\n", "block group 1\n", "dtype: object\n", "Drawing 811 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 513000\n", "block group 2\n", "dtype: object\n", "Drawing 524 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 513000\n", "block group 3\n", "dtype: object\n", "Drawing 872 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 513500\n", "block group 1\n", "dtype: object\n", "Drawing 304 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing at geog level: 'block_group' (number of geographies is 285)" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 250103\n", "block group 1\n", "dtype: object\n", "Drawing 532 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 250103\n", "block group 2\n", "dtype: object\n", "Drawing 524 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 250103\n", "block group 3\n", "dtype: object\n", "Drawing 531 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 250104\n", "block group 1\n", "dtype: object\n", "Drawing 341 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 250104\n", "block group 2\n", "dtype: object\n", "Drawing 465 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 250105\n", "block group 1\n", "dtype: object\n", "Drawing 696 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 250105\n", "block group 2\n", "dtype: object\n", "Drawing 534 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 250105\n", "block group 3\n", "dtype: object\n", "Drawing 912 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 250106\n", "block group 1\n", "dtype: object\n", "Drawing 517 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 250106\n", "block group 2\n", "dtype: object\n", "Drawing 790 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 250200\n", "block group 1\n", "dtype: object\n", "Drawing 443 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 250200\n", "block group 2\n", "dtype: object\n", "Drawing 348 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 250200\n", "block group 3\n", "dtype: object\n", "Drawing 458 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 250300\n", "block group 1\n", "dtype: object\n", "Drawing 305 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 250300\n", "block group 2\n", "dtype: object\n", "Drawing 370 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 250300\n", "block group 3\n", "dtype: object\n", "Drawing 391 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 250400\n", "block group 1\n", "dtype: object\n", "Drawing 373 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 250400\n", "block group 2\n", "dtype: object\n", "Drawing 456 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 250400\n", "block group 3\n", "dtype: object\n", "Drawing 316 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 250501\n", "block group 1\n", "dtype: object\n", "Drawing 270 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 250501\n", "block group 2\n", "dtype: object\n", "Drawing 505 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 250502\n", "block group 1\n", "dtype: object\n", "Drawing 580 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 250502\n", "block group 2\n", "dtype: object\n", "Drawing 546 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 250601\n", "block group 1\n", "dtype: object\n", "Drawing 539 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 250601\n", "block group 2\n", "dtype: object\n", "Drawing 571 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 250601\n", "block group 3\n", "dtype: object\n", "Drawing 324 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 250604\n", "block group 1\n", "dtype: object\n", "Drawing 670 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 250604\n", "block group 2\n", "dtype: object\n", "Drawing 435 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 250604\n", "block group 3\n", "dtype: object\n", "Drawing 413 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 250605\n", "block group 1\n", "dtype: object\n", "Drawing 359 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 250605\n", "block group 2\n", "dtype: object\n", "Drawing 528 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 250605\n", "block group 3\n", "dtype: object\n", "Drawing 552 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 250701\n", "block group 1\n", "dtype: object\n", "Drawing 589 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 250701\n", "block group 2\n", "dtype: object\n", "Drawing 440 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 250801\n", "block group 1\n", "dtype: object\n", "Drawing 376 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 250801\n", "block group 2\n", "dtype: object\n", "Drawing 505 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 250801\n", "block group 3\n", "dtype: object\n", "Drawing 556 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 250900\n", "block group 1\n", "dtype: object\n", "Drawing 442 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 250900\n", "block group 2\n", "dtype: object\n", "Drawing 818 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 251000\n", "block group 1\n", "dtype: object\n", "Drawing 323 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 251000\n", "block group 2\n", "dtype: object\n", "Drawing 503 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 251000\n", "block group 3\n", "dtype: object\n", "Drawing 257 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 251100\n", "block group 1\n", "dtype: object\n", "Drawing 836 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 251100\n", "block group 2\n", "dtype: object\n", "Drawing 246 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 251200\n", "block group 1\n", "dtype: object\n", "Drawing 396 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 251200\n", "block group 2\n", "dtype: object\n", "Drawing 327 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 251200\n", "block group 3\n", "dtype: object\n", "Drawing 297 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 251300\n", "block group 1\n", "dtype: object\n", "Drawing 268 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 251300\n", "block group 2\n", "dtype: object\n", "Drawing 465 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 251300\n", "block group 3\n", "dtype: object\n", "Drawing 416 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 251400\n", "block group 1\n", "dtype: object\n", "Drawing 856 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 251400\n", "block group 2\n", "dtype: object\n", "Drawing 371 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 251400\n", "block group 3\n", "dtype: object\n", "Drawing 908 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 251500\n", "block group 1\n", "dtype: object\n", "Drawing 255 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 251500\n", "block group 2\n", "dtype: object\n", "Drawing 405 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 251500\n", "block group 3\n", "dtype: object\n", "Drawing 715 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 251600\n", "block group 1\n", "dtype: object\n", "Drawing 306 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 251600\n", "block group 2\n", "dtype: object\n", "Drawing 839 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 251701\n", "block group 1\n", "dtype: object\n", "Drawing 618 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 251701\n", "block group 2\n", "dtype: object\n", "Drawing 612 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 251702\n", "block group 1\n", "dtype: object\n", "Drawing 427 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 251702\n", "block group 2\n", "dtype: object\n", "Drawing 439 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 251802\n", "block group 1\n", "dtype: object\n", "Drawing 1203 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 251803\n", "block group 1\n", "dtype: object\n", "Drawing 283 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 251803\n", "block group 2\n", "dtype: object\n", "Drawing 390 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 251803\n", "block group 3\n", "dtype: object\n", "Drawing 376 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 251803\n", "block group 4\n", "dtype: object\n", "Drawing 386 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 251804\n", "block group 1\n", "dtype: object\n", "Drawing 334 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 251804\n", "block group 2\n", "dtype: object\n", "Drawing 253 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 251804\n", "block group 3\n", "dtype: object\n", "Drawing 378 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 251901\n", "block group 1\n", "dtype: object\n", "Drawing 566 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 251901\n", "block group 2\n", "dtype: object\n", "Drawing 465 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 251901\n", "block group 3\n", "dtype: object\n", "Drawing 747 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 251902\n", "block group 1\n", "dtype: object\n", "Drawing 354 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 251902\n", "block group 2\n", "dtype: object\n", "Drawing 497 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 251902\n", "block group 3\n", "dtype: object\n", "Drawing 227 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 251902\n", "block group 4\n", "dtype: object\n", "Drawing 520 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 251903\n", "block group 1\n", "dtype: object\n", "Drawing 362 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 251903\n", "block group 2\n", "dtype: object\n", "Drawing 436 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 251903\n", "block group 3\n", "dtype: object\n", "Drawing 677 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252000\n", "block group 1\n", "dtype: object\n", "Drawing 658 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252000\n", "block group 2\n", "dtype: object\n", "Drawing 421 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252000\n", "block group 3\n", "dtype: object\n", "Drawing 381 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252000\n", "block group 4\n", "dtype: object\n", "Drawing 464 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252102\n", "block group 1\n", "dtype: object\n", "Drawing 967 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252102\n", "block group 2\n", "dtype: object\n", "Drawing 556 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252103\n", "block group 1\n", "dtype: object\n", "Drawing 485 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252103\n", "block group 2\n", "dtype: object\n", "Drawing 765 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252103\n", "block group 3\n", "dtype: object\n", "Drawing 685 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252104\n", "block group 1\n", "dtype: object\n", "Drawing 775 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252104\n", "block group 2\n", "dtype: object\n", "Drawing 477 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252104\n", "block group 3\n", "dtype: object\n", "Drawing 591 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252105\n", "block group 1\n", "dtype: object\n", "Drawing 627 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252105\n", "block group 2\n", "dtype: object\n", "Drawing 565 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252106\n", "block group 1\n", "dtype: object\n", "Drawing 530 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252106\n", "block group 2\n", "dtype: object\n", "Drawing 452 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252106\n", "block group 3\n", "dtype: object\n", "Drawing 695 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252107\n", "block group 1\n", "dtype: object\n", "Drawing 836 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252107\n", "block group 2\n", "dtype: object\n", "Drawing 536 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252108\n", "block group 1\n", "dtype: object\n", "Drawing 606 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252108\n", "block group 2\n", "dtype: object\n", "Drawing 646 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252201\n", "block group 1\n", "dtype: object\n", "Drawing 1020 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252201\n", "block group 2\n", "dtype: object\n", "Drawing 243 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252201\n", "block group 3\n", "dtype: object\n", "Drawing 393 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252201\n", "block group 4\n", "dtype: object\n", "Drawing 1205 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252202\n", "block group 1\n", "dtype: object\n", "Drawing 431 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252202\n", "block group 2\n", "dtype: object\n", "Drawing 777 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252202\n", "block group 3\n", "dtype: object\n", "Drawing 472 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252202\n", "block group 4\n", "dtype: object\n", "Drawing 1089 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252305\n", "block group 1\n", "dtype: object\n", "Drawing 636 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252305\n", "block group 2\n", "dtype: object\n", "Drawing 381 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252305\n", "block group 3\n", "dtype: object\n", "Drawing 523 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252306\n", "block group 1\n", "dtype: object\n", "Drawing 429 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252306\n", "block group 2\n", "dtype: object\n", "Drawing 686 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252310\n", "block group 1\n", "dtype: object\n", "Drawing 831 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252310\n", "block group 2\n", "dtype: object\n", "Drawing 313 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252311\n", "block group 1\n", "dtype: object\n", "Drawing 571 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252311\n", "block group 2\n", "dtype: object\n", "Drawing 588 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252311\n", "block group 3\n", "dtype: object\n", "Drawing 364 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252312\n", "block group 1\n", "dtype: object\n", "Drawing 564 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252312\n", "block group 2\n", "dtype: object\n", "Drawing 656 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252313\n", "block group 1\n", "dtype: object\n", "Drawing 452 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252313\n", "block group 2\n", "dtype: object\n", "Drawing 603 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252313\n", "block group 3\n", "dtype: object\n", "Drawing 823 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252314\n", "block group 1\n", "dtype: object\n", "Drawing 393 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252314\n", "block group 2\n", "dtype: object\n", "Drawing 446 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252314\n", "block group 3\n", "dtype: object\n", "Drawing 434 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252315\n", "block group 1\n", "dtype: object\n", "Drawing 451 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252315\n", "block group 2\n", "dtype: object\n", "Drawing 299 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252315\n", "block group 3\n", "dtype: object\n", "Drawing 525 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252316\n", "block group 1\n", "dtype: object\n", "Drawing 495 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252316\n", "block group 2\n", "dtype: object\n", "Drawing 573 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252317\n", "block group 1\n", "dtype: object\n", "Drawing 688 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252317\n", "block group 2\n", "dtype: object\n", "Drawing 1148 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252401\n", "block group 1\n", "dtype: object\n", "Drawing 224 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252401\n", "block group 2\n", "dtype: object\n", "Drawing 351 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252401\n", "block group 3\n", "dtype: object\n", "Drawing 328 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252401\n", "block group 4\n", "dtype: object\n", "Drawing 302 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252402\n", "block group 1\n", "dtype: object\n", "Drawing 356 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252402\n", "block group 2\n", "dtype: object\n", "Drawing 703 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252402\n", "block group 3\n", "dtype: object\n", "Drawing 447 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252501\n", "block group 1\n", "dtype: object\n", "Drawing 228 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252501\n", "block group 2\n", "dtype: object\n", "Drawing 684 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252502\n", "block group 1\n", "dtype: object\n", "Drawing 354 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252502\n", "block group 2\n", "dtype: object\n", "Drawing 225 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252604\n", "block group 1\n", "dtype: object\n", "Drawing 243 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252604\n", "block group 2\n", "dtype: object\n", "Drawing 476 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252604\n", "block group 3\n", "dtype: object\n", "Drawing 292 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252605\n", "block group 1\n", "dtype: object\n", "Drawing 859 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252605\n", "block group 2\n", "dtype: object\n", "Drawing 479 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252605\n", "block group 3\n", "dtype: object\n", "Drawing 468 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252606\n", "block group 1\n", "dtype: object\n", "Drawing 795 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252606\n", "block group 2\n", "dtype: object\n", "Drawing 406 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252606\n", "block group 3\n", "dtype: object\n", "Drawing 440 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252607\n", "block group 1\n", "dtype: object\n", "Drawing 472 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252607\n", "block group 2\n", "dtype: object\n", "Drawing 620 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252608\n", "block group 1\n", "dtype: object\n", "Drawing 287 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252608\n", "block group 2\n", "dtype: object\n", "Drawing 886 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252610\n", "block group 1\n", "dtype: object\n", "Drawing 500 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252610\n", "block group 2\n", "dtype: object\n", "Drawing 546 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252611\n", "block group 1\n", "dtype: object\n", "Drawing 409 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252611\n", "block group 2\n", "dtype: object\n", "Drawing 196 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252611\n", "block group 3\n", "dtype: object\n", "Drawing 433 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252702\n", "block group 1\n", "dtype: object\n", "Drawing 582 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252702\n", "block group 2\n", "dtype: object\n", "Drawing 280 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252702\n", "block group 3\n", "dtype: object\n", "Drawing 239 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252702\n", "block group 4\n", "dtype: object\n", "Drawing 527 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252702\n", "block group 5\n", "dtype: object\n", "Drawing 411 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252702\n", "block group 6\n", "dtype: object\n", "Drawing 233 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252703\n", "block group 1\n", "dtype: object\n", "Drawing 474 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252703\n", "block group 2\n", "dtype: object\n", "Drawing 383 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252703\n", "block group 3\n", "dtype: object\n", "Drawing 343 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252704\n", "block group 1\n", "dtype: object\n", "Drawing 452 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252704\n", "block group 2\n", "dtype: object\n", "Drawing 268 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252704\n", "block group 3\n", "dtype: object\n", "Drawing 208 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252704\n", "block group 4\n", "dtype: object\n", "Drawing 297 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252704\n", "block group 5\n", "dtype: object\n", "Drawing 573 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252705\n", "block group 1\n", "dtype: object\n", "Drawing 318 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252705\n", "block group 2\n", "dtype: object\n", "Drawing 357 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252705\n", "block group 3\n", "dtype: object\n", "Drawing 198 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252705\n", "block group 4\n", "dtype: object\n", "Drawing 596 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252705\n", "block group 5\n", "dtype: object\n", "Drawing 467 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252706\n", "block group 1\n", "dtype: object\n", "Drawing 1149 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252707\n", "block group 1\n", "dtype: object\n", "Drawing 578 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252707\n", "block group 2\n", "dtype: object\n", "Drawing 694 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252707\n", "block group 3\n", "dtype: object\n", "Drawing 211 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252801\n", "block group 1\n", "dtype: object\n", "Drawing 0 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252801\n", "block group 2\n", "dtype: object\n", "Drawing 0 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252801\n", "block group 3\n", "dtype: object\n", "Drawing 274 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252801\n", "block group 4\n", "dtype: object\n", "Drawing 324 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252801\n", "block group 5\n", "dtype: object\n", "Drawing 232 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252802\n", "block group 1\n", "dtype: object\n", "Drawing 118 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252802\n", "block group 2\n", "dtype: object\n", "Drawing 0 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252903\n", "block group 1\n", "dtype: object\n", "Drawing 430 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252903\n", "block group 2\n", "dtype: object\n", "Drawing 384 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252903\n", "block group 3\n", "dtype: object\n", "Drawing 510 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252903\n", "block group 4\n", "dtype: object\n", "Drawing 362 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252904\n", "block group 1\n", "dtype: object\n", "Drawing 658 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252904\n", "block group 2\n", "dtype: object\n", "Drawing 736 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252904\n", "block group 3\n", "dtype: object\n", "Drawing 439 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252908\n", "block group 1\n", "dtype: object\n", "Drawing 367 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252908\n", "block group 2\n", "dtype: object\n", "Drawing 575 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252908\n", "block group 3\n", "dtype: object\n", "Drawing 246 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252909\n", "block group 1\n", "dtype: object\n", "Drawing 562 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252909\n", "block group 2\n", "dtype: object\n", "Drawing 502 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252910\n", "block group 1\n", "dtype: object\n", "Drawing 436 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252910\n", "block group 2\n", "dtype: object\n", "Drawing 465 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252910\n", "block group 3\n", "dtype: object\n", "Drawing 665 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252910\n", "block group 4\n", "dtype: object\n", "Drawing 273 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252911\n", "block group 1\n", "dtype: object\n", "Drawing 849 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252911\n", "block group 2\n", "dtype: object\n", "Drawing 661 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252911\n", "block group 3\n", "dtype: object\n", "Drawing 346 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252911\n", "block group 4\n", "dtype: object\n", "Drawing 804 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252912\n", "block group 1\n", "dtype: object\n", "Drawing 618 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252912\n", "block group 2\n", "dtype: object\n", "Drawing 216 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252912\n", "block group 3\n", "dtype: object\n", "Drawing 337 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252912\n", "block group 4\n", "dtype: object\n", "Drawing 370 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252912\n", "block group 5\n", "dtype: object\n", "Drawing 358 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252913\n", "block group 1\n", "dtype: object\n", "Drawing 420 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252913\n", "block group 2\n", "dtype: object\n", "Drawing 455 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252913\n", "block group 3\n", "dtype: object\n", "Drawing 387 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252913\n", "block group 4\n", "dtype: object\n", "Drawing 464 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252914\n", "block group 1\n", "dtype: object\n", "Drawing 791 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252914\n", "block group 2\n", "dtype: object\n", "Drawing 611 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252914\n", "block group 3\n", "dtype: object\n", "Drawing 391 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252915\n", "block group 1\n", "dtype: object\n", "Drawing 389 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 252915\n", "block group 2\n", "dtype: object\n", "Drawing 589 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 253000\n", "block group 1\n", "dtype: object\n", "Drawing 0 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 253101\n", "block group 1\n", "dtype: object\n", "Drawing 248 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 253101\n", "block group 2\n", "dtype: object\n", "Drawing 279 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 253101\n", "block group 3\n", "dtype: object\n", "Drawing 297 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 253101\n", "block group 4\n", "dtype: object\n", "Drawing 252 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 253101\n", "block group 5\n", "dtype: object\n", "Drawing 504 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 253101\n", "block group 6\n", "dtype: object\n", "Drawing 371 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 253105\n", "block group 1\n", "dtype: object\n", "Drawing 509 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 253105\n", "block group 2\n", "dtype: object\n", "Drawing 645 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 253105\n", "block group 3\n", "dtype: object\n", "Drawing 433 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 253105\n", "block group 4\n", "dtype: object\n", "Drawing 243 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 253105\n", "block group 5\n", "dtype: object\n", "Drawing 393 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 253106\n", "block group 1\n", "dtype: object\n", "Drawing 233 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 253106\n", "block group 2\n", "dtype: object\n", "Drawing 312 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 253106\n", "block group 3\n", "dtype: object\n", "Drawing 676 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 253107\n", "block group 1\n", "dtype: object\n", "Drawing 363 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 253107\n", "block group 2\n", "dtype: object\n", "Drawing 611 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 253107\n", "block group 3\n", "dtype: object\n", "Drawing 654 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 253107\n", "block group 4\n", "dtype: object\n", "Drawing 471 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 253108\n", "block group 1\n", "dtype: object\n", "Drawing 515 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 253108\n", "block group 2\n", "dtype: object\n", "Drawing 496 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 253108\n", "block group 3\n", "dtype: object\n", "Drawing 376 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 253201\n", "block group 1\n", "dtype: object\n", "Drawing 489 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 253201\n", "block group 2\n", "dtype: object\n", "Drawing 270 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 253201\n", "block group 3\n", "dtype: object\n", "Drawing 452 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 253201\n", "block group 4\n", "dtype: object\n", "Drawing 552 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 253203\n", "block group 1\n", "dtype: object\n", "Drawing 611 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 253203\n", "block group 2\n", "dtype: object\n", "Drawing 540 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 253203\n", "block group 3\n", "dtype: object\n", "Drawing 415 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 253204\n", "block group 1\n", "dtype: object\n", "Drawing 429 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 253204\n", "block group 2\n", "dtype: object\n", "Drawing 423 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 253204\n", "block group 3\n", "dtype: object\n", "Drawing 596 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 253204\n", "block group 4\n", "dtype: object\n", "Drawing 480 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 253204\n", "block group 5\n", "dtype: object\n", "Drawing 317 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 253205\n", "block group 1\n", "dtype: object\n", "Drawing 478 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 253205\n", "block group 2\n", "dtype: object\n", "Drawing 265 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 253205\n", "block group 3\n", "dtype: object\n", "Drawing 348 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 253206\n", "block group 1\n", "dtype: object\n", "Drawing 481 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 253206\n", "block group 2\n", "dtype: object\n", "Drawing 509 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 253300\n", "block group 1\n", "dtype: object\n", "Drawing 556 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 253300\n", "block group 2\n", "dtype: object\n", "Drawing 472 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 253402\n", "block group 1\n", "dtype: object\n", "Drawing 575 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 253402\n", "block group 2\n", "dtype: object\n", "Drawing 272 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 253402\n", "block group 3\n", "dtype: object\n", "Drawing 207 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 253402\n", "block group 4\n", "dtype: object\n", "Drawing 822 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 253402\n", "block group 5\n", "dtype: object\n", "Drawing 456 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 253403\n", "block group 1\n", "dtype: object\n", "Drawing 513 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 253403\n", "block group 2\n", "dtype: object\n", "Drawing 390 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 253403\n", "block group 3\n", "dtype: object\n", "Drawing 716 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 253404\n", "block group 1\n", "dtype: object\n", "Drawing 752 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 253404\n", "block group 2\n", "dtype: object\n", "Drawing 328 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 253404\n", "block group 3\n", "dtype: object\n", "Drawing 297 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 253404\n", "block group 4\n", "dtype: object\n", "Drawing 722 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 253500\n", "block group 1\n", "dtype: object\n", "Drawing 1928 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 253500\n", "block group 2\n", "dtype: object\n", "Drawing 531 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 253500\n", "block group 3\n", "dtype: object\n", "Drawing 716 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 253500\n", "block group 4\n", "dtype: object\n", "Drawing 582 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 095\n", "tract 980000\n", "block group 1\n", "dtype: object\n", "Drawing 0 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing at geog level: 'block_group' (number of geographies is 463)" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 600100\n", "block group 1\n", "dtype: object\n", "Drawing 606 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 600100\n", "block group 2\n", "dtype: object\n", "Drawing 898 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 600100\n", "block group 3\n", "dtype: object\n", "Drawing 482 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 600200\n", "block group 1\n", "dtype: object\n", "Drawing 442 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 600200\n", "block group 2\n", "dtype: object\n", "Drawing 645 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 600300\n", "block group 1\n", "dtype: object\n", "Drawing 568 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 600300\n", "block group 2\n", "dtype: object\n", "Drawing 778 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 600401\n", "block group 1\n", "dtype: object\n", "Drawing 813 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 600401\n", "block group 2\n", "dtype: object\n", "Drawing 304 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 600402\n", "block group 1\n", "dtype: object\n", "Drawing 430 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 600402\n", "block group 2\n", "dtype: object\n", "Drawing 661 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 600402\n", "block group 3\n", "dtype: object\n", "Drawing 141 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 600500\n", "block group 1\n", "dtype: object\n", "Drawing 598 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 600500\n", "block group 2\n", "dtype: object\n", "Drawing 302 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 600500\n", "block group 3\n", "dtype: object\n", "Drawing 527 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 600500\n", "block group 4\n", "dtype: object\n", "Drawing 368 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 600500\n", "block group 5\n", "dtype: object\n", "Drawing 402 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 600600\n", "block group 1\n", "dtype: object\n", "Drawing 769 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 600600\n", "block group 2\n", "dtype: object\n", "Drawing 721 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 600700\n", "block group 1\n", "dtype: object\n", "Drawing 811 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 600700\n", "block group 2\n", "dtype: object\n", "Drawing 643 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 600700\n", "block group 3\n", "dtype: object\n", "Drawing 337 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 600700\n", "block group 4\n", "dtype: object\n", "Drawing 213 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 600800\n", "block group 1\n", "dtype: object\n", "Drawing 327 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 600800\n", "block group 2\n", "dtype: object\n", "Drawing 1031 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 600800\n", "block group 3\n", "dtype: object\n", "Drawing 1011 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 600800\n", "block group 4\n", "dtype: object\n", "Drawing 394 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 600900\n", "block group 1\n", "dtype: object\n", "Drawing 729 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 600900\n", "block group 2\n", "dtype: object\n", "Drawing 699 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 601000\n", "block group 1\n", "dtype: object\n", "Drawing 698 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 601000\n", "block group 2\n", "dtype: object\n", "Drawing 341 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 601000\n", "block group 3\n", "dtype: object\n", "Drawing 814 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 601000\n", "block group 4\n", "dtype: object\n", "Drawing 185 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 601100\n", "block group 1\n", "dtype: object\n", "Drawing 268 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 601100\n", "block group 2\n", "dtype: object\n", "Drawing 216 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 601100\n", "block group 3\n", "dtype: object\n", "Drawing 503 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 601100\n", "block group 4\n", "dtype: object\n", "Drawing 301 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 601100\n", "block group 5\n", "dtype: object\n", "Drawing 484 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 601200\n", "block group 1\n", "dtype: object\n", "Drawing 883 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 601200\n", "block group 2\n", "dtype: object\n", "Drawing 294 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 601200\n", "block group 3\n", "dtype: object\n", "Drawing 371 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 601200\n", "block group 4\n", "dtype: object\n", "Drawing 485 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 601300\n", "block group 1\n", "dtype: object\n", "Drawing 257 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 601300\n", "block group 2\n", "dtype: object\n", "Drawing 547 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 601300\n", "block group 3\n", "dtype: object\n", "Drawing 686 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 601300\n", "block group 4\n", "dtype: object\n", "Drawing 732 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 601400\n", "block group 1\n", "dtype: object\n", "Drawing 417 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 601400\n", "block group 2\n", "dtype: object\n", "Drawing 786 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 601400\n", "block group 3\n", "dtype: object\n", "Drawing 622 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 601501\n", "block group 1\n", "dtype: object\n", "Drawing 510 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 601501\n", "block group 2\n", "dtype: object\n", "Drawing 406 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 601501\n", "block group 3\n", "dtype: object\n", "Drawing 364 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 601502\n", "block group 1\n", "dtype: object\n", "Drawing 1235 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 601502\n", "block group 2\n", "dtype: object\n", "Drawing 479 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 601601\n", "block group 1\n", "dtype: object\n", "Drawing 552 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 601601\n", "block group 2\n", "dtype: object\n", "Drawing 495 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 601603\n", "block group 1\n", "dtype: object\n", "Drawing 704 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 601603\n", "block group 2\n", "dtype: object\n", "Drawing 562 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 601603\n", "block group 3\n", "dtype: object\n", "Drawing 586 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 601604\n", "block group 1\n", "dtype: object\n", "Drawing 1178 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 601605\n", "block group 1\n", "dtype: object\n", "Drawing 261 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 601605\n", "block group 2\n", "dtype: object\n", "Drawing 286 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 601605\n", "block group 3\n", "dtype: object\n", "Drawing 562 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 601605\n", "block group 4\n", "dtype: object\n", "Drawing 554 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 601700\n", "block group 1\n", "dtype: object\n", "Drawing 303 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 601700\n", "block group 2\n", "dtype: object\n", "Drawing 545 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 601700\n", "block group 3\n", "dtype: object\n", "Drawing 457 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 601800\n", "block group 1\n", "dtype: object\n", "Drawing 1197 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 601800\n", "block group 2\n", "dtype: object\n", "Drawing 860 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 601901\n", "block group 1\n", "dtype: object\n", "Drawing 358 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 601901\n", "block group 2\n", "dtype: object\n", "Drawing 730 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 601901\n", "block group 3\n", "dtype: object\n", "Drawing 315 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 601902\n", "block group 1\n", "dtype: object\n", "Drawing 679 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 601902\n", "block group 2\n", "dtype: object\n", "Drawing 374 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 601902\n", "block group 3\n", "dtype: object\n", "Drawing 1113 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 602000\n", "block group 1\n", "dtype: object\n", "Drawing 867 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 602000\n", "block group 2\n", "dtype: object\n", "Drawing 396 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 602000\n", "block group 3\n", "dtype: object\n", "Drawing 314 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 602000\n", "block group 4\n", "dtype: object\n", "Drawing 809 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 602000\n", "block group 5\n", "dtype: object\n", "Drawing 191 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 602100\n", "block group 1\n", "dtype: object\n", "Drawing 315 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 602100\n", "block group 2\n", "dtype: object\n", "Drawing 341 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 602100\n", "block group 3\n", "dtype: object\n", "Drawing 341 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 602200\n", "block group 1\n", "dtype: object\n", "Drawing 422 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 602200\n", "block group 2\n", "dtype: object\n", "Drawing 340 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 602200\n", "block group 3\n", "dtype: object\n", "Drawing 1010 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 602200\n", "block group 4\n", "dtype: object\n", "Drawing 780 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 602300\n", "block group 1\n", "dtype: object\n", "Drawing 1200 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 602400\n", "block group 1\n", "dtype: object\n", "Drawing 406 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 602400\n", "block group 2\n", "dtype: object\n", "Drawing 638 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 602400\n", "block group 3\n", "dtype: object\n", "Drawing 602 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 602400\n", "block group 4\n", "dtype: object\n", "Drawing 958 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 602500\n", "block group 1\n", "dtype: object\n", "Drawing 560 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 602500\n", "block group 2\n", "dtype: object\n", "Drawing 469 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 602500\n", "block group 3\n", "dtype: object\n", "Drawing 450 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 602600\n", "block group 1\n", "dtype: object\n", "Drawing 453 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 602600\n", "block group 2\n", "dtype: object\n", "Drawing 835 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 602600\n", "block group 3\n", "dtype: object\n", "Drawing 746 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 602600\n", "block group 4\n", "dtype: object\n", "Drawing 515 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 602700\n", "block group 1\n", "dtype: object\n", "Drawing 406 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 602700\n", "block group 2\n", "dtype: object\n", "Drawing 502 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 602700\n", "block group 3\n", "dtype: object\n", "Drawing 539 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 602700\n", "block group 4\n", "dtype: object\n", "Drawing 507 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 602800\n", "block group 1\n", "dtype: object\n", "Drawing 400 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 602800\n", "block group 2\n", "dtype: object\n", "Drawing 775 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 602800\n", "block group 3\n", "dtype: object\n", "Drawing 333 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 602900\n", "block group 1\n", "dtype: object\n", "Drawing 1048 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 602900\n", "block group 2\n", "dtype: object\n", "Drawing 619 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 603000\n", "block group 1\n", "dtype: object\n", "Drawing 629 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 603000\n", "block group 2\n", "dtype: object\n", "Drawing 289 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 603000\n", "block group 3\n", "dtype: object\n", "Drawing 331 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 603000\n", "block group 4\n", "dtype: object\n", "Drawing 671 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 603100\n", "block group 1\n", "dtype: object\n", "Drawing 706 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 603100\n", "block group 2\n", "dtype: object\n", "Drawing 524 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 603200\n", "block group 1\n", "dtype: object\n", "Drawing 510 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 603200\n", "block group 2\n", "dtype: object\n", "Drawing 278 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 603200\n", "block group 3\n", "dtype: object\n", "Drawing 333 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 603200\n", "block group 4\n", "dtype: object\n", "Drawing 360 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 603300\n", "block group 1\n", "dtype: object\n", "Drawing 820 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 603300\n", "block group 2\n", "dtype: object\n", "Drawing 809 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 603300\n", "block group 3\n", "dtype: object\n", "Drawing 696 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 603400\n", "block group 1\n", "dtype: object\n", "Drawing 617 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 603400\n", "block group 2\n", "dtype: object\n", "Drawing 313 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 603400\n", "block group 3\n", "dtype: object\n", "Drawing 629 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 603400\n", "block group 4\n", "dtype: object\n", "Drawing 534 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 603700\n", "block group 1\n", "dtype: object\n", "Drawing 710 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 603700\n", "block group 2\n", "dtype: object\n", "Drawing 927 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 603801\n", "block group 1\n", "dtype: object\n", "Drawing 1655 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 603802\n", "block group 1\n", "dtype: object\n", "Drawing 1145 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 603802\n", "block group 2\n", "dtype: object\n", "Drawing 724 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 603900\n", "block group 1\n", "dtype: object\n", "Drawing 270 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 603900\n", "block group 2\n", "dtype: object\n", "Drawing 514 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 603900\n", "block group 3\n", "dtype: object\n", "Drawing 373 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 603900\n", "block group 4\n", "dtype: object\n", "Drawing 203 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 603900\n", "block group 5\n", "dtype: object\n", "Drawing 218 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 603900\n", "block group 6\n", "dtype: object\n", "Drawing 336 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 604000\n", "block group 1\n", "dtype: object\n", "Drawing 203 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 604000\n", "block group 2\n", "dtype: object\n", "Drawing 452 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 604000\n", "block group 3\n", "dtype: object\n", "Drawing 423 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 604101\n", "block group 1\n", "dtype: object\n", "Drawing 727 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 604101\n", "block group 2\n", "dtype: object\n", "Drawing 1006 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 604101\n", "block group 3\n", "dtype: object\n", "Drawing 860 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 604102\n", "block group 1\n", "dtype: object\n", "Drawing 1322 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 604200\n", "block group 1\n", "dtype: object\n", "Drawing 211 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 604200\n", "block group 2\n", "dtype: object\n", "Drawing 251 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 604200\n", "block group 3\n", "dtype: object\n", "Drawing 604 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 604400\n", "block group 1\n", "dtype: object\n", "Drawing 589 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 604400\n", "block group 2\n", "dtype: object\n", "Drawing 400 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 604400\n", "block group 3\n", "dtype: object\n", "Drawing 622 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 604500\n", "block group 1\n", "dtype: object\n", "Drawing 149 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 604500\n", "block group 2\n", "dtype: object\n", "Drawing 249 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 604500\n", "block group 3\n", "dtype: object\n", "Drawing 891 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 604600\n", "block group 1\n", "dtype: object\n", "Drawing 510 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 604600\n", "block group 2\n", "dtype: object\n", "Drawing 436 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 604700\n", "block group 1\n", "dtype: object\n", "Drawing 682 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 604700\n", "block group 2\n", "dtype: object\n", "Drawing 319 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 604800\n", "block group 1\n", "dtype: object\n", "Drawing 984 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 604800\n", "block group 2\n", "dtype: object\n", "Drawing 334 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 604800\n", "block group 3\n", "dtype: object\n", "Drawing 636 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 604900\n", "block group 1\n", "dtype: object\n", "Drawing 792 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 604900\n", "block group 2\n", "dtype: object\n", "Drawing 492 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 605000\n", "block group 1\n", "dtype: object\n", "Drawing 730 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 605000\n", "block group 2\n", "dtype: object\n", "Drawing 277 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 605000\n", "block group 3\n", "dtype: object\n", "Drawing 965 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 605000\n", "block group 4\n", "dtype: object\n", "Drawing 433 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 605000\n", "block group 5\n", "dtype: object\n", "Drawing 342 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 605100\n", "block group 1\n", "dtype: object\n", "Drawing 252 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 605100\n", "block group 2\n", "dtype: object\n", "Drawing 1112 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 605200\n", "block group 1\n", "dtype: object\n", "Drawing 405 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 605200\n", "block group 2\n", "dtype: object\n", "Drawing 256 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 605200\n", "block group 3\n", "dtype: object\n", "Drawing 259 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 605200\n", "block group 4\n", "dtype: object\n", "Drawing 348 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 605300\n", "block group 1\n", "dtype: object\n", "Drawing 609 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 605300\n", "block group 2\n", "dtype: object\n", "Drawing 592 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 605300\n", "block group 3\n", "dtype: object\n", "Drawing 313 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 605300\n", "block group 4\n", "dtype: object\n", "Drawing 327 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 605400\n", "block group 1\n", "dtype: object\n", "Drawing 219 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 605400\n", "block group 2\n", "dtype: object\n", "Drawing 395 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 605400\n", "block group 3\n", "dtype: object\n", "Drawing 782 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 605400\n", "block group 4\n", "dtype: object\n", "Drawing 435 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 605400\n", "block group 5\n", "dtype: object\n", "Drawing 894 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 605500\n", "block group 1\n", "dtype: object\n", "Drawing 1464 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 605500\n", "block group 2\n", "dtype: object\n", "Drawing 336 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 605500\n", "block group 3\n", "dtype: object\n", "Drawing 710 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 605600\n", "block group 1\n", "dtype: object\n", "Drawing 281 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 605600\n", "block group 2\n", "dtype: object\n", "Drawing 326 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 605600\n", "block group 3\n", "dtype: object\n", "Drawing 358 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 605600\n", "block group 4\n", "dtype: object\n", "Drawing 797 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 605700\n", "block group 1\n", "dtype: object\n", "Drawing 381 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 605700\n", "block group 2\n", "dtype: object\n", "Drawing 424 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 605700\n", "block group 3\n", "dtype: object\n", "Drawing 500 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 605700\n", "block group 4\n", "dtype: object\n", "Drawing 407 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 605800\n", "block group 1\n", "dtype: object\n", "Drawing 406 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 605800\n", "block group 2\n", "dtype: object\n", "Drawing 331 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 605800\n", "block group 3\n", "dtype: object\n", "Drawing 271 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 605900\n", "block group 1\n", "dtype: object\n", "Drawing 1125 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 605900\n", "block group 2\n", "dtype: object\n", "Drawing 629 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 605900\n", "block group 3\n", "dtype: object\n", "Drawing 800 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 606000\n", "block group 1\n", "dtype: object\n", "Drawing 1093 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 606000\n", "block group 2\n", "dtype: object\n", "Drawing 926 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 606100\n", "block group 1\n", "dtype: object\n", "Drawing 653 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 606100\n", "block group 2\n", "dtype: object\n", "Drawing 376 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 606100\n", "block group 3\n", "dtype: object\n", "Drawing 269 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 606200\n", "block group 1\n", "dtype: object\n", "Drawing 417 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 606200\n", "block group 2\n", "dtype: object\n", "Drawing 560 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 606200\n", "block group 3\n", "dtype: object\n", "Drawing 637 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 606200\n", "block group 4\n", "dtype: object\n", "Drawing 596 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 606300\n", "block group 1\n", "dtype: object\n", "Drawing 655 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 606300\n", "block group 2\n", "dtype: object\n", "Drawing 484 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 606300\n", "block group 3\n", "dtype: object\n", "Drawing 657 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 606400\n", "block group 1\n", "dtype: object\n", "Drawing 584 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 606400\n", "block group 2\n", "dtype: object\n", "Drawing 362 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 606400\n", "block group 3\n", "dtype: object\n", "Drawing 729 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 606400\n", "block group 4\n", "dtype: object\n", "Drawing 935 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 606500\n", "block group 1\n", "dtype: object\n", "Drawing 253 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 606500\n", "block group 2\n", "dtype: object\n", "Drawing 439 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 606500\n", "block group 3\n", "dtype: object\n", "Drawing 329 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 606500\n", "block group 4\n", "dtype: object\n", "Drawing 319 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 606600\n", "block group 1\n", "dtype: object\n", "Drawing 586 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 606600\n", "block group 2\n", "dtype: object\n", "Drawing 376 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 606600\n", "block group 3\n", "dtype: object\n", "Drawing 410 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 606700\n", "block group 1\n", "dtype: object\n", "Drawing 302 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 606700\n", "block group 2\n", "dtype: object\n", "Drawing 636 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 606800\n", "block group 1\n", "dtype: object\n", "Drawing 521 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 606800\n", "block group 2\n", "dtype: object\n", "Drawing 772 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 606900\n", "block group 1\n", "dtype: object\n", "Drawing 308 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 606900\n", "block group 2\n", "dtype: object\n", "Drawing 572 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 607000\n", "block group 1\n", "dtype: object\n", "Drawing 408 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 607000\n", "block group 2\n", "dtype: object\n", "Drawing 1046 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 607100\n", "block group 1\n", "dtype: object\n", "Drawing 302 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 607100\n", "block group 2\n", "dtype: object\n", "Drawing 474 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 607100\n", "block group 3\n", "dtype: object\n", "Drawing 302 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 607200\n", "block group 1\n", "dtype: object\n", "Drawing 1065 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 607200\n", "block group 2\n", "dtype: object\n", "Drawing 648 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 607300\n", "block group 1\n", "dtype: object\n", "Drawing 437 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 607300\n", "block group 2\n", "dtype: object\n", "Drawing 591 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 607300\n", "block group 3\n", "dtype: object\n", "Drawing 228 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 607400\n", "block group 1\n", "dtype: object\n", "Drawing 836 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 607400\n", "block group 2\n", "dtype: object\n", "Drawing 339 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 607400\n", "block group 3\n", "dtype: object\n", "Drawing 639 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 607500\n", "block group 1\n", "dtype: object\n", "Drawing 1525 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 607600\n", "block group 1\n", "dtype: object\n", "Drawing 351 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 607600\n", "block group 2\n", "dtype: object\n", "Drawing 333 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 607600\n", "block group 3\n", "dtype: object\n", "Drawing 295 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 607600\n", "block group 4\n", "dtype: object\n", "Drawing 305 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 607701\n", "block group 1\n", "dtype: object\n", "Drawing 628 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 607701\n", "block group 2\n", "dtype: object\n", "Drawing 204 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 607701\n", "block group 3\n", "dtype: object\n", "Drawing 363 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 607702\n", "block group 1\n", "dtype: object\n", "Drawing 372 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 607702\n", "block group 2\n", "dtype: object\n", "Drawing 453 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 607800\n", "block group 1\n", "dtype: object\n", "Drawing 451 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 607800\n", "block group 2\n", "dtype: object\n", "Drawing 438 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 607900\n", "block group 1\n", "dtype: object\n", "Drawing 546 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 607900\n", "block group 2\n", "dtype: object\n", "Drawing 311 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 607900\n", "block group 3\n", "dtype: object\n", "Drawing 789 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 608001\n", "block group 1\n", "dtype: object\n", "Drawing 714 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 608001\n", "block group 2\n", "dtype: object\n", "Drawing 651 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 608002\n", "block group 1\n", "dtype: object\n", "Drawing 735 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 608002\n", "block group 2\n", "dtype: object\n", "Drawing 247 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 608002\n", "block group 3\n", "dtype: object\n", "Drawing 278 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 608004\n", "block group 1\n", "dtype: object\n", "Drawing 486 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 608004\n", "block group 2\n", "dtype: object\n", "Drawing 637 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 608004\n", "block group 3\n", "dtype: object\n", "Drawing 734 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 608004\n", "block group 4\n", "dtype: object\n", "Drawing 765 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 608013\n", "block group 1\n", "dtype: object\n", "Drawing 767 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 608013\n", "block group 2\n", "dtype: object\n", "Drawing 329 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 608013\n", "block group 3\n", "dtype: object\n", "Drawing 347 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 608023\n", "block group 1\n", "dtype: object\n", "Drawing 234 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 608023\n", "block group 2\n", "dtype: object\n", "Drawing 597 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 608100\n", "block group 1\n", "dtype: object\n", "Drawing 1314 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 608200\n", "block group 1\n", "dtype: object\n", "Drawing 1302 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 608300\n", "block group 1\n", "dtype: object\n", "Drawing 582 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 608300\n", "block group 2\n", "dtype: object\n", "Drawing 758 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 608400\n", "block group 1\n", "dtype: object\n", "Drawing 779 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 608400\n", "block group 2\n", "dtype: object\n", "Drawing 828 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 608400\n", "block group 3\n", "dtype: object\n", "Drawing 403 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 608501\n", "block group 1\n", "dtype: object\n", "Drawing 455 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 608501\n", "block group 2\n", "dtype: object\n", "Drawing 507 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 608501\n", "block group 3\n", "dtype: object\n", "Drawing 417 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 608501\n", "block group 4\n", "dtype: object\n", "Drawing 317 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 608502\n", "block group 1\n", "dtype: object\n", "Drawing 1158 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 608600\n", "block group 1\n", "dtype: object\n", "Drawing 378 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 608600\n", "block group 2\n", "dtype: object\n", "Drawing 353 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 608600\n", "block group 3\n", "dtype: object\n", "Drawing 1035 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 608700\n", "block group 1\n", "dtype: object\n", "Drawing 766 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 608700\n", "block group 2\n", "dtype: object\n", "Drawing 529 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 608700\n", "block group 3\n", "dtype: object\n", "Drawing 396 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 608700\n", "block group 4\n", "dtype: object\n", "Drawing 337 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 608700\n", "block group 5\n", "dtype: object\n", "Drawing 615 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 608800\n", "block group 1\n", "dtype: object\n", "Drawing 281 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 608800\n", "block group 2\n", "dtype: object\n", "Drawing 458 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 608800\n", "block group 3\n", "dtype: object\n", "Drawing 304 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 608800\n", "block group 4\n", "dtype: object\n", "Drawing 337 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 608800\n", "block group 5\n", "dtype: object\n", "Drawing 665 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 608900\n", "block group 1\n", "dtype: object\n", "Drawing 452 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 608900\n", "block group 2\n", "dtype: object\n", "Drawing 832 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 608900\n", "block group 3\n", "dtype: object\n", "Drawing 1372 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 608900\n", "block group 4\n", "dtype: object\n", "Drawing 317 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 609000\n", "block group 1\n", "dtype: object\n", "Drawing 422 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 609000\n", "block group 2\n", "dtype: object\n", "Drawing 527 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 609100\n", "block group 1\n", "dtype: object\n", "Drawing 316 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 609100\n", "block group 2\n", "dtype: object\n", "Drawing 274 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 609201\n", "block group 1\n", "dtype: object\n", "Drawing 451 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 609201\n", "block group 2\n", "dtype: object\n", "Drawing 604 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 609201\n", "block group 3\n", "dtype: object\n", "Drawing 506 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 609202\n", "block group 1\n", "dtype: object\n", "Drawing 724 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 609202\n", "block group 2\n", "dtype: object\n", "Drawing 1102 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 609300\n", "block group 1\n", "dtype: object\n", "Drawing 558 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 609300\n", "block group 2\n", "dtype: object\n", "Drawing 675 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 609400\n", "block group 1\n", "dtype: object\n", "Drawing 1065 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 609500\n", "block group 1\n", "dtype: object\n", "Drawing 745 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 609500\n", "block group 2\n", "dtype: object\n", "Drawing 952 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 609601\n", "block group 1\n", "dtype: object\n", "Drawing 1204 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 609602\n", "block group 1\n", "dtype: object\n", "Drawing 616 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 609603\n", "block group 1\n", "dtype: object\n", "Drawing 667 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 609603\n", "block group 2\n", "dtype: object\n", "Drawing 605 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 609603\n", "block group 3\n", "dtype: object\n", "Drawing 513 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 609603\n", "block group 4\n", "dtype: object\n", "Drawing 283 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 609700\n", "block group 1\n", "dtype: object\n", "Drawing 631 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 609700\n", "block group 2\n", "dtype: object\n", "Drawing 908 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 609800\n", "block group 1\n", "dtype: object\n", "Drawing 275 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 609800\n", "block group 2\n", "dtype: object\n", "Drawing 589 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 609800\n", "block group 3\n", "dtype: object\n", "Drawing 265 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 609800\n", "block group 4\n", "dtype: object\n", "Drawing 569 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 609900\n", "block group 1\n", "dtype: object\n", "Drawing 471 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 609900\n", "block group 2\n", "dtype: object\n", "Drawing 634 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 610000\n", "block group 1\n", "dtype: object\n", "Drawing 863 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 610000\n", "block group 2\n", "dtype: object\n", "Drawing 453 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 610000\n", "block group 3\n", "dtype: object\n", "Drawing 636 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 610100\n", "block group 1\n", "dtype: object\n", "Drawing 903 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 610201\n", "block group 1\n", "dtype: object\n", "Drawing 233 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 610201\n", "block group 2\n", "dtype: object\n", "Drawing 453 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 610201\n", "block group 3\n", "dtype: object\n", "Drawing 155 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 610201\n", "block group 4\n", "dtype: object\n", "Drawing 912 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 610202\n", "block group 1\n", "dtype: object\n", "Drawing 644 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 610203\n", "block group 1\n", "dtype: object\n", "Drawing 350 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 610203\n", "block group 2\n", "dtype: object\n", "Drawing 576 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 610302\n", "block group 1\n", "dtype: object\n", "Drawing 872 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 610303\n", "block group 1\n", "dtype: object\n", "Drawing 721 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 610303\n", "block group 2\n", "dtype: object\n", "Drawing 681 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 610303\n", "block group 3\n", "dtype: object\n", "Drawing 859 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 610303\n", "block group 4\n", "dtype: object\n", "Drawing 622 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 610304\n", "block group 1\n", "dtype: object\n", "Drawing 629 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 610304\n", "block group 2\n", "dtype: object\n", "Drawing 703 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 610304\n", "block group 3\n", "dtype: object\n", "Drawing 458 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 610400\n", "block group 1\n", "dtype: object\n", "Drawing 827 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 610400\n", "block group 2\n", "dtype: object\n", "Drawing 769 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 610500\n", "block group 1\n", "dtype: object\n", "Drawing 202 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 610500\n", "block group 2\n", "dtype: object\n", "Drawing 417 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 610500\n", "block group 3\n", "dtype: object\n", "Drawing 256 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 610500\n", "block group 4\n", "dtype: object\n", "Drawing 446 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 610601\n", "block group 1\n", "dtype: object\n", "Drawing 595 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 610601\n", "block group 2\n", "dtype: object\n", "Drawing 440 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 610601\n", "block group 3\n", "dtype: object\n", "Drawing 535 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 610602\n", "block group 1\n", "dtype: object\n", "Drawing 251 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 610602\n", "block group 2\n", "dtype: object\n", "Drawing 340 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 610602\n", "block group 3\n", "dtype: object\n", "Drawing 532 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 610700\n", "block group 1\n", "dtype: object\n", "Drawing 915 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 610700\n", "block group 2\n", "dtype: object\n", "Drawing 1101 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 610800\n", "block group 1\n", "dtype: object\n", "Drawing 725 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 610800\n", "block group 2\n", "dtype: object\n", "Drawing 945 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 610900\n", "block group 1\n", "dtype: object\n", "Drawing 713 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 610900\n", "block group 2\n", "dtype: object\n", "Drawing 674 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 610900\n", "block group 3\n", "dtype: object\n", "Drawing 387 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 610900\n", "block group 4\n", "dtype: object\n", "Drawing 587 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 611000\n", "block group 1\n", "dtype: object\n", "Drawing 436 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 611000\n", "block group 2\n", "dtype: object\n", "Drawing 361 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 611000\n", "block group 3\n", "dtype: object\n", "Drawing 433 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 611000\n", "block group 4\n", "dtype: object\n", "Drawing 1042 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 611100\n", "block group 1\n", "dtype: object\n", "Drawing 963 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 611100\n", "block group 2\n", "dtype: object\n", "Drawing 816 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 611100\n", "block group 3\n", "dtype: object\n", "Drawing 509 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 611200\n", "block group 1\n", "dtype: object\n", "Drawing 1101 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 611300\n", "block group 1\n", "dtype: object\n", "Drawing 427 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 611300\n", "block group 2\n", "dtype: object\n", "Drawing 695 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 611300\n", "block group 3\n", "dtype: object\n", "Drawing 255 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 611300\n", "block group 4\n", "dtype: object\n", "Drawing 469 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 611400\n", "block group 1\n", "dtype: object\n", "Drawing 199 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 611400\n", "block group 2\n", "dtype: object\n", "Drawing 224 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 611400\n", "block group 3\n", "dtype: object\n", "Drawing 450 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 611400\n", "block group 4\n", "dtype: object\n", "Drawing 410 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 611500\n", "block group 1\n", "dtype: object\n", "Drawing 202 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 611500\n", "block group 2\n", "dtype: object\n", "Drawing 405 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 611500\n", "block group 3\n", "dtype: object\n", "Drawing 317 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 611600\n", "block group 1\n", "dtype: object\n", "Drawing 418 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 611600\n", "block group 2\n", "dtype: object\n", "Drawing 425 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 611700\n", "block group 1\n", "dtype: object\n", "Drawing 502 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 611700\n", "block group 2\n", "dtype: object\n", "Drawing 427 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 611700\n", "block group 3\n", "dtype: object\n", "Drawing 420 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 611700\n", "block group 4\n", "dtype: object\n", "Drawing 0 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 611800\n", "block group 1\n", "dtype: object\n", "Drawing 367 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 611800\n", "block group 2\n", "dtype: object\n", "Drawing 589 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 611900\n", "block group 1\n", "dtype: object\n", "Drawing 275 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 611900\n", "block group 2\n", "dtype: object\n", "Drawing 544 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 611900\n", "block group 3\n", "dtype: object\n", "Drawing 331 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 611900\n", "block group 4\n", "dtype: object\n", "Drawing 168 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 611900\n", "block group 5\n", "dtype: object\n", "Drawing 674 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 611900\n", "block group 6\n", "dtype: object\n", "Drawing 356 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 612000\n", "block group 1\n", "dtype: object\n", "Drawing 399 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 612000\n", "block group 2\n", "dtype: object\n", "Drawing 507 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 612000\n", "block group 3\n", "dtype: object\n", "Drawing 373 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 612000\n", "block group 4\n", "dtype: object\n", "Drawing 268 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 612100\n", "block group 1\n", "dtype: object\n", "Drawing 400 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 612100\n", "block group 2\n", "dtype: object\n", "Drawing 750 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 612100\n", "block group 3\n", "dtype: object\n", "Drawing 437 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 612100\n", "block group 4\n", "dtype: object\n", "Drawing 236 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 612100\n", "block group 5\n", "dtype: object\n", "Drawing 784 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 612500\n", "block group 1\n", "dtype: object\n", "Drawing 840 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 612500\n", "block group 2\n", "dtype: object\n", "Drawing 436 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 612500\n", "block group 3\n", "dtype: object\n", "Drawing 852 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 612600\n", "block group 1\n", "dtype: object\n", "Drawing 417 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 612600\n", "block group 2\n", "dtype: object\n", "Drawing 680 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 612600\n", "block group 3\n", "dtype: object\n", "Drawing 476 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 612600\n", "block group 4\n", "dtype: object\n", "Drawing 628 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 612700\n", "block group 1\n", "dtype: object\n", "Drawing 319 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 612700\n", "block group 2\n", "dtype: object\n", "Drawing 432 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 612800\n", "block group 1\n", "dtype: object\n", "Drawing 632 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 612800\n", "block group 2\n", "dtype: object\n", "Drawing 533 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 612900\n", "block group 1\n", "dtype: object\n", "Drawing 571 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 612900\n", "block group 2\n", "dtype: object\n", "Drawing 287 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 612900\n", "block group 3\n", "dtype: object\n", "Drawing 321 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 612900\n", "block group 4\n", "dtype: object\n", "Drawing 610 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 613000\n", "block group 1\n", "dtype: object\n", "Drawing 895 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 613000\n", "block group 2\n", "dtype: object\n", "Drawing 628 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 613200\n", "block group 1\n", "dtype: object\n", "Drawing 551 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 613200\n", "block group 2\n", "dtype: object\n", "Drawing 564 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 613200\n", "block group 3\n", "dtype: object\n", "Drawing 459 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 613200\n", "block group 4\n", "dtype: object\n", "Drawing 788 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 613200\n", "block group 5\n", "dtype: object\n", "Drawing 157 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 613300\n", "block group 1\n", "dtype: object\n", "Drawing 511 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 613300\n", "block group 2\n", "dtype: object\n", "Drawing 404 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 613400\n", "block group 1\n", "dtype: object\n", "Drawing 362 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 613400\n", "block group 2\n", "dtype: object\n", "Drawing 298 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 613400\n", "block group 3\n", "dtype: object\n", "Drawing 564 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 613501\n", "block group 1\n", "dtype: object\n", "Drawing 665 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 613501\n", "block group 2\n", "dtype: object\n", "Drawing 668 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 613502\n", "block group 1\n", "dtype: object\n", "Drawing 683 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 613502\n", "block group 2\n", "dtype: object\n", "Drawing 363 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 613502\n", "block group 3\n", "dtype: object\n", "Drawing 444 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 613502\n", "block group 4\n", "dtype: object\n", "Drawing 604 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 613600\n", "block group 1\n", "dtype: object\n", "Drawing 905 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 613600\n", "block group 2\n", "dtype: object\n", "Drawing 636 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 613600\n", "block group 3\n", "dtype: object\n", "Drawing 292 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 613600\n", "block group 4\n", "dtype: object\n", "Drawing 201 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 613700\n", "block group 1\n", "dtype: object\n", "Drawing 940 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 613700\n", "block group 2\n", "dtype: object\n", "Drawing 244 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 613700\n", "block group 3\n", "dtype: object\n", "Drawing 624 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 613700\n", "block group 4\n", "dtype: object\n", "Drawing 869 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 613700\n", "block group 5\n", "dtype: object\n", "Drawing 768 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 613800\n", "block group 1\n", "dtype: object\n", "Drawing 227 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 613800\n", "block group 2\n", "dtype: object\n", "Drawing 256 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 613800\n", "block group 3\n", "dtype: object\n", "Drawing 471 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 613800\n", "block group 4\n", "dtype: object\n", "Drawing 639 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 613900\n", "block group 1\n", "dtype: object\n", "Drawing 291 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 613900\n", "block group 2\n", "dtype: object\n", "Drawing 372 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 613900\n", "block group 3\n", "dtype: object\n", "Drawing 453 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 613900\n", "block group 4\n", "dtype: object\n", "Drawing 250 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 613900\n", "block group 5\n", "dtype: object\n", "Drawing 903 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 614000\n", "block group 1\n", "dtype: object\n", "Drawing 824 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 614000\n", "block group 2\n", "dtype: object\n", "Drawing 525 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 614000\n", "block group 3\n", "dtype: object\n", "Drawing 282 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 984300\n", "block group 1\n", "dtype: object\n", "Drawing 0 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 081\n", "tract 990100\n", "block group 0\n", "dtype: object\n", "Drawing 0 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing at geog level: 'block_group' (number of geographies is 175)" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 101100\n", "block group 1\n", "dtype: object\n", "Drawing 984 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 101200\n", "block group 1\n", "dtype: object\n", "Drawing 1027 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 102100\n", "block group 1\n", "dtype: object\n", "Drawing 267 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 102100\n", "block group 2\n", "dtype: object\n", "Drawing 647 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 102202\n", "block group 1\n", "dtype: object\n", "Drawing 246 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 102202\n", "block group 2\n", "dtype: object\n", "Drawing 404 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 102202\n", "block group 3\n", "dtype: object\n", "Drawing 599 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 102202\n", "block group 4\n", "dtype: object\n", "Drawing 417 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 102202\n", "block group 5\n", "dtype: object\n", "Drawing 585 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 102203\n", "block group 1\n", "dtype: object\n", "Drawing 824 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 102203\n", "block group 2\n", "dtype: object\n", "Drawing 350 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 102203\n", "block group 3\n", "dtype: object\n", "Drawing 768 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 103100\n", "block group 1\n", "dtype: object\n", "Drawing 805 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 103100\n", "block group 2\n", "dtype: object\n", "Drawing 546 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 103100\n", "block group 3\n", "dtype: object\n", "Drawing 703 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 103100\n", "block group 4\n", "dtype: object\n", "Drawing 544 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 103200\n", "block group 1\n", "dtype: object\n", "Drawing 397 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 103200\n", "block group 2\n", "dtype: object\n", "Drawing 869 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 103200\n", "block group 3\n", "dtype: object\n", "Drawing 1268 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 104101\n", "block group 1\n", "dtype: object\n", "Drawing 581 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 104101\n", "block group 2\n", "dtype: object\n", "Drawing 548 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 104101\n", "block group 3\n", "dtype: object\n", "Drawing 903 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 104101\n", "block group 4\n", "dtype: object\n", "Drawing 1069 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 104102\n", "block group 1\n", "dtype: object\n", "Drawing 1092 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 104102\n", "block group 2\n", "dtype: object\n", "Drawing 955 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 104200\n", "block group 1\n", "dtype: object\n", "Drawing 704 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 104200\n", "block group 2\n", "dtype: object\n", "Drawing 1034 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 104200\n", "block group 3\n", "dtype: object\n", "Drawing 739 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 104300\n", "block group 1\n", "dtype: object\n", "Drawing 591 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 105000\n", "block group 1\n", "dtype: object\n", "Drawing 1234 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 105000\n", "block group 2\n", "dtype: object\n", "Drawing 1178 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 106001\n", "block group 1\n", "dtype: object\n", "Drawing 253 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 106001\n", "block group 2\n", "dtype: object\n", "Drawing 919 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 106001\n", "block group 3\n", "dtype: object\n", "Drawing 1003 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 106002\n", "block group 1\n", "dtype: object\n", "Drawing 891 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 106002\n", "block group 2\n", "dtype: object\n", "Drawing 574 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 106002\n", "block group 3\n", "dtype: object\n", "Drawing 643 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 107000\n", "block group 1\n", "dtype: object\n", "Drawing 471 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 107000\n", "block group 2\n", "dtype: object\n", "Drawing 294 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 107000\n", "block group 3\n", "dtype: object\n", "Drawing 367 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 107000\n", "block group 4\n", "dtype: object\n", "Drawing 572 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 107000\n", "block group 5\n", "dtype: object\n", "Drawing 687 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 108100\n", "block group 1\n", "dtype: object\n", "Drawing 1171 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 108100\n", "block group 2\n", "dtype: object\n", "Drawing 388 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 108100\n", "block group 3\n", "dtype: object\n", "Drawing 487 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 108100\n", "block group 4\n", "dtype: object\n", "Drawing 629 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 108200\n", "block group 1\n", "dtype: object\n", "Drawing 681 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 108200\n", "block group 2\n", "dtype: object\n", "Drawing 947 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 108200\n", "block group 3\n", "dtype: object\n", "Drawing 1028 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 108200\n", "block group 4\n", "dtype: object\n", "Drawing 332 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 109001\n", "block group 1\n", "dtype: object\n", "Drawing 746 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 109001\n", "block group 2\n", "dtype: object\n", "Drawing 428 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 109001\n", "block group 3\n", "dtype: object\n", "Drawing 613 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 109002\n", "block group 1\n", "dtype: object\n", "Drawing 507 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 109002\n", "block group 2\n", "dtype: object\n", "Drawing 995 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 109002\n", "block group 3\n", "dtype: object\n", "Drawing 342 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 110100\n", "block group 1\n", "dtype: object\n", "Drawing 482 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 110100\n", "block group 2\n", "dtype: object\n", "Drawing 608 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 110100\n", "block group 3\n", "dtype: object\n", "Drawing 1294 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 110200\n", "block group 1\n", "dtype: object\n", "Drawing 1125 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 110200\n", "block group 2\n", "dtype: object\n", "Drawing 419 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 110200\n", "block group 3\n", "dtype: object\n", "Drawing 754 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 111000\n", "block group 1\n", "dtype: object\n", "Drawing 619 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 111000\n", "block group 2\n", "dtype: object\n", "Drawing 521 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 111000\n", "block group 3\n", "dtype: object\n", "Drawing 695 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 111000\n", "block group 4\n", "dtype: object\n", "Drawing 895 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 112100\n", "block group 1\n", "dtype: object\n", "Drawing 498 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 112100\n", "block group 2\n", "dtype: object\n", "Drawing 455 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 112100\n", "block group 3\n", "dtype: object\n", "Drawing 425 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 112100\n", "block group 4\n", "dtype: object\n", "Drawing 506 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 112201\n", "block group 1\n", "dtype: object\n", "Drawing 1214 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 112201\n", "block group 2\n", "dtype: object\n", "Drawing 741 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 112202\n", "block group 1\n", "dtype: object\n", "Drawing 1161 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 112202\n", "block group 2\n", "dtype: object\n", "Drawing 161 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 113000\n", "block group 1\n", "dtype: object\n", "Drawing 232 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 113000\n", "block group 2\n", "dtype: object\n", "Drawing 487 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 113000\n", "block group 3\n", "dtype: object\n", "Drawing 447 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 113000\n", "block group 4\n", "dtype: object\n", "Drawing 355 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 114100\n", "block group 1\n", "dtype: object\n", "Drawing 768 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 114100\n", "block group 2\n", "dtype: object\n", "Drawing 692 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 114100\n", "block group 3\n", "dtype: object\n", "Drawing 790 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 114200\n", "block group 1\n", "dtype: object\n", "Drawing 820 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 114200\n", "block group 2\n", "dtype: object\n", "Drawing 440 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 115000\n", "block group 1\n", "dtype: object\n", "Drawing 1024 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 115000\n", "block group 2\n", "dtype: object\n", "Drawing 507 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 115000\n", "block group 3\n", "dtype: object\n", "Drawing 791 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 115000\n", "block group 4\n", "dtype: object\n", "Drawing 473 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 116000\n", "block group 1\n", "dtype: object\n", "Drawing 707 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 116000\n", "block group 2\n", "dtype: object\n", "Drawing 564 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 117000\n", "block group 1\n", "dtype: object\n", "Drawing 544 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 117000\n", "block group 2\n", "dtype: object\n", "Drawing 225 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 117000\n", "block group 3\n", "dtype: object\n", "Drawing 485 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 117000\n", "block group 4\n", "dtype: object\n", "Drawing 615 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 118100\n", "block group 1\n", "dtype: object\n", "Drawing 235 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 118100\n", "block group 2\n", "dtype: object\n", "Drawing 465 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 119100\n", "block group 1\n", "dtype: object\n", "Drawing 192 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 119100\n", "block group 2\n", "dtype: object\n", "Drawing 505 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 119100\n", "block group 3\n", "dtype: object\n", "Drawing 258 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 119100\n", "block group 4\n", "dtype: object\n", "Drawing 527 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 119100\n", "block group 5\n", "dtype: object\n", "Drawing 334 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 119201\n", "block group 1\n", "dtype: object\n", "Drawing 671 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 119201\n", "block group 2\n", "dtype: object\n", "Drawing 186 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 119201\n", "block group 3\n", "dtype: object\n", "Drawing 1017 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 119202\n", "block group 1\n", "dtype: object\n", "Drawing 593 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 119202\n", "block group 2\n", "dtype: object\n", "Drawing 682 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 120000\n", "block group 1\n", "dtype: object\n", "Drawing 314 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 120000\n", "block group 2\n", "dtype: object\n", "Drawing 489 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 120000\n", "block group 3\n", "dtype: object\n", "Drawing 802 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 120000\n", "block group 4\n", "dtype: object\n", "Drawing 698 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 120000\n", "block group 5\n", "dtype: object\n", "Drawing 536 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 121100\n", "block group 1\n", "dtype: object\n", "Drawing 687 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 121100\n", "block group 2\n", "dtype: object\n", "Drawing 289 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 121100\n", "block group 3\n", "dtype: object\n", "Drawing 572 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 121100\n", "block group 4\n", "dtype: object\n", "Drawing 498 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 121100\n", "block group 5\n", "dtype: object\n", "Drawing 251 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 121200\n", "block group 1\n", "dtype: object\n", "Drawing 450 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 121200\n", "block group 2\n", "dtype: object\n", "Drawing 1090 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 121200\n", "block group 3\n", "dtype: object\n", "Drawing 751 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 121200\n", "block group 4\n", "dtype: object\n", "Drawing 205 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 122000\n", "block group 1\n", "dtype: object\n", "Drawing 0 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 123000\n", "block group 1\n", "dtype: object\n", "Drawing 384 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 123000\n", "block group 2\n", "dtype: object\n", "Drawing 517 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 124100\n", "block group 1\n", "dtype: object\n", "Drawing 702 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 124100\n", "block group 2\n", "dtype: object\n", "Drawing 384 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 124100\n", "block group 3\n", "dtype: object\n", "Drawing 270 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 124100\n", "block group 4\n", "dtype: object\n", "Drawing 768 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 124200\n", "block group 1\n", "dtype: object\n", "Drawing 0 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 124200\n", "block group 2\n", "dtype: object\n", "Drawing 511 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 124200\n", "block group 3\n", "dtype: object\n", "Drawing 642 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 124200\n", "block group 4\n", "dtype: object\n", "Drawing 543 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 124200\n", "block group 5\n", "dtype: object\n", "Drawing 798 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 125000\n", "block group 1\n", "dtype: object\n", "Drawing 432 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 125000\n", "block group 2\n", "dtype: object\n", "Drawing 588 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 125000\n", "block group 3\n", "dtype: object\n", "Drawing 853 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 126100\n", "block group 1\n", "dtype: object\n", "Drawing 543 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 126100\n", "block group 2\n", "dtype: object\n", "Drawing 503 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 126100\n", "block group 3\n", "dtype: object\n", "Drawing 605 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 126100\n", "block group 4\n", "dtype: object\n", "Drawing 359 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 126100\n", "block group 5\n", "dtype: object\n", "Drawing 377 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 126200\n", "block group 1\n", "dtype: object\n", "Drawing 671 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 126200\n", "block group 2\n", "dtype: object\n", "Drawing 1281 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 126200\n", "block group 3\n", "dtype: object\n", "Drawing 256 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 127000\n", "block group 1\n", "dtype: object\n", "Drawing 580 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 127000\n", "block group 2\n", "dtype: object\n", "Drawing 184 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 127000\n", "block group 3\n", "dtype: object\n", "Drawing 271 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 127000\n", "block group 4\n", "dtype: object\n", "Drawing 414 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 127000\n", "block group 5\n", "dtype: object\n", "Drawing 425 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 128100\n", "block group 1\n", "dtype: object\n", "Drawing 709 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 128100\n", "block group 2\n", "dtype: object\n", "Drawing 751 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 128100\n", "block group 3\n", "dtype: object\n", "Drawing 1096 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 128200\n", "block group 1\n", "dtype: object\n", "Drawing 293 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 128200\n", "block group 2\n", "dtype: object\n", "Drawing 805 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 128200\n", "block group 3\n", "dtype: object\n", "Drawing 768 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 129000\n", "block group 1\n", "dtype: object\n", "Drawing 561 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 129000\n", "block group 2\n", "dtype: object\n", "Drawing 478 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 130201\n", "block group 1\n", "dtype: object\n", "Drawing 546 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 130201\n", "block group 2\n", "dtype: object\n", "Drawing 695 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 130201\n", "block group 3\n", "dtype: object\n", "Drawing 708 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 130202\n", "block group 1\n", "dtype: object\n", "Drawing 447 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 130202\n", "block group 2\n", "dtype: object\n", "Drawing 481 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 130202\n", "block group 3\n", "dtype: object\n", "Drawing 992 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 130202\n", "block group 4\n", "dtype: object\n", "Drawing 521 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 131100\n", "block group 1\n", "dtype: object\n", "Drawing 38 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 131100\n", "block group 2\n", "dtype: object\n", "Drawing 224 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 131100\n", "block group 3\n", "dtype: object\n", "Drawing 141 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 132100\n", "block group 1\n", "dtype: object\n", "Drawing 255 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 132100\n", "block group 2\n", "dtype: object\n", "Drawing 472 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 132200\n", "block group 1\n", "dtype: object\n", "Drawing 263 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 132200\n", "block group 2\n", "dtype: object\n", "Drawing 342 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 132200\n", "block group 3\n", "dtype: object\n", "Drawing 210 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 133000\n", "block group 1\n", "dtype: object\n", "Drawing 399 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 133000\n", "block group 2\n", "dtype: object\n", "Drawing 211 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 133000\n", "block group 3\n", "dtype: object\n", "Drawing 331 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 133000\n", "block group 4\n", "dtype: object\n", "Drawing 297 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 041\n", "tract 990100\n", "block group 0\n", "dtype: object\n", "Drawing 0 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing at geog level: 'block_group' (number of geographies is 581)" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 010100\n", "block group 1\n", "dtype: object\n", "Drawing 517 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 010100\n", "block group 2\n", "dtype: object\n", "Drawing 1684 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 010200\n", "block group 1\n", "dtype: object\n", "Drawing 657 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 010200\n", "block group 2\n", "dtype: object\n", "Drawing 1304 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 010200\n", "block group 3\n", "dtype: object\n", "Drawing 687 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 010300\n", "block group 1\n", "dtype: object\n", "Drawing 781 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 010300\n", "block group 2\n", "dtype: object\n", "Drawing 588 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 010300\n", "block group 3\n", "dtype: object\n", "Drawing 577 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 010400\n", "block group 1\n", "dtype: object\n", "Drawing 364 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 010400\n", "block group 2\n", "dtype: object\n", "Drawing 803 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 010400\n", "block group 3\n", "dtype: object\n", "Drawing 872 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 010400\n", "block group 4\n", "dtype: object\n", "Drawing 434 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 010500\n", "block group 1\n", "dtype: object\n", "Drawing 385 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 010500\n", "block group 2\n", "dtype: object\n", "Drawing 1183 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 010600\n", "block group 1\n", "dtype: object\n", "Drawing 696 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 010600\n", "block group 2\n", "dtype: object\n", "Drawing 636 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 010600\n", "block group 3\n", "dtype: object\n", "Drawing 521 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 010700\n", "block group 1\n", "dtype: object\n", "Drawing 529 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 010700\n", "block group 2\n", "dtype: object\n", "Drawing 526 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 010700\n", "block group 3\n", "dtype: object\n", "Drawing 838 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 010700\n", "block group 4\n", "dtype: object\n", "Drawing 818 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 010800\n", "block group 1\n", "dtype: object\n", "Drawing 644 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 010800\n", "block group 2\n", "dtype: object\n", "Drawing 968 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 010800\n", "block group 3\n", "dtype: object\n", "Drawing 842 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 010900\n", "block group 1\n", "dtype: object\n", "Drawing 559 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 010900\n", "block group 2\n", "dtype: object\n", "Drawing 956 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 010900\n", "block group 3\n", "dtype: object\n", "Drawing 1096 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 011000\n", "block group 1\n", "dtype: object\n", "Drawing 499 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 011000\n", "block group 2\n", "dtype: object\n", "Drawing 954 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 011000\n", "block group 3\n", "dtype: object\n", "Drawing 1118 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 011100\n", "block group 1\n", "dtype: object\n", "Drawing 1202 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 011100\n", "block group 2\n", "dtype: object\n", "Drawing 1090 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 011100\n", "block group 3\n", "dtype: object\n", "Drawing 570 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 011200\n", "block group 1\n", "dtype: object\n", "Drawing 726 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 011200\n", "block group 2\n", "dtype: object\n", "Drawing 486 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 011200\n", "block group 3\n", "dtype: object\n", "Drawing 451 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 011300\n", "block group 1\n", "dtype: object\n", "Drawing 605 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 011300\n", "block group 2\n", "dtype: object\n", "Drawing 988 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 011700\n", "block group 1\n", "dtype: object\n", "Drawing 353 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 011700\n", "block group 2\n", "dtype: object\n", "Drawing 562 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 011800\n", "block group 1\n", "dtype: object\n", "Drawing 699 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 011901\n", "block group 1\n", "dtype: object\n", "Drawing 597 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 011901\n", "block group 2\n", "dtype: object\n", "Drawing 865 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 011902\n", "block group 1\n", "dtype: object\n", "Drawing 1045 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 011902\n", "block group 2\n", "dtype: object\n", "Drawing 540 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 012000\n", "block group 1\n", "dtype: object\n", "Drawing 1063 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 012000\n", "block group 2\n", "dtype: object\n", "Drawing 1331 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 012100\n", "block group 1\n", "dtype: object\n", "Drawing 1605 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 012100\n", "block group 2\n", "dtype: object\n", "Drawing 435 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 012201\n", "block group 1\n", "dtype: object\n", "Drawing 1312 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 012201\n", "block group 2\n", "dtype: object\n", "Drawing 1270 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 012202\n", "block group 1\n", "dtype: object\n", "Drawing 1546 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 012301\n", "block group 1\n", "dtype: object\n", "Drawing 591 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 012301\n", "block group 2\n", "dtype: object\n", "Drawing 714 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 012302\n", "block group 1\n", "dtype: object\n", "Drawing 1078 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 012302\n", "block group 2\n", "dtype: object\n", "Drawing 586 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 012401\n", "block group 1\n", "dtype: object\n", "Drawing 774 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 012401\n", "block group 2\n", "dtype: object\n", "Drawing 1430 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 012402\n", "block group 1\n", "dtype: object\n", "Drawing 387 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 012402\n", "block group 2\n", "dtype: object\n", "Drawing 494 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 012402\n", "block group 3\n", "dtype: object\n", "Drawing 1002 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 012501\n", "block group 1\n", "dtype: object\n", "Drawing 963 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 012501\n", "block group 2\n", "dtype: object\n", "Drawing 1056 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 012502\n", "block group 1\n", "dtype: object\n", "Drawing 1481 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 012502\n", "block group 2\n", "dtype: object\n", "Drawing 721 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 012601\n", "block group 1\n", "dtype: object\n", "Drawing 1419 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 012602\n", "block group 1\n", "dtype: object\n", "Drawing 977 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 012602\n", "block group 2\n", "dtype: object\n", "Drawing 659 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 012700\n", "block group 1\n", "dtype: object\n", "Drawing 771 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 012700\n", "block group 2\n", "dtype: object\n", "Drawing 814 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 012700\n", "block group 3\n", "dtype: object\n", "Drawing 418 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 012800\n", "block group 1\n", "dtype: object\n", "Drawing 897 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 012800\n", "block group 2\n", "dtype: object\n", "Drawing 425 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 012800\n", "block group 3\n", "dtype: object\n", "Drawing 434 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 012800\n", "block group 4\n", "dtype: object\n", "Drawing 467 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 012901\n", "block group 1\n", "dtype: object\n", "Drawing 720 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 012901\n", "block group 2\n", "dtype: object\n", "Drawing 796 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 012902\n", "block group 1\n", "dtype: object\n", "Drawing 673 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 012902\n", "block group 2\n", "dtype: object\n", "Drawing 769 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 012902\n", "block group 3\n", "dtype: object\n", "Drawing 619 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 013000\n", "block group 1\n", "dtype: object\n", "Drawing 646 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 013000\n", "block group 2\n", "dtype: object\n", "Drawing 499 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 013000\n", "block group 3\n", "dtype: object\n", "Drawing 601 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 013000\n", "block group 4\n", "dtype: object\n", "Drawing 588 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 013101\n", "block group 1\n", "dtype: object\n", "Drawing 1032 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 013101\n", "block group 2\n", "dtype: object\n", "Drawing 1372 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 013102\n", "block group 1\n", "dtype: object\n", "Drawing 869 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 013102\n", "block group 2\n", "dtype: object\n", "Drawing 707 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 013200\n", "block group 1\n", "dtype: object\n", "Drawing 1400 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 013200\n", "block group 2\n", "dtype: object\n", "Drawing 407 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 013200\n", "block group 3\n", "dtype: object\n", "Drawing 580 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 013300\n", "block group 1\n", "dtype: object\n", "Drawing 240 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 013300\n", "block group 2\n", "dtype: object\n", "Drawing 627 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 013300\n", "block group 3\n", "dtype: object\n", "Drawing 372 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 013300\n", "block group 4\n", "dtype: object\n", "Drawing 271 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 013300\n", "block group 5\n", "dtype: object\n", "Drawing 343 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 013400\n", "block group 1\n", "dtype: object\n", "Drawing 332 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 013400\n", "block group 2\n", "dtype: object\n", "Drawing 749 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 013400\n", "block group 3\n", "dtype: object\n", "Drawing 754 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 013500\n", "block group 1\n", "dtype: object\n", "Drawing 779 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 013500\n", "block group 2\n", "dtype: object\n", "Drawing 962 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 015100\n", "block group 1\n", "dtype: object\n", "Drawing 1012 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 015100\n", "block group 2\n", "dtype: object\n", "Drawing 539 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 015200\n", "block group 1\n", "dtype: object\n", "Drawing 1092 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 015200\n", "block group 2\n", "dtype: object\n", "Drawing 827 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 015200\n", "block group 3\n", "dtype: object\n", "Drawing 411 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 015300\n", "block group 1\n", "dtype: object\n", "Drawing 499 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 015300\n", "block group 2\n", "dtype: object\n", "Drawing 448 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 015400\n", "block group 1\n", "dtype: object\n", "Drawing 277 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 015400\n", "block group 2\n", "dtype: object\n", "Drawing 624 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 015400\n", "block group 3\n", "dtype: object\n", "Drawing 806 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 015400\n", "block group 4\n", "dtype: object\n", "Drawing 567 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 015400\n", "block group 5\n", "dtype: object\n", "Drawing 625 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 015500\n", "block group 1\n", "dtype: object\n", "Drawing 962 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 015500\n", "block group 2\n", "dtype: object\n", "Drawing 1146 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 015500\n", "block group 3\n", "dtype: object\n", "Drawing 287 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 015600\n", "block group 1\n", "dtype: object\n", "Drawing 341 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 015600\n", "block group 2\n", "dtype: object\n", "Drawing 475 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 015600\n", "block group 3\n", "dtype: object\n", "Drawing 426 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 015700\n", "block group 1\n", "dtype: object\n", "Drawing 615 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 015700\n", "block group 2\n", "dtype: object\n", "Drawing 849 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 015700\n", "block group 3\n", "dtype: object\n", "Drawing 559 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 015700\n", "block group 4\n", "dtype: object\n", "Drawing 435 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 015801\n", "block group 1\n", "dtype: object\n", "Drawing 170 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 015801\n", "block group 2\n", "dtype: object\n", "Drawing 840 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 015801\n", "block group 3\n", "dtype: object\n", "Drawing 562 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 015802\n", "block group 1\n", "dtype: object\n", "Drawing 631 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 015802\n", "block group 2\n", "dtype: object\n", "Drawing 735 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 015900\n", "block group 1\n", "dtype: object\n", "Drawing 933 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 015900\n", "block group 2\n", "dtype: object\n", "Drawing 1249 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 016000\n", "block group 1\n", "dtype: object\n", "Drawing 1551 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 016100\n", "block group 1\n", "dtype: object\n", "Drawing 313 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 016100\n", "block group 2\n", "dtype: object\n", "Drawing 1010 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 016100\n", "block group 3\n", "dtype: object\n", "Drawing 535 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 016100\n", "block group 4\n", "dtype: object\n", "Drawing 767 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 016200\n", "block group 1\n", "dtype: object\n", "Drawing 420 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 016200\n", "block group 2\n", "dtype: object\n", "Drawing 546 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 016200\n", "block group 3\n", "dtype: object\n", "Drawing 460 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 016300\n", "block group 1\n", "dtype: object\n", "Drawing 371 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 016300\n", "block group 2\n", "dtype: object\n", "Drawing 496 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 016300\n", "block group 3\n", "dtype: object\n", "Drawing 1096 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 016400\n", "block group 1\n", "dtype: object\n", "Drawing 1182 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 016400\n", "block group 2\n", "dtype: object\n", "Drawing 722 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 016500\n", "block group 1\n", "dtype: object\n", "Drawing 683 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 016500\n", "block group 2\n", "dtype: object\n", "Drawing 491 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 016500\n", "block group 3\n", "dtype: object\n", "Drawing 688 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 016500\n", "block group 4\n", "dtype: object\n", "Drawing 486 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 016600\n", "block group 1\n", "dtype: object\n", "Drawing 856 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 016600\n", "block group 2\n", "dtype: object\n", "Drawing 401 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 016600\n", "block group 3\n", "dtype: object\n", "Drawing 704 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 016600\n", "block group 4\n", "dtype: object\n", "Drawing 523 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 016700\n", "block group 1\n", "dtype: object\n", "Drawing 630 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 016700\n", "block group 2\n", "dtype: object\n", "Drawing 225 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 016700\n", "block group 3\n", "dtype: object\n", "Drawing 551 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 016700\n", "block group 4\n", "dtype: object\n", "Drawing 895 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 016801\n", "block group 1\n", "dtype: object\n", "Drawing 764 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 016801\n", "block group 2\n", "dtype: object\n", "Drawing 487 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 016801\n", "block group 3\n", "dtype: object\n", "Drawing 385 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 016802\n", "block group 1\n", "dtype: object\n", "Drawing 536 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 016802\n", "block group 2\n", "dtype: object\n", "Drawing 668 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 016802\n", "block group 3\n", "dtype: object\n", "Drawing 361 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 016900\n", "block group 1\n", "dtype: object\n", "Drawing 1006 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 016900\n", "block group 2\n", "dtype: object\n", "Drawing 690 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 017000\n", "block group 1\n", "dtype: object\n", "Drawing 549 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 017000\n", "block group 2\n", "dtype: object\n", "Drawing 1231 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 017000\n", "block group 3\n", "dtype: object\n", "Drawing 332 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 017101\n", "block group 1\n", "dtype: object\n", "Drawing 587 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 017101\n", "block group 2\n", "dtype: object\n", "Drawing 549 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 017101\n", "block group 3\n", "dtype: object\n", "Drawing 606 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 017102\n", "block group 1\n", "dtype: object\n", "Drawing 578 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 017102\n", "block group 2\n", "dtype: object\n", "Drawing 301 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 017102\n", "block group 3\n", "dtype: object\n", "Drawing 850 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 017601\n", "block group 1\n", "dtype: object\n", "Drawing 0 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 017601\n", "block group 2\n", "dtype: object\n", "Drawing 1335 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 017601\n", "block group 3\n", "dtype: object\n", "Drawing 1186 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 017601\n", "block group 4\n", "dtype: object\n", "Drawing 205 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 017601\n", "block group 5\n", "dtype: object\n", "Drawing 598 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 017700\n", "block group 1\n", "dtype: object\n", "Drawing 118 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 017700\n", "block group 2\n", "dtype: object\n", "Drawing 543 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 017801\n", "block group 1\n", "dtype: object\n", "Drawing 909 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 017801\n", "block group 2\n", "dtype: object\n", "Drawing 1311 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 017802\n", "block group 1\n", "dtype: object\n", "Drawing 1106 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 017802\n", "block group 2\n", "dtype: object\n", "Drawing 404 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 017902\n", "block group 1\n", "dtype: object\n", "Drawing 615 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 018000\n", "block group 1\n", "dtype: object\n", "Drawing 750 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 018000\n", "block group 2\n", "dtype: object\n", "Drawing 461 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 020100\n", "block group 1\n", "dtype: object\n", "Drawing 684 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 020100\n", "block group 2\n", "dtype: object\n", "Drawing 526 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 020100\n", "block group 3\n", "dtype: object\n", "Drawing 542 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 020100\n", "block group 4\n", "dtype: object\n", "Drawing 880 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 020200\n", "block group 1\n", "dtype: object\n", "Drawing 501 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 020200\n", "block group 2\n", "dtype: object\n", "Drawing 1363 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 020200\n", "block group 3\n", "dtype: object\n", "Drawing 1097 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 020300\n", "block group 1\n", "dtype: object\n", "Drawing 788 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 020300\n", "block group 2\n", "dtype: object\n", "Drawing 259 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 020300\n", "block group 3\n", "dtype: object\n", "Drawing 570 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 020401\n", "block group 1\n", "dtype: object\n", "Drawing 528 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 020401\n", "block group 2\n", "dtype: object\n", "Drawing 400 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 020401\n", "block group 3\n", "dtype: object\n", "Drawing 680 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 020402\n", "block group 1\n", "dtype: object\n", "Drawing 1307 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 020402\n", "block group 2\n", "dtype: object\n", "Drawing 1102 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 020500\n", "block group 1\n", "dtype: object\n", "Drawing 458 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 020500\n", "block group 2\n", "dtype: object\n", "Drawing 355 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 020500\n", "block group 3\n", "dtype: object\n", "Drawing 528 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 020600\n", "block group 1\n", "dtype: object\n", "Drawing 916 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 020600\n", "block group 2\n", "dtype: object\n", "Drawing 482 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 020600\n", "block group 3\n", "dtype: object\n", "Drawing 416 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 020600\n", "block group 4\n", "dtype: object\n", "Drawing 701 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 020700\n", "block group 1\n", "dtype: object\n", "Drawing 1327 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 020700\n", "block group 2\n", "dtype: object\n", "Drawing 1049 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 020700\n", "block group 3\n", "dtype: object\n", "Drawing 436 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 020800\n", "block group 1\n", "dtype: object\n", "Drawing 542 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 020800\n", "block group 2\n", "dtype: object\n", "Drawing 607 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 020800\n", "block group 3\n", "dtype: object\n", "Drawing 557 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 020800\n", "block group 4\n", "dtype: object\n", "Drawing 724 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 020900\n", "block group 1\n", "dtype: object\n", "Drawing 707 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 020900\n", "block group 2\n", "dtype: object\n", "Drawing 417 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 020900\n", "block group 3\n", "dtype: object\n", "Drawing 216 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 020900\n", "block group 4\n", "dtype: object\n", "Drawing 463 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 021000\n", "block group 1\n", "dtype: object\n", "Drawing 424 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 021000\n", "block group 2\n", "dtype: object\n", "Drawing 536 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 021000\n", "block group 3\n", "dtype: object\n", "Drawing 733 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 021000\n", "block group 4\n", "dtype: object\n", "Drawing 421 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 021100\n", "block group 1\n", "dtype: object\n", "Drawing 500 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 021100\n", "block group 2\n", "dtype: object\n", "Drawing 504 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 021100\n", "block group 3\n", "dtype: object\n", "Drawing 486 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 021100\n", "block group 4\n", "dtype: object\n", "Drawing 442 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 021200\n", "block group 1\n", "dtype: object\n", "Drawing 382 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 021200\n", "block group 2\n", "dtype: object\n", "Drawing 636 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 021200\n", "block group 3\n", "dtype: object\n", "Drawing 443 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 021300\n", "block group 1\n", "dtype: object\n", "Drawing 619 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 021300\n", "block group 2\n", "dtype: object\n", "Drawing 621 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 021400\n", "block group 1\n", "dtype: object\n", "Drawing 426 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 021400\n", "block group 2\n", "dtype: object\n", "Drawing 681 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 021400\n", "block group 3\n", "dtype: object\n", "Drawing 608 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 021500\n", "block group 1\n", "dtype: object\n", "Drawing 430 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 021500\n", "block group 2\n", "dtype: object\n", "Drawing 761 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 021500\n", "block group 3\n", "dtype: object\n", "Drawing 289 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 021500\n", "block group 4\n", "dtype: object\n", "Drawing 480 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 021500\n", "block group 5\n", "dtype: object\n", "Drawing 485 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 021600\n", "block group 1\n", "dtype: object\n", "Drawing 1011 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 021600\n", "block group 2\n", "dtype: object\n", "Drawing 1173 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 021700\n", "block group 1\n", "dtype: object\n", "Drawing 738 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 021700\n", "block group 2\n", "dtype: object\n", "Drawing 434 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 021700\n", "block group 3\n", "dtype: object\n", "Drawing 766 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 021800\n", "block group 1\n", "dtype: object\n", "Drawing 632 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 021800\n", "block group 2\n", "dtype: object\n", "Drawing 546 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 021800\n", "block group 3\n", "dtype: object\n", "Drawing 244 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 021800\n", "block group 4\n", "dtype: object\n", "Drawing 422 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 022600\n", "block group 1\n", "dtype: object\n", "Drawing 360 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 022600\n", "block group 2\n", "dtype: object\n", "Drawing 420 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 022702\n", "block group 1\n", "dtype: object\n", "Drawing 483 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 022702\n", "block group 2\n", "dtype: object\n", "Drawing 506 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 022704\n", "block group 1\n", "dtype: object\n", "Drawing 611 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 022704\n", "block group 2\n", "dtype: object\n", "Drawing 918 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 022801\n", "block group 1\n", "dtype: object\n", "Drawing 414 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 022801\n", "block group 2\n", "dtype: object\n", "Drawing 683 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 022801\n", "block group 3\n", "dtype: object\n", "Drawing 624 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 022802\n", "block group 1\n", "dtype: object\n", "Drawing 184 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 022802\n", "block group 2\n", "dtype: object\n", "Drawing 402 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 022803\n", "block group 1\n", "dtype: object\n", "Drawing 804 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 022803\n", "block group 2\n", "dtype: object\n", "Drawing 467 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 022803\n", "block group 3\n", "dtype: object\n", "Drawing 315 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 022901\n", "block group 1\n", "dtype: object\n", "Drawing 557 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 022901\n", "block group 2\n", "dtype: object\n", "Drawing 555 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 022901\n", "block group 3\n", "dtype: object\n", "Drawing 230 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 022902\n", "block group 1\n", "dtype: object\n", "Drawing 482 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 022902\n", "block group 2\n", "dtype: object\n", "Drawing 344 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 022903\n", "block group 1\n", "dtype: object\n", "Drawing 512 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 022903\n", "block group 2\n", "dtype: object\n", "Drawing 354 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 022903\n", "block group 3\n", "dtype: object\n", "Drawing 228 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 023001\n", "block group 1\n", "dtype: object\n", "Drawing 486 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 023001\n", "block group 2\n", "dtype: object\n", "Drawing 432 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 023001\n", "block group 3\n", "dtype: object\n", "Drawing 449 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 023003\n", "block group 1\n", "dtype: object\n", "Drawing 751 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 023003\n", "block group 2\n", "dtype: object\n", "Drawing 343 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 023102\n", "block group 1\n", "dtype: object\n", "Drawing 678 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 023102\n", "block group 2\n", "dtype: object\n", "Drawing 548 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 023103\n", "block group 1\n", "dtype: object\n", "Drawing 427 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 023103\n", "block group 2\n", "dtype: object\n", "Drawing 767 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 023200\n", "block group 1\n", "dtype: object\n", "Drawing 477 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 023200\n", "block group 2\n", "dtype: object\n", "Drawing 352 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 023200\n", "block group 3\n", "dtype: object\n", "Drawing 455 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 023300\n", "block group 1\n", "dtype: object\n", "Drawing 654 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 023400\n", "block group 1\n", "dtype: object\n", "Drawing 609 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 023400\n", "block group 2\n", "dtype: object\n", "Drawing 373 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 025100\n", "block group 1\n", "dtype: object\n", "Drawing 639 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 025100\n", "block group 2\n", "dtype: object\n", "Drawing 396 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 025100\n", "block group 3\n", "dtype: object\n", "Drawing 227 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 025200\n", "block group 1\n", "dtype: object\n", "Drawing 477 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 025200\n", "block group 2\n", "dtype: object\n", "Drawing 536 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 025200\n", "block group 3\n", "dtype: object\n", "Drawing 612 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 025200\n", "block group 4\n", "dtype: object\n", "Drawing 534 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 025300\n", "block group 1\n", "dtype: object\n", "Drawing 563 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 025300\n", "block group 2\n", "dtype: object\n", "Drawing 298 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 025300\n", "block group 3\n", "dtype: object\n", "Drawing 366 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 025300\n", "block group 4\n", "dtype: object\n", "Drawing 625 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 025401\n", "block group 1\n", "dtype: object\n", "Drawing 544 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 025401\n", "block group 2\n", "dtype: object\n", "Drawing 456 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 025401\n", "block group 3\n", "dtype: object\n", "Drawing 297 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 025402\n", "block group 1\n", "dtype: object\n", "Drawing 486 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 025402\n", "block group 2\n", "dtype: object\n", "Drawing 275 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 025402\n", "block group 3\n", "dtype: object\n", "Drawing 361 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 025403\n", "block group 1\n", "dtype: object\n", "Drawing 648 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 025403\n", "block group 2\n", "dtype: object\n", "Drawing 778 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 025500\n", "block group 1\n", "dtype: object\n", "Drawing 339 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 025500\n", "block group 2\n", "dtype: object\n", "Drawing 272 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 025500\n", "block group 3\n", "dtype: object\n", "Drawing 282 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 025500\n", "block group 4\n", "dtype: object\n", "Drawing 455 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 025500\n", "block group 5\n", "dtype: object\n", "Drawing 499 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 025500\n", "block group 6\n", "dtype: object\n", "Drawing 502 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 025600\n", "block group 1\n", "dtype: object\n", "Drawing 568 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 025600\n", "block group 2\n", "dtype: object\n", "Drawing 388 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 025600\n", "block group 3\n", "dtype: object\n", "Drawing 293 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 025600\n", "block group 4\n", "dtype: object\n", "Drawing 286 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 025701\n", "block group 1\n", "dtype: object\n", "Drawing 291 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 025701\n", "block group 2\n", "dtype: object\n", "Drawing 586 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 025701\n", "block group 3\n", "dtype: object\n", "Drawing 339 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 025702\n", "block group 1\n", "dtype: object\n", "Drawing 320 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 025702\n", "block group 2\n", "dtype: object\n", "Drawing 519 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 025702\n", "block group 3\n", "dtype: object\n", "Drawing 293 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 025800\n", "block group 1\n", "dtype: object\n", "Drawing 374 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 025800\n", "block group 2\n", "dtype: object\n", "Drawing 242 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 025900\n", "block group 1\n", "dtype: object\n", "Drawing 670 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 025900\n", "block group 2\n", "dtype: object\n", "Drawing 451 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 025900\n", "block group 3\n", "dtype: object\n", "Drawing 146 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 026001\n", "block group 1\n", "dtype: object\n", "Drawing 784 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 026001\n", "block group 2\n", "dtype: object\n", "Drawing 637 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 026002\n", "block group 1\n", "dtype: object\n", "Drawing 412 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 026002\n", "block group 2\n", "dtype: object\n", "Drawing 571 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 026003\n", "block group 1\n", "dtype: object\n", "Drawing 534 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 026003\n", "block group 2\n", "dtype: object\n", "Drawing 800 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 026004\n", "block group 1\n", "dtype: object\n", "Drawing 637 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 026004\n", "block group 2\n", "dtype: object\n", "Drawing 537 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 026100\n", "block group 1\n", "dtype: object\n", "Drawing 567 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 026100\n", "block group 2\n", "dtype: object\n", "Drawing 613 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 026100\n", "block group 3\n", "dtype: object\n", "Drawing 348 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 026100\n", "block group 4\n", "dtype: object\n", "Drawing 322 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 026200\n", "block group 1\n", "dtype: object\n", "Drawing 435 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 026200\n", "block group 2\n", "dtype: object\n", "Drawing 340 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 026200\n", "block group 3\n", "dtype: object\n", "Drawing 502 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 026200\n", "block group 4\n", "dtype: object\n", "Drawing 275 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 026200\n", "block group 5\n", "dtype: object\n", "Drawing 254 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 026301\n", "block group 1\n", "dtype: object\n", "Drawing 270 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 026301\n", "block group 2\n", "dtype: object\n", "Drawing 504 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 026301\n", "block group 3\n", "dtype: object\n", "Drawing 360 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 026302\n", "block group 1\n", "dtype: object\n", "Drawing 291 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 026302\n", "block group 2\n", "dtype: object\n", "Drawing 281 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 026302\n", "block group 3\n", "dtype: object\n", "Drawing 835 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 026303\n", "block group 1\n", "dtype: object\n", "Drawing 635 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 026303\n", "block group 2\n", "dtype: object\n", "Drawing 623 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 026401\n", "block group 1\n", "dtype: object\n", "Drawing 598 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 026401\n", "block group 2\n", "dtype: object\n", "Drawing 467 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 026402\n", "block group 1\n", "dtype: object\n", "Drawing 367 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 026402\n", "block group 2\n", "dtype: object\n", "Drawing 315 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 026402\n", "block group 3\n", "dtype: object\n", "Drawing 430 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 026403\n", "block group 1\n", "dtype: object\n", "Drawing 500 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 026403\n", "block group 2\n", "dtype: object\n", "Drawing 609 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 026404\n", "block group 1\n", "dtype: object\n", "Drawing 286 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 026404\n", "block group 2\n", "dtype: object\n", "Drawing 364 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 030101\n", "block group 1\n", "dtype: object\n", "Drawing 664 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 030101\n", "block group 2\n", "dtype: object\n", "Drawing 462 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 030101\n", "block group 3\n", "dtype: object\n", "Drawing 369 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 030101\n", "block group 4\n", "dtype: object\n", "Drawing 479 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 030102\n", "block group 1\n", "dtype: object\n", "Drawing 1234 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 030102\n", "block group 2\n", "dtype: object\n", "Drawing 630 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 030102\n", "block group 3\n", "dtype: object\n", "Drawing 456 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 030201\n", "block group 1\n", "dtype: object\n", "Drawing 854 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 030201\n", "block group 2\n", "dtype: object\n", "Drawing 418 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 030201\n", "block group 3\n", "dtype: object\n", "Drawing 628 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 030202\n", "block group 1\n", "dtype: object\n", "Drawing 710 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 030202\n", "block group 2\n", "dtype: object\n", "Drawing 813 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 030202\n", "block group 3\n", "dtype: object\n", "Drawing 581 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 030301\n", "block group 1\n", "dtype: object\n", "Drawing 455 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 030301\n", "block group 2\n", "dtype: object\n", "Drawing 745 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 030301\n", "block group 3\n", "dtype: object\n", "Drawing 563 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 030301\n", "block group 4\n", "dtype: object\n", "Drawing 497 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 030302\n", "block group 1\n", "dtype: object\n", "Drawing 415 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 030302\n", "block group 2\n", "dtype: object\n", "Drawing 462 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 030302\n", "block group 3\n", "dtype: object\n", "Drawing 429 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 030400\n", "block group 1\n", "dtype: object\n", "Drawing 357 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 030400\n", "block group 2\n", "dtype: object\n", "Drawing 417 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 030400\n", "block group 3\n", "dtype: object\n", "Drawing 484 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 030400\n", "block group 4\n", "dtype: object\n", "Drawing 310 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 030400\n", "block group 5\n", "dtype: object\n", "Drawing 348 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 030500\n", "block group 1\n", "dtype: object\n", "Drawing 337 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 030500\n", "block group 2\n", "dtype: object\n", "Drawing 378 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 030500\n", "block group 3\n", "dtype: object\n", "Drawing 281 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 030600\n", "block group 1\n", "dtype: object\n", "Drawing 293 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 030600\n", "block group 2\n", "dtype: object\n", "Drawing 225 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 030600\n", "block group 3\n", "dtype: object\n", "Drawing 286 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 030700\n", "block group 1\n", "dtype: object\n", "Drawing 1026 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 030700\n", "block group 2\n", "dtype: object\n", "Drawing 723 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 030700\n", "block group 3\n", "dtype: object\n", "Drawing 905 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 030800\n", "block group 1\n", "dtype: object\n", "Drawing 353 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 030800\n", "block group 2\n", "dtype: object\n", "Drawing 326 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 030800\n", "block group 3\n", "dtype: object\n", "Drawing 155 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 030800\n", "block group 4\n", "dtype: object\n", "Drawing 507 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 030800\n", "block group 5\n", "dtype: object\n", "Drawing 717 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 030900\n", "block group 1\n", "dtype: object\n", "Drawing 363 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 030900\n", "block group 2\n", "dtype: object\n", "Drawing 454 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 030900\n", "block group 3\n", "dtype: object\n", "Drawing 319 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 030900\n", "block group 4\n", "dtype: object\n", "Drawing 335 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 030900\n", "block group 5\n", "dtype: object\n", "Drawing 225 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 030900\n", "block group 6\n", "dtype: object\n", "Drawing 244 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 030900\n", "block group 7\n", "dtype: object\n", "Drawing 337 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 031000\n", "block group 1\n", "dtype: object\n", "Drawing 286 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 031000\n", "block group 2\n", "dtype: object\n", "Drawing 323 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 031000\n", "block group 3\n", "dtype: object\n", "Drawing 631 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 031100\n", "block group 1\n", "dtype: object\n", "Drawing 519 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 031100\n", "block group 2\n", "dtype: object\n", "Drawing 449 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 031100\n", "block group 3\n", "dtype: object\n", "Drawing 306 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 031100\n", "block group 4\n", "dtype: object\n", "Drawing 477 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 031100\n", "block group 5\n", "dtype: object\n", "Drawing 765 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 031201\n", "block group 1\n", "dtype: object\n", "Drawing 633 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 031201\n", "block group 2\n", "dtype: object\n", "Drawing 432 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 031201\n", "block group 3\n", "dtype: object\n", "Drawing 314 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 031201\n", "block group 4\n", "dtype: object\n", "Drawing 337 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 031202\n", "block group 1\n", "dtype: object\n", "Drawing 374 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 031202\n", "block group 2\n", "dtype: object\n", "Drawing 517 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 031301\n", "block group 1\n", "dtype: object\n", "Drawing 387 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 031301\n", "block group 2\n", "dtype: object\n", "Drawing 431 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 031301\n", "block group 3\n", "dtype: object\n", "Drawing 383 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 031302\n", "block group 1\n", "dtype: object\n", "Drawing 553 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 031302\n", "block group 2\n", "dtype: object\n", "Drawing 344 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 031302\n", "block group 3\n", "dtype: object\n", "Drawing 919 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 031400\n", "block group 1\n", "dtype: object\n", "Drawing 241 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 031400\n", "block group 2\n", "dtype: object\n", "Drawing 494 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 031400\n", "block group 3\n", "dtype: object\n", "Drawing 462 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 031400\n", "block group 4\n", "dtype: object\n", "Drawing 357 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 031400\n", "block group 5\n", "dtype: object\n", "Drawing 342 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 032601\n", "block group 1\n", "dtype: object\n", "Drawing 546 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 032601\n", "block group 2\n", "dtype: object\n", "Drawing 562 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 032601\n", "block group 3\n", "dtype: object\n", "Drawing 609 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 032602\n", "block group 1\n", "dtype: object\n", "Drawing 603 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 032602\n", "block group 2\n", "dtype: object\n", "Drawing 565 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 032602\n", "block group 3\n", "dtype: object\n", "Drawing 486 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 032700\n", "block group 1\n", "dtype: object\n", "Drawing 254 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 032700\n", "block group 2\n", "dtype: object\n", "Drawing 432 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 032700\n", "block group 3\n", "dtype: object\n", "Drawing 517 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 032700\n", "block group 4\n", "dtype: object\n", "Drawing 398 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 032700\n", "block group 5\n", "dtype: object\n", "Drawing 287 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 032700\n", "block group 6\n", "dtype: object\n", "Drawing 265 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 032700\n", "block group 7\n", "dtype: object\n", "Drawing 249 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 032801\n", "block group 1\n", "dtype: object\n", "Drawing 428 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 032801\n", "block group 2\n", "dtype: object\n", "Drawing 474 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 032801\n", "block group 3\n", "dtype: object\n", "Drawing 389 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 032802\n", "block group 1\n", "dtype: object\n", "Drawing 447 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 032802\n", "block group 2\n", "dtype: object\n", "Drawing 461 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 032802\n", "block group 3\n", "dtype: object\n", "Drawing 377 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 032901\n", "block group 1\n", "dtype: object\n", "Drawing 373 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 032901\n", "block group 2\n", "dtype: object\n", "Drawing 527 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 032901\n", "block group 3\n", "dtype: object\n", "Drawing 500 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 032901\n", "block group 4\n", "dtype: object\n", "Drawing 390 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 032902\n", "block group 1\n", "dtype: object\n", "Drawing 325 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 032902\n", "block group 2\n", "dtype: object\n", "Drawing 440 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 032902\n", "block group 3\n", "dtype: object\n", "Drawing 507 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 033000\n", "block group 1\n", "dtype: object\n", "Drawing 556 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 033000\n", "block group 2\n", "dtype: object\n", "Drawing 374 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 033000\n", "block group 3\n", "dtype: object\n", "Drawing 366 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 033000\n", "block group 4\n", "dtype: object\n", "Drawing 531 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 033000\n", "block group 5\n", "dtype: object\n", "Drawing 449 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 033000\n", "block group 6\n", "dtype: object\n", "Drawing 462 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 033100\n", "block group 1\n", "dtype: object\n", "Drawing 184 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 033100\n", "block group 2\n", "dtype: object\n", "Drawing 344 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 033100\n", "block group 3\n", "dtype: object\n", "Drawing 233 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 033100\n", "block group 4\n", "dtype: object\n", "Drawing 684 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 033201\n", "block group 1\n", "dtype: object\n", "Drawing 695 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 033203\n", "block group 1\n", "dtype: object\n", "Drawing 829 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 033203\n", "block group 2\n", "dtype: object\n", "Drawing 569 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 033204\n", "block group 1\n", "dtype: object\n", "Drawing 315 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 033204\n", "block group 2\n", "dtype: object\n", "Drawing 655 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 033204\n", "block group 3\n", "dtype: object\n", "Drawing 618 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 035100\n", "block group 1\n", "dtype: object\n", "Drawing 506 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 035100\n", "block group 2\n", "dtype: object\n", "Drawing 375 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 035100\n", "block group 3\n", "dtype: object\n", "Drawing 404 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 035100\n", "block group 4\n", "dtype: object\n", "Drawing 223 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 035100\n", "block group 5\n", "dtype: object\n", "Drawing 330 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 035100\n", "block group 6\n", "dtype: object\n", "Drawing 426 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 035100\n", "block group 7\n", "dtype: object\n", "Drawing 487 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 035201\n", "block group 1\n", "dtype: object\n", "Drawing 312 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 035201\n", "block group 2\n", "dtype: object\n", "Drawing 374 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 035201\n", "block group 3\n", "dtype: object\n", "Drawing 278 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 035201\n", "block group 4\n", "dtype: object\n", "Drawing 380 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 035201\n", "block group 5\n", "dtype: object\n", "Drawing 356 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 035202\n", "block group 1\n", "dtype: object\n", "Drawing 592 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 035202\n", "block group 2\n", "dtype: object\n", "Drawing 569 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 035202\n", "block group 3\n", "dtype: object\n", "Drawing 561 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 035300\n", "block group 1\n", "dtype: object\n", "Drawing 303 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 035300\n", "block group 2\n", "dtype: object\n", "Drawing 445 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 035300\n", "block group 3\n", "dtype: object\n", "Drawing 358 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 035300\n", "block group 4\n", "dtype: object\n", "Drawing 276 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 035300\n", "block group 5\n", "dtype: object\n", "Drawing 547 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 035300\n", "block group 6\n", "dtype: object\n", "Drawing 446 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 035400\n", "block group 1\n", "dtype: object\n", "Drawing 391 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 035400\n", "block group 2\n", "dtype: object\n", "Drawing 387 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 035400\n", "block group 3\n", "dtype: object\n", "Drawing 295 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 035400\n", "block group 4\n", "dtype: object\n", "Drawing 795 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 035400\n", "block group 5\n", "dtype: object\n", "Drawing 292 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 040100\n", "block group 1\n", "dtype: object\n", "Drawing 317 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 040100\n", "block group 2\n", "dtype: object\n", "Drawing 638 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 040100\n", "block group 3\n", "dtype: object\n", "Drawing 617 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 040100\n", "block group 4\n", "dtype: object\n", "Drawing 330 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 040200\n", "block group 1\n", "dtype: object\n", "Drawing 737 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 040200\n", "block group 2\n", "dtype: object\n", "Drawing 348 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 040200\n", "block group 3\n", "dtype: object\n", "Drawing 583 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 040200\n", "block group 4\n", "dtype: object\n", "Drawing 555 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 042601\n", "block group 1\n", "dtype: object\n", "Drawing 722 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 042601\n", "block group 2\n", "dtype: object\n", "Drawing 990 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 042602\n", "block group 1\n", "dtype: object\n", "Drawing 360 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 042602\n", "block group 2\n", "dtype: object\n", "Drawing 517 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 042602\n", "block group 3\n", "dtype: object\n", "Drawing 562 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 042700\n", "block group 1\n", "dtype: object\n", "Drawing 797 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 042700\n", "block group 2\n", "dtype: object\n", "Drawing 999 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 042700\n", "block group 3\n", "dtype: object\n", "Drawing 606 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 042800\n", "block group 1\n", "dtype: object\n", "Drawing 360 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 042800\n", "block group 2\n", "dtype: object\n", "Drawing 252 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 042800\n", "block group 3\n", "dtype: object\n", "Drawing 266 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 045100\n", "block group 1\n", "dtype: object\n", "Drawing 1038 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 045100\n", "block group 2\n", "dtype: object\n", "Drawing 530 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 045100\n", "block group 3\n", "dtype: object\n", "Drawing 516 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 045200\n", "block group 1\n", "dtype: object\n", "Drawing 713 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 045200\n", "block group 2\n", "dtype: object\n", "Drawing 648 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 045200\n", "block group 3\n", "dtype: object\n", "Drawing 336 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 045200\n", "block group 4\n", "dtype: object\n", "Drawing 378 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 045200\n", "block group 5\n", "dtype: object\n", "Drawing 675 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 047600\n", "block group 1\n", "dtype: object\n", "Drawing 749 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 047600\n", "block group 2\n", "dtype: object\n", "Drawing 403 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 047600\n", "block group 3\n", "dtype: object\n", "Drawing 508 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 047600\n", "block group 4\n", "dtype: object\n", "Drawing 560 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 047701\n", "block group 1\n", "dtype: object\n", "Drawing 522 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 047701\n", "block group 2\n", "dtype: object\n", "Drawing 733 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 047701\n", "block group 3\n", "dtype: object\n", "Drawing 604 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 047702\n", "block group 1\n", "dtype: object\n", "Drawing 502 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 047702\n", "block group 2\n", "dtype: object\n", "Drawing 452 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 047702\n", "block group 3\n", "dtype: object\n", "Drawing 610 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 047801\n", "block group 1\n", "dtype: object\n", "Drawing 563 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 047801\n", "block group 2\n", "dtype: object\n", "Drawing 271 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 047801\n", "block group 3\n", "dtype: object\n", "Drawing 789 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 047802\n", "block group 1\n", "dtype: object\n", "Drawing 471 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 047802\n", "block group 2\n", "dtype: object\n", "Drawing 526 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 047802\n", "block group 3\n", "dtype: object\n", "Drawing 633 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 047901\n", "block group 1\n", "dtype: object\n", "Drawing 365 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 047901\n", "block group 2\n", "dtype: object\n", "Drawing 777 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 047901\n", "block group 3\n", "dtype: object\n", "Drawing 457 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 047901\n", "block group 4\n", "dtype: object\n", "Drawing 495 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 047901\n", "block group 5\n", "dtype: object\n", "Drawing 486 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 047902\n", "block group 1\n", "dtype: object\n", "Drawing 417 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 047902\n", "block group 2\n", "dtype: object\n", "Drawing 590 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 047902\n", "block group 3\n", "dtype: object\n", "Drawing 536 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 060100\n", "block group 1\n", "dtype: object\n", "Drawing 1127 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 060400\n", "block group 1\n", "dtype: object\n", "Drawing 1454 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 060502\n", "block group 1\n", "dtype: object\n", "Drawing 280 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 060502\n", "block group 2\n", "dtype: object\n", "Drawing 239 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 060502\n", "block group 3\n", "dtype: object\n", "Drawing 394 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 060700\n", "block group 1\n", "dtype: object\n", "Drawing 2947 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 060700\n", "block group 2\n", "dtype: object\n", "Drawing 175 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 060700\n", "block group 3\n", "dtype: object\n", "Drawing 440 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 061000\n", "block group 1\n", "dtype: object\n", "Drawing 765 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 061000\n", "block group 2\n", "dtype: object\n", "Drawing 433 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 061100\n", "block group 1\n", "dtype: object\n", "Drawing 599 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 061100\n", "block group 2\n", "dtype: object\n", "Drawing 1001 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 061100\n", "block group 3\n", "dtype: object\n", "Drawing 560 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 061200\n", "block group 1\n", "dtype: object\n", "Drawing 285 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 061200\n", "block group 2\n", "dtype: object\n", "Drawing 819 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 061400\n", "block group 1\n", "dtype: object\n", "Drawing 830 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 061400\n", "block group 2\n", "dtype: object\n", "Drawing 1000 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 061400\n", "block group 3\n", "dtype: object\n", "Drawing 557 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 061500\n", "block group 1\n", "dtype: object\n", "Drawing 946 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 061500\n", "block group 2\n", "dtype: object\n", "Drawing 602 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 061500\n", "block group 3\n", "dtype: object\n", "Drawing 796 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 061500\n", "block group 4\n", "dtype: object\n", "Drawing 894 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 061500\n", "block group 5\n", "dtype: object\n", "Drawing 657 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 061500\n", "block group 6\n", "dtype: object\n", "Drawing 1904 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 980200\n", "block group 1\n", "dtype: object\n", "Drawing 76 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 980300\n", "block group 1\n", "dtype: object\n", "Drawing 23 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 980401\n", "block group 1\n", "dtype: object\n", "Drawing 0 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 980501\n", "block group 1\n", "dtype: object\n", "Drawing 234 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 980600\n", "block group 1\n", "dtype: object\n", "Drawing 109 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 980900\n", "block group 1\n", "dtype: object\n", "Drawing 177 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 075\n", "tract 990100\n", "block group 0\n", "dtype: object\n", "Drawing 0 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing at geog level: 'block_group' (number of geographies is 106)" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 200201\n", "block group 1\n", "dtype: object\n", "Drawing 415 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 200201\n", "block group 2\n", "dtype: object\n", "Drawing 473 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 200201\n", "block group 3\n", "dtype: object\n", "Drawing 397 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 200202\n", "block group 1\n", "dtype: object\n", "Drawing 297 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 200202\n", "block group 2\n", "dtype: object\n", "Drawing 151 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 200202\n", "block group 3\n", "dtype: object\n", "Drawing 598 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 200203\n", "block group 1\n", "dtype: object\n", "Drawing 420 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 200203\n", "block group 2\n", "dtype: object\n", "Drawing 438 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 200301\n", "block group 1\n", "dtype: object\n", "Drawing 637 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 200301\n", "block group 2\n", "dtype: object\n", "Drawing 442 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 200301\n", "block group 3\n", "dtype: object\n", "Drawing 630 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 200302\n", "block group 1\n", "dtype: object\n", "Drawing 364 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 200302\n", "block group 2\n", "dtype: object\n", "Drawing 552 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 200400\n", "block group 1\n", "dtype: object\n", "Drawing 452 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 200400\n", "block group 2\n", "dtype: object\n", "Drawing 607 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 200400\n", "block group 3\n", "dtype: object\n", "Drawing 404 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 200501\n", "block group 1\n", "dtype: object\n", "Drawing 440 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 200501\n", "block group 2\n", "dtype: object\n", "Drawing 457 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 200501\n", "block group 3\n", "dtype: object\n", "Drawing 958 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 200503\n", "block group 1\n", "dtype: object\n", "Drawing 597 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 200503\n", "block group 2\n", "dtype: object\n", "Drawing 178 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 200504\n", "block group 1\n", "dtype: object\n", "Drawing 562 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 200504\n", "block group 2\n", "dtype: object\n", "Drawing 1185 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 200504\n", "block group 3\n", "dtype: object\n", "Drawing 570 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 200505\n", "block group 1\n", "dtype: object\n", "Drawing 518 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 200505\n", "block group 2\n", "dtype: object\n", "Drawing 479 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 200601\n", "block group 1\n", "dtype: object\n", "Drawing 493 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 200601\n", "block group 2\n", "dtype: object\n", "Drawing 392 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 200601\n", "block group 3\n", "dtype: object\n", "Drawing 414 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 200601\n", "block group 4\n", "dtype: object\n", "Drawing 309 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 200602\n", "block group 1\n", "dtype: object\n", "Drawing 1113 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 200602\n", "block group 2\n", "dtype: object\n", "Drawing 358 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 200602\n", "block group 3\n", "dtype: object\n", "Drawing 376 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 200703\n", "block group 1\n", "dtype: object\n", "Drawing 782 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 200703\n", "block group 2\n", "dtype: object\n", "Drawing 355 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 200704\n", "block group 1\n", "dtype: object\n", "Drawing 660 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 200704\n", "block group 2\n", "dtype: object\n", "Drawing 403 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 200704\n", "block group 3\n", "dtype: object\n", "Drawing 515 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 200705\n", "block group 1\n", "dtype: object\n", "Drawing 550 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 200705\n", "block group 2\n", "dtype: object\n", "Drawing 454 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 200706\n", "block group 1\n", "dtype: object\n", "Drawing 453 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 200706\n", "block group 2\n", "dtype: object\n", "Drawing 314 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 200706\n", "block group 3\n", "dtype: object\n", "Drawing 343 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 200707\n", "block group 1\n", "dtype: object\n", "Drawing 864 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 200707\n", "block group 2\n", "dtype: object\n", "Drawing 470 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 200802\n", "block group 1\n", "dtype: object\n", "Drawing 348 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 200802\n", "block group 2\n", "dtype: object\n", "Drawing 777 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 200802\n", "block group 3\n", "dtype: object\n", "Drawing 1164 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 200803\n", "block group 1\n", "dtype: object\n", "Drawing 321 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 200803\n", "block group 2\n", "dtype: object\n", "Drawing 543 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 200804\n", "block group 1\n", "dtype: object\n", "Drawing 397 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 200804\n", "block group 2\n", "dtype: object\n", "Drawing 400 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 200804\n", "block group 3\n", "dtype: object\n", "Drawing 506 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 200804\n", "block group 4\n", "dtype: object\n", "Drawing 440 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 200900\n", "block group 1\n", "dtype: object\n", "Drawing 19 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 201003\n", "block group 1\n", "dtype: object\n", "Drawing 244 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 201003\n", "block group 2\n", "dtype: object\n", "Drawing 914 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 201004\n", "block group 1\n", "dtype: object\n", "Drawing 1150 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 201004\n", "block group 2\n", "dtype: object\n", "Drawing 718 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 201005\n", "block group 1\n", "dtype: object\n", "Drawing 255 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 201005\n", "block group 2\n", "dtype: object\n", "Drawing 434 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 201006\n", "block group 1\n", "dtype: object\n", "Drawing 440 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 201006\n", "block group 2\n", "dtype: object\n", "Drawing 428 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 201007\n", "block group 1\n", "dtype: object\n", "Drawing 488 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 201007\n", "block group 2\n", "dtype: object\n", "Drawing 567 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 201101\n", "block group 1\n", "dtype: object\n", "Drawing 446 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 201101\n", "block group 2\n", "dtype: object\n", "Drawing 321 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 201102\n", "block group 1\n", "dtype: object\n", "Drawing 477 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 201102\n", "block group 2\n", "dtype: object\n", "Drawing 326 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 201200\n", "block group 1\n", "dtype: object\n", "Drawing 257 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 201200\n", "block group 2\n", "dtype: object\n", "Drawing 393 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 201200\n", "block group 3\n", "dtype: object\n", "Drawing 812 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 201200\n", "block group 4\n", "dtype: object\n", "Drawing 487 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 201300\n", "block group 1\n", "dtype: object\n", "Drawing 660 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 201300\n", "block group 2\n", "dtype: object\n", "Drawing 568 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 201300\n", "block group 3\n", "dtype: object\n", "Drawing 11 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 201401\n", "block group 1\n", "dtype: object\n", "Drawing 341 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 201401\n", "block group 2\n", "dtype: object\n", "Drawing 598 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 201401\n", "block group 3\n", "dtype: object\n", "Drawing 585 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 201402\n", "block group 1\n", "dtype: object\n", "Drawing 280 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 201402\n", "block group 2\n", "dtype: object\n", "Drawing 309 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 201402\n", "block group 3\n", "dtype: object\n", "Drawing 538 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 201403\n", "block group 1\n", "dtype: object\n", "Drawing 93 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 201403\n", "block group 2\n", "dtype: object\n", "Drawing 202 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 201500\n", "block group 1\n", "dtype: object\n", "Drawing 415 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 201500\n", "block group 2\n", "dtype: object\n", "Drawing 380 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 201601\n", "block group 1\n", "dtype: object\n", "Drawing 473 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 201601\n", "block group 2\n", "dtype: object\n", "Drawing 539 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 201602\n", "block group 1\n", "dtype: object\n", "Drawing 502 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 201602\n", "block group 2\n", "dtype: object\n", "Drawing 271 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 201602\n", "block group 3\n", "dtype: object\n", "Drawing 174 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 201602\n", "block group 4\n", "dtype: object\n", "Drawing 617 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 201700\n", "block group 1\n", "dtype: object\n", "Drawing 228 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 201700\n", "block group 2\n", "dtype: object\n", "Drawing 343 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 201700\n", "block group 3\n", "dtype: object\n", "Drawing 340 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 201700\n", "block group 4\n", "dtype: object\n", "Drawing 361 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 201700\n", "block group 5\n", "dtype: object\n", "Drawing 242 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 201700\n", "block group 6\n", "dtype: object\n", "Drawing 260 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 201800\n", "block group 1\n", "dtype: object\n", "Drawing 409 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 201800\n", "block group 2\n", "dtype: object\n", "Drawing 322 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 201900\n", "block group 1\n", "dtype: object\n", "Drawing 222 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 201900\n", "block group 2\n", "dtype: object\n", "Drawing 315 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 202000\n", "block group 1\n", "dtype: object\n", "Drawing 487 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 202000\n", "block group 2\n", "dtype: object\n", "Drawing 351 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 202000\n", "block group 3\n", "dtype: object\n", "Drawing 557 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 055\n", "tract 202000\n", "block group 4\n", "dtype: object\n", "Drawing 583 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing at geog level: 'block_group' (number of geographies is 387)" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150100\n", "block group 1\n", "dtype: object\n", "Drawing 682 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150100\n", "block group 2\n", "dtype: object\n", "Drawing 223 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150100\n", "block group 3\n", "dtype: object\n", "Drawing 179 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150202\n", "block group 1\n", "dtype: object\n", "Drawing 388 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150202\n", "block group 2\n", "dtype: object\n", "Drawing 367 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150202\n", "block group 3\n", "dtype: object\n", "Drawing 358 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150202\n", "block group 4\n", "dtype: object\n", "Drawing 672 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150202\n", "block group 5\n", "dtype: object\n", "Drawing 549 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150203\n", "block group 1\n", "dtype: object\n", "Drawing 664 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150203\n", "block group 2\n", "dtype: object\n", "Drawing 593 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150203\n", "block group 3\n", "dtype: object\n", "Drawing 913 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150204\n", "block group 1\n", "dtype: object\n", "Drawing 389 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150204\n", "block group 2\n", "dtype: object\n", "Drawing 780 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150204\n", "block group 3\n", "dtype: object\n", "Drawing 540 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150303\n", "block group 1\n", "dtype: object\n", "Drawing 365 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150303\n", "block group 2\n", "dtype: object\n", "Drawing 455 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150303\n", "block group 3\n", "dtype: object\n", "Drawing 288 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150303\n", "block group 4\n", "dtype: object\n", "Drawing 1069 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150304\n", "block group 1\n", "dtype: object\n", "Drawing 301 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150304\n", "block group 2\n", "dtype: object\n", "Drawing 726 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150304\n", "block group 3\n", "dtype: object\n", "Drawing 639 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150304\n", "block group 4\n", "dtype: object\n", "Drawing 495 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150305\n", "block group 1\n", "dtype: object\n", "Drawing 264 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150305\n", "block group 2\n", "dtype: object\n", "Drawing 623 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150305\n", "block group 3\n", "dtype: object\n", "Drawing 452 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150305\n", "block group 4\n", "dtype: object\n", "Drawing 311 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150306\n", "block group 1\n", "dtype: object\n", "Drawing 277 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150306\n", "block group 2\n", "dtype: object\n", "Drawing 532 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150306\n", "block group 3\n", "dtype: object\n", "Drawing 790 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150500\n", "block group 1\n", "dtype: object\n", "Drawing 130 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150500\n", "block group 2\n", "dtype: object\n", "Drawing 191 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150500\n", "block group 3\n", "dtype: object\n", "Drawing 618 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150500\n", "block group 4\n", "dtype: object\n", "Drawing 130 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150500\n", "block group 5\n", "dtype: object\n", "Drawing 482 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150500\n", "block group 6\n", "dtype: object\n", "Drawing 309 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150601\n", "block group 1\n", "dtype: object\n", "Drawing 392 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150601\n", "block group 2\n", "dtype: object\n", "Drawing 288 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150601\n", "block group 3\n", "dtype: object\n", "Drawing 416 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150601\n", "block group 4\n", "dtype: object\n", "Drawing 258 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150602\n", "block group 1\n", "dtype: object\n", "Drawing 401 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150602\n", "block group 2\n", "dtype: object\n", "Drawing 158 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150602\n", "block group 3\n", "dtype: object\n", "Drawing 514 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150602\n", "block group 4\n", "dtype: object\n", "Drawing 430 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150603\n", "block group 1\n", "dtype: object\n", "Drawing 802 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150603\n", "block group 2\n", "dtype: object\n", "Drawing 315 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150603\n", "block group 3\n", "dtype: object\n", "Drawing 166 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150603\n", "block group 4\n", "dtype: object\n", "Drawing 665 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150603\n", "block group 5\n", "dtype: object\n", "Drawing 377 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150603\n", "block group 6\n", "dtype: object\n", "Drawing 298 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150607\n", "block group 1\n", "dtype: object\n", "Drawing 404 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150607\n", "block group 2\n", "dtype: object\n", "Drawing 359 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150607\n", "block group 3\n", "dtype: object\n", "Drawing 1108 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150609\n", "block group 1\n", "dtype: object\n", "Drawing 615 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150609\n", "block group 2\n", "dtype: object\n", "Drawing 380 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150609\n", "block group 3\n", "dtype: object\n", "Drawing 564 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150609\n", "block group 4\n", "dtype: object\n", "Drawing 301 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150610\n", "block group 1\n", "dtype: object\n", "Drawing 401 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150610\n", "block group 2\n", "dtype: object\n", "Drawing 728 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150610\n", "block group 3\n", "dtype: object\n", "Drawing 266 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150611\n", "block group 1\n", "dtype: object\n", "Drawing 880 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150611\n", "block group 2\n", "dtype: object\n", "Drawing 328 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150611\n", "block group 3\n", "dtype: object\n", "Drawing 98 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150612\n", "block group 1\n", "dtype: object\n", "Drawing 1034 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150612\n", "block group 2\n", "dtype: object\n", "Drawing 647 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150701\n", "block group 1\n", "dtype: object\n", "Drawing 598 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150701\n", "block group 2\n", "dtype: object\n", "Drawing 621 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150701\n", "block group 3\n", "dtype: object\n", "Drawing 529 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150701\n", "block group 4\n", "dtype: object\n", "Drawing 300 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150702\n", "block group 1\n", "dtype: object\n", "Drawing 479 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150702\n", "block group 2\n", "dtype: object\n", "Drawing 353 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150702\n", "block group 3\n", "dtype: object\n", "Drawing 462 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150702\n", "block group 4\n", "dtype: object\n", "Drawing 393 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150800\n", "block group 1\n", "dtype: object\n", "Drawing 430 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150800\n", "block group 2\n", "dtype: object\n", "Drawing 453 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150800\n", "block group 3\n", "dtype: object\n", "Drawing 277 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150800\n", "block group 4\n", "dtype: object\n", "Drawing 729 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150901\n", "block group 1\n", "dtype: object\n", "Drawing 404 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150901\n", "block group 2\n", "dtype: object\n", "Drawing 306 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150901\n", "block group 3\n", "dtype: object\n", "Drawing 492 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150901\n", "block group 4\n", "dtype: object\n", "Drawing 274 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150901\n", "block group 5\n", "dtype: object\n", "Drawing 414 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150902\n", "block group 1\n", "dtype: object\n", "Drawing 413 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150902\n", "block group 2\n", "dtype: object\n", "Drawing 359 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150902\n", "block group 3\n", "dtype: object\n", "Drawing 331 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 150902\n", "block group 4\n", "dtype: object\n", "Drawing 256 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151000\n", "block group 1\n", "dtype: object\n", "Drawing 420 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151000\n", "block group 2\n", "dtype: object\n", "Drawing 508 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151000\n", "block group 3\n", "dtype: object\n", "Drawing 506 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151100\n", "block group 1\n", "dtype: object\n", "Drawing 642 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151100\n", "block group 2\n", "dtype: object\n", "Drawing 656 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151100\n", "block group 3\n", "dtype: object\n", "Drawing 420 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151201\n", "block group 1\n", "dtype: object\n", "Drawing 665 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151201\n", "block group 2\n", "dtype: object\n", "Drawing 293 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151201\n", "block group 3\n", "dtype: object\n", "Drawing 358 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151201\n", "block group 4\n", "dtype: object\n", "Drawing 776 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151201\n", "block group 5\n", "dtype: object\n", "Drawing 653 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151203\n", "block group 1\n", "dtype: object\n", "Drawing 492 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151203\n", "block group 2\n", "dtype: object\n", "Drawing 461 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151203\n", "block group 3\n", "dtype: object\n", "Drawing 415 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151203\n", "block group 4\n", "dtype: object\n", "Drawing 755 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151204\n", "block group 1\n", "dtype: object\n", "Drawing 741 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151204\n", "block group 2\n", "dtype: object\n", "Drawing 541 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151204\n", "block group 3\n", "dtype: object\n", "Drawing 288 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151301\n", "block group 1\n", "dtype: object\n", "Drawing 574 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151301\n", "block group 2\n", "dtype: object\n", "Drawing 441 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151301\n", "block group 3\n", "dtype: object\n", "Drawing 563 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151305\n", "block group 1\n", "dtype: object\n", "Drawing 989 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151305\n", "block group 2\n", "dtype: object\n", "Drawing 256 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151305\n", "block group 3\n", "dtype: object\n", "Drawing 548 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151305\n", "block group 4\n", "dtype: object\n", "Drawing 511 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151306\n", "block group 1\n", "dtype: object\n", "Drawing 184 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151306\n", "block group 2\n", "dtype: object\n", "Drawing 433 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151306\n", "block group 3\n", "dtype: object\n", "Drawing 403 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151306\n", "block group 4\n", "dtype: object\n", "Drawing 553 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151307\n", "block group 1\n", "dtype: object\n", "Drawing 513 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151307\n", "block group 2\n", "dtype: object\n", "Drawing 362 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151307\n", "block group 3\n", "dtype: object\n", "Drawing 443 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151307\n", "block group 4\n", "dtype: object\n", "Drawing 414 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151308\n", "block group 1\n", "dtype: object\n", "Drawing 306 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151308\n", "block group 2\n", "dtype: object\n", "Drawing 755 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151308\n", "block group 3\n", "dtype: object\n", "Drawing 297 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151308\n", "block group 4\n", "dtype: object\n", "Drawing 181 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151308\n", "block group 5\n", "dtype: object\n", "Drawing 575 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151309\n", "block group 1\n", "dtype: object\n", "Drawing 358 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151309\n", "block group 2\n", "dtype: object\n", "Drawing 771 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151309\n", "block group 3\n", "dtype: object\n", "Drawing 675 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151310\n", "block group 1\n", "dtype: object\n", "Drawing 301 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151310\n", "block group 2\n", "dtype: object\n", "Drawing 588 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151310\n", "block group 3\n", "dtype: object\n", "Drawing 361 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151310\n", "block group 4\n", "dtype: object\n", "Drawing 170 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151311\n", "block group 1\n", "dtype: object\n", "Drawing 296 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151311\n", "block group 2\n", "dtype: object\n", "Drawing 769 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151311\n", "block group 3\n", "dtype: object\n", "Drawing 731 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151311\n", "block group 4\n", "dtype: object\n", "Drawing 371 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151311\n", "block group 5\n", "dtype: object\n", "Drawing 276 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151401\n", "block group 1\n", "dtype: object\n", "Drawing 1176 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151401\n", "block group 2\n", "dtype: object\n", "Drawing 483 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151401\n", "block group 3\n", "dtype: object\n", "Drawing 276 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151402\n", "block group 1\n", "dtype: object\n", "Drawing 807 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151402\n", "block group 2\n", "dtype: object\n", "Drawing 764 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151402\n", "block group 3\n", "dtype: object\n", "Drawing 980 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151402\n", "block group 4\n", "dtype: object\n", "Drawing 305 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151402\n", "block group 5\n", "dtype: object\n", "Drawing 566 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151502\n", "block group 1\n", "dtype: object\n", "Drawing 681 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151502\n", "block group 2\n", "dtype: object\n", "Drawing 306 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151502\n", "block group 3\n", "dtype: object\n", "Drawing 290 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151502\n", "block group 4\n", "dtype: object\n", "Drawing 293 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151502\n", "block group 5\n", "dtype: object\n", "Drawing 436 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151502\n", "block group 6\n", "dtype: object\n", "Drawing 908 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151503\n", "block group 1\n", "dtype: object\n", "Drawing 639 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151503\n", "block group 2\n", "dtype: object\n", "Drawing 267 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151503\n", "block group 3\n", "dtype: object\n", "Drawing 548 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151504\n", "block group 1\n", "dtype: object\n", "Drawing 475 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151504\n", "block group 2\n", "dtype: object\n", "Drawing 432 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151504\n", "block group 3\n", "dtype: object\n", "Drawing 437 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151601\n", "block group 1\n", "dtype: object\n", "Drawing 443 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151601\n", "block group 2\n", "dtype: object\n", "Drawing 485 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151601\n", "block group 3\n", "dtype: object\n", "Drawing 684 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151602\n", "block group 1\n", "dtype: object\n", "Drawing 600 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151602\n", "block group 2\n", "dtype: object\n", "Drawing 538 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151602\n", "block group 3\n", "dtype: object\n", "Drawing 668 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151700\n", "block group 1\n", "dtype: object\n", "Drawing 404 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151700\n", "block group 2\n", "dtype: object\n", "Drawing 347 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151700\n", "block group 3\n", "dtype: object\n", "Drawing 418 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151700\n", "block group 4\n", "dtype: object\n", "Drawing 650 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151700\n", "block group 5\n", "dtype: object\n", "Drawing 566 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151700\n", "block group 6\n", "dtype: object\n", "Drawing 489 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151800\n", "block group 1\n", "dtype: object\n", "Drawing 541 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151800\n", "block group 2\n", "dtype: object\n", "Drawing 214 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151800\n", "block group 3\n", "dtype: object\n", "Drawing 279 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151800\n", "block group 4\n", "dtype: object\n", "Drawing 646 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151800\n", "block group 5\n", "dtype: object\n", "Drawing 324 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151900\n", "block group 1\n", "dtype: object\n", "Drawing 253 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151900\n", "block group 2\n", "dtype: object\n", "Drawing 393 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151900\n", "block group 3\n", "dtype: object\n", "Drawing 286 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 151900\n", "block group 4\n", "dtype: object\n", "Drawing 388 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 152000\n", "block group 1\n", "dtype: object\n", "Drawing 565 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 152000\n", "block group 2\n", "dtype: object\n", "Drawing 344 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 152100\n", "block group 1\n", "dtype: object\n", "Drawing 358 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 152100\n", "block group 2\n", "dtype: object\n", "Drawing 261 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 152100\n", "block group 3\n", "dtype: object\n", "Drawing 380 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 152201\n", "block group 1\n", "dtype: object\n", "Drawing 346 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 152201\n", "block group 2\n", "dtype: object\n", "Drawing 475 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 152201\n", "block group 3\n", "dtype: object\n", "Drawing 470 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 152201\n", "block group 4\n", "dtype: object\n", "Drawing 377 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 152202\n", "block group 1\n", "dtype: object\n", "Drawing 247 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 152202\n", "block group 2\n", "dtype: object\n", "Drawing 1230 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 152202\n", "block group 3\n", "dtype: object\n", "Drawing 479 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 152202\n", "block group 4\n", "dtype: object\n", "Drawing 437 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 152202\n", "block group 5\n", "dtype: object\n", "Drawing 487 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 152203\n", "block group 1\n", "dtype: object\n", "Drawing 384 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 152203\n", "block group 2\n", "dtype: object\n", "Drawing 411 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 152203\n", "block group 3\n", "dtype: object\n", "Drawing 474 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 152203\n", "block group 4\n", "dtype: object\n", "Drawing 447 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 152300\n", "block group 1\n", "dtype: object\n", "Drawing 626 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 152300\n", "block group 2\n", "dtype: object\n", "Drawing 434 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 152300\n", "block group 3\n", "dtype: object\n", "Drawing 518 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 152300\n", "block group 4\n", "dtype: object\n", "Drawing 353 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 152400\n", "block group 1\n", "dtype: object\n", "Drawing 930 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 152400\n", "block group 2\n", "dtype: object\n", "Drawing 601 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 152400\n", "block group 3\n", "dtype: object\n", "Drawing 819 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 152400\n", "block group 4\n", "dtype: object\n", "Drawing 1079 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 152400\n", "block group 5\n", "dtype: object\n", "Drawing 685 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 152501\n", "block group 1\n", "dtype: object\n", "Drawing 738 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 152501\n", "block group 2\n", "dtype: object\n", "Drawing 502 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 152501\n", "block group 3\n", "dtype: object\n", "Drawing 408 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 152502\n", "block group 1\n", "dtype: object\n", "Drawing 549 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 152502\n", "block group 2\n", "dtype: object\n", "Drawing 539 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 152502\n", "block group 3\n", "dtype: object\n", "Drawing 398 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 152600\n", "block group 1\n", "dtype: object\n", "Drawing 610 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 152600\n", "block group 2\n", "dtype: object\n", "Drawing 764 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 152600\n", "block group 3\n", "dtype: object\n", "Drawing 399 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 152600\n", "block group 4\n", "dtype: object\n", "Drawing 505 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 152600\n", "block group 5\n", "dtype: object\n", "Drawing 603 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 152600\n", "block group 6\n", "dtype: object\n", "Drawing 237 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 152701\n", "block group 1\n", "dtype: object\n", "Drawing 577 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 152701\n", "block group 2\n", "dtype: object\n", "Drawing 342 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 152701\n", "block group 3\n", "dtype: object\n", "Drawing 271 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 152701\n", "block group 4\n", "dtype: object\n", "Drawing 271 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 152701\n", "block group 5\n", "dtype: object\n", "Drawing 512 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 152702\n", "block group 1\n", "dtype: object\n", "Drawing 65 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 152702\n", "block group 2\n", "dtype: object\n", "Drawing 540 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 152702\n", "block group 3\n", "dtype: object\n", "Drawing 300 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 152702\n", "block group 4\n", "dtype: object\n", "Drawing 819 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 152702\n", "block group 5\n", "dtype: object\n", "Drawing 262 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 152801\n", "block group 1\n", "dtype: object\n", "Drawing 657 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 152801\n", "block group 2\n", "dtype: object\n", "Drawing 345 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 152801\n", "block group 3\n", "dtype: object\n", "Drawing 380 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 152801\n", "block group 4\n", "dtype: object\n", "Drawing 239 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 152801\n", "block group 5\n", "dtype: object\n", "Drawing 326 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 152802\n", "block group 1\n", "dtype: object\n", "Drawing 438 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 152802\n", "block group 2\n", "dtype: object\n", "Drawing 857 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 152802\n", "block group 3\n", "dtype: object\n", "Drawing 314 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 152802\n", "block group 4\n", "dtype: object\n", "Drawing 689 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 152802\n", "block group 5\n", "dtype: object\n", "Drawing 329 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 152903\n", "block group 1\n", "dtype: object\n", "Drawing 245 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 152903\n", "block group 2\n", "dtype: object\n", "Drawing 750 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 152903\n", "block group 3\n", "dtype: object\n", "Drawing 178 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 152903\n", "block group 4\n", "dtype: object\n", "Drawing 384 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 152904\n", "block group 1\n", "dtype: object\n", "Drawing 809 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 152904\n", "block group 2\n", "dtype: object\n", "Drawing 286 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 152904\n", "block group 3\n", "dtype: object\n", "Drawing 377 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 152904\n", "block group 4\n", "dtype: object\n", "Drawing 388 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 152905\n", "block group 1\n", "dtype: object\n", "Drawing 564 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 152905\n", "block group 2\n", "dtype: object\n", "Drawing 441 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 152905\n", "block group 3\n", "dtype: object\n", "Drawing 459 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 152906\n", "block group 1\n", "dtype: object\n", "Drawing 1087 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 152906\n", "block group 2\n", "dtype: object\n", "Drawing 678 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153001\n", "block group 1\n", "dtype: object\n", "Drawing 711 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153001\n", "block group 2\n", "dtype: object\n", "Drawing 586 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153001\n", "block group 3\n", "dtype: object\n", "Drawing 962 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153002\n", "block group 1\n", "dtype: object\n", "Drawing 503 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153002\n", "block group 2\n", "dtype: object\n", "Drawing 481 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153002\n", "block group 3\n", "dtype: object\n", "Drawing 212 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153002\n", "block group 4\n", "dtype: object\n", "Drawing 396 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153002\n", "block group 5\n", "dtype: object\n", "Drawing 250 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153003\n", "block group 1\n", "dtype: object\n", "Drawing 397 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153003\n", "block group 2\n", "dtype: object\n", "Drawing 359 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153003\n", "block group 3\n", "dtype: object\n", "Drawing 583 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153003\n", "block group 4\n", "dtype: object\n", "Drawing 632 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153005\n", "block group 1\n", "dtype: object\n", "Drawing 336 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153005\n", "block group 2\n", "dtype: object\n", "Drawing 197 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153005\n", "block group 3\n", "dtype: object\n", "Drawing 597 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153005\n", "block group 4\n", "dtype: object\n", "Drawing 335 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153005\n", "block group 5\n", "dtype: object\n", "Drawing 655 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153005\n", "block group 6\n", "dtype: object\n", "Drawing 301 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153006\n", "block group 1\n", "dtype: object\n", "Drawing 365 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153006\n", "block group 2\n", "dtype: object\n", "Drawing 323 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153006\n", "block group 3\n", "dtype: object\n", "Drawing 563 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153006\n", "block group 4\n", "dtype: object\n", "Drawing 665 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153006\n", "block group 5\n", "dtype: object\n", "Drawing 338 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153006\n", "block group 6\n", "dtype: object\n", "Drawing 477 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153102\n", "block group 1\n", "dtype: object\n", "Drawing 373 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153102\n", "block group 2\n", "dtype: object\n", "Drawing 474 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153102\n", "block group 3\n", "dtype: object\n", "Drawing 311 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153102\n", "block group 4\n", "dtype: object\n", "Drawing 229 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153103\n", "block group 1\n", "dtype: object\n", "Drawing 638 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153103\n", "block group 2\n", "dtype: object\n", "Drawing 545 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153103\n", "block group 3\n", "dtype: object\n", "Drawing 254 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153104\n", "block group 1\n", "dtype: object\n", "Drawing 503 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153104\n", "block group 2\n", "dtype: object\n", "Drawing 212 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153104\n", "block group 3\n", "dtype: object\n", "Drawing 405 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153200\n", "block group 1\n", "dtype: object\n", "Drawing 306 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153200\n", "block group 2\n", "dtype: object\n", "Drawing 232 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153200\n", "block group 3\n", "dtype: object\n", "Drawing 450 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153200\n", "block group 4\n", "dtype: object\n", "Drawing 1038 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153300\n", "block group 1\n", "dtype: object\n", "Drawing 1212 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153300\n", "block group 2\n", "dtype: object\n", "Drawing 329 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153300\n", "block group 3\n", "dtype: object\n", "Drawing 365 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153300\n", "block group 4\n", "dtype: object\n", "Drawing 1400 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153401\n", "block group 1\n", "dtype: object\n", "Drawing 310 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153401\n", "block group 2\n", "dtype: object\n", "Drawing 545 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153401\n", "block group 3\n", "dtype: object\n", "Drawing 467 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153401\n", "block group 4\n", "dtype: object\n", "Drawing 378 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153401\n", "block group 5\n", "dtype: object\n", "Drawing 521 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153401\n", "block group 6\n", "dtype: object\n", "Drawing 488 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153403\n", "block group 1\n", "dtype: object\n", "Drawing 509 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153403\n", "block group 2\n", "dtype: object\n", "Drawing 444 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153403\n", "block group 3\n", "dtype: object\n", "Drawing 296 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153403\n", "block group 4\n", "dtype: object\n", "Drawing 359 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153404\n", "block group 1\n", "dtype: object\n", "Drawing 328 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153404\n", "block group 2\n", "dtype: object\n", "Drawing 574 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153404\n", "block group 3\n", "dtype: object\n", "Drawing 339 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153404\n", "block group 4\n", "dtype: object\n", "Drawing 587 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153501\n", "block group 1\n", "dtype: object\n", "Drawing 280 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153501\n", "block group 2\n", "dtype: object\n", "Drawing 536 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153501\n", "block group 3\n", "dtype: object\n", "Drawing 371 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153501\n", "block group 4\n", "dtype: object\n", "Drawing 622 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153502\n", "block group 1\n", "dtype: object\n", "Drawing 315 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153502\n", "block group 2\n", "dtype: object\n", "Drawing 300 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153502\n", "block group 3\n", "dtype: object\n", "Drawing 500 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153502\n", "block group 4\n", "dtype: object\n", "Drawing 460 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153600\n", "block group 1\n", "dtype: object\n", "Drawing 379 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153600\n", "block group 2\n", "dtype: object\n", "Drawing 372 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153600\n", "block group 3\n", "dtype: object\n", "Drawing 419 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153600\n", "block group 4\n", "dtype: object\n", "Drawing 452 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153600\n", "block group 5\n", "dtype: object\n", "Drawing 579 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153703\n", "block group 1\n", "dtype: object\n", "Drawing 397 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153703\n", "block group 2\n", "dtype: object\n", "Drawing 362 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153703\n", "block group 3\n", "dtype: object\n", "Drawing 352 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153703\n", "block group 4\n", "dtype: object\n", "Drawing 234 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153703\n", "block group 5\n", "dtype: object\n", "Drawing 230 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153704\n", "block group 1\n", "dtype: object\n", "Drawing 429 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153704\n", "block group 2\n", "dtype: object\n", "Drawing 315 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153704\n", "block group 3\n", "dtype: object\n", "Drawing 375 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153704\n", "block group 4\n", "dtype: object\n", "Drawing 726 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153705\n", "block group 1\n", "dtype: object\n", "Drawing 255 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153705\n", "block group 2\n", "dtype: object\n", "Drawing 355 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153705\n", "block group 3\n", "dtype: object\n", "Drawing 411 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153705\n", "block group 4\n", "dtype: object\n", "Drawing 495 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153706\n", "block group 1\n", "dtype: object\n", "Drawing 317 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153706\n", "block group 2\n", "dtype: object\n", "Drawing 538 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153706\n", "block group 3\n", "dtype: object\n", "Drawing 673 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153706\n", "block group 4\n", "dtype: object\n", "Drawing 301 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153801\n", "block group 1\n", "dtype: object\n", "Drawing 515 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153801\n", "block group 2\n", "dtype: object\n", "Drawing 1744 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153801\n", "block group 3\n", "dtype: object\n", "Drawing 345 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153801\n", "block group 4\n", "dtype: object\n", "Drawing 638 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153804\n", "block group 1\n", "dtype: object\n", "Drawing 625 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153804\n", "block group 2\n", "dtype: object\n", "Drawing 450 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153806\n", "block group 1\n", "dtype: object\n", "Drawing 339 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153806\n", "block group 2\n", "dtype: object\n", "Drawing 345 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153806\n", "block group 3\n", "dtype: object\n", "Drawing 549 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153807\n", "block group 1\n", "dtype: object\n", "Drawing 439 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153807\n", "block group 2\n", "dtype: object\n", "Drawing 981 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153808\n", "block group 1\n", "dtype: object\n", "Drawing 631 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153808\n", "block group 2\n", "dtype: object\n", "Drawing 269 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153808\n", "block group 3\n", "dtype: object\n", "Drawing 552 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153809\n", "block group 1\n", "dtype: object\n", "Drawing 524 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153809\n", "block group 2\n", "dtype: object\n", "Drawing 604 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153809\n", "block group 3\n", "dtype: object\n", "Drawing 379 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153901\n", "block group 1\n", "dtype: object\n", "Drawing 484 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153901\n", "block group 2\n", "dtype: object\n", "Drawing 555 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153901\n", "block group 3\n", "dtype: object\n", "Drawing 829 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153901\n", "block group 4\n", "dtype: object\n", "Drawing 390 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153902\n", "block group 1\n", "dtype: object\n", "Drawing 490 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153902\n", "block group 2\n", "dtype: object\n", "Drawing 250 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153902\n", "block group 3\n", "dtype: object\n", "Drawing 443 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153902\n", "block group 4\n", "dtype: object\n", "Drawing 312 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153903\n", "block group 1\n", "dtype: object\n", "Drawing 362 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153903\n", "block group 2\n", "dtype: object\n", "Drawing 352 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153903\n", "block group 3\n", "dtype: object\n", "Drawing 345 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 153903\n", "block group 4\n", "dtype: object\n", "Drawing 479 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 154000\n", "block group 1\n", "dtype: object\n", "Drawing 209 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 154000\n", "block group 2\n", "dtype: object\n", "Drawing 313 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 154000\n", "block group 3\n", "dtype: object\n", "Drawing 524 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 154100\n", "block group 1\n", "dtype: object\n", "Drawing 207 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 154100\n", "block group 2\n", "dtype: object\n", "Drawing 493 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 154100\n", "block group 3\n", "dtype: object\n", "Drawing 469 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 154100\n", "block group 4\n", "dtype: object\n", "Drawing 334 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 154201\n", "block group 1\n", "dtype: object\n", "Drawing 399 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 154201\n", "block group 2\n", "dtype: object\n", "Drawing 307 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 154201\n", "block group 3\n", "dtype: object\n", "Drawing 209 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 154201\n", "block group 4\n", "dtype: object\n", "Drawing 371 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 154202\n", "block group 1\n", "dtype: object\n", "Drawing 1705 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 154202\n", "block group 2\n", "dtype: object\n", "Drawing 337 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 154202\n", "block group 3\n", "dtype: object\n", "Drawing 243 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 154302\n", "block group 1\n", "dtype: object\n", "Drawing 444 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 154302\n", "block group 2\n", "dtype: object\n", "Drawing 560 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 154302\n", "block group 3\n", "dtype: object\n", "Drawing 255 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 154302\n", "block group 4\n", "dtype: object\n", "Drawing 358 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 154303\n", "block group 1\n", "dtype: object\n", "Drawing 321 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 154303\n", "block group 2\n", "dtype: object\n", "Drawing 265 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 154304\n", "block group 1\n", "dtype: object\n", "Drawing 286 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 154304\n", "block group 2\n", "dtype: object\n", "Drawing 215 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 154304\n", "block group 3\n", "dtype: object\n", "Drawing 467 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 097\n", "tract 990100\n", "block group 0\n", "dtype: object\n", "Drawing 0 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing at geog level: 'block_group' (number of geographies is 637)" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 301000\n", "block group 1\n", "dtype: object\n", "Drawing 442 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 301000\n", "block group 2\n", "dtype: object\n", "Drawing 552 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 301000\n", "block group 3\n", "dtype: object\n", "Drawing 456 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 302005\n", "block group 1\n", "dtype: object\n", "Drawing 612 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 302005\n", "block group 2\n", "dtype: object\n", "Drawing 539 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 302005\n", "block group 3\n", "dtype: object\n", "Drawing 652 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 302005\n", "block group 4\n", "dtype: object\n", "Drawing 348 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 302006\n", "block group 1\n", "dtype: object\n", "Drawing 452 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 302006\n", "block group 2\n", "dtype: object\n", "Drawing 730 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 302007\n", "block group 1\n", "dtype: object\n", "Drawing 1029 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 302007\n", "block group 2\n", "dtype: object\n", "Drawing 950 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 302008\n", "block group 1\n", "dtype: object\n", "Drawing 852 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 302008\n", "block group 2\n", "dtype: object\n", "Drawing 1247 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 302009\n", "block group 1\n", "dtype: object\n", "Drawing 528 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 302009\n", "block group 2\n", "dtype: object\n", "Drawing 901 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 302010\n", "block group 1\n", "dtype: object\n", "Drawing 885 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 302010\n", "block group 2\n", "dtype: object\n", "Drawing 1037 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 302010\n", "block group 3\n", "dtype: object\n", "Drawing 447 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 302010\n", "block group 4\n", "dtype: object\n", "Drawing 549 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 303102\n", "block group 1\n", "dtype: object\n", "Drawing 1337 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 303102\n", "block group 2\n", "dtype: object\n", "Drawing 739 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 303103\n", "block group 1\n", "dtype: object\n", "Drawing 711 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 303103\n", "block group 2\n", "dtype: object\n", "Drawing 627 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 303103\n", "block group 3\n", "dtype: object\n", "Drawing 690 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 303103\n", "block group 4\n", "dtype: object\n", "Drawing 1023 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 303201\n", "block group 1\n", "dtype: object\n", "Drawing 689 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 303201\n", "block group 2\n", "dtype: object\n", "Drawing 948 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 303201\n", "block group 3\n", "dtype: object\n", "Drawing 1211 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 303202\n", "block group 1\n", "dtype: object\n", "Drawing 198 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 303202\n", "block group 2\n", "dtype: object\n", "Drawing 797 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 303202\n", "block group 3\n", "dtype: object\n", "Drawing 184 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 303202\n", "block group 4\n", "dtype: object\n", "Drawing 736 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 303203\n", "block group 1\n", "dtype: object\n", "Drawing 2351 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 303204\n", "block group 1\n", "dtype: object\n", "Drawing 633 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 303204\n", "block group 2\n", "dtype: object\n", "Drawing 403 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 303204\n", "block group 3\n", "dtype: object\n", "Drawing 389 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 303205\n", "block group 1\n", "dtype: object\n", "Drawing 1926 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 303205\n", "block group 2\n", "dtype: object\n", "Drawing 1207 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 304001\n", "block group 1\n", "dtype: object\n", "Drawing 1051 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 304002\n", "block group 1\n", "dtype: object\n", "Drawing 490 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 304003\n", "block group 1\n", "dtype: object\n", "Drawing 847 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 304003\n", "block group 2\n", "dtype: object\n", "Drawing 291 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 304003\n", "block group 3\n", "dtype: object\n", "Drawing 387 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 304004\n", "block group 1\n", "dtype: object\n", "Drawing 968 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 304004\n", "block group 2\n", "dtype: object\n", "Drawing 639 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 304005\n", "block group 1\n", "dtype: object\n", "Drawing 1176 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 304005\n", "block group 2\n", "dtype: object\n", "Drawing 656 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 305000\n", "block group 1\n", "dtype: object\n", "Drawing 445 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 305000\n", "block group 2\n", "dtype: object\n", "Drawing 315 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 305000\n", "block group 3\n", "dtype: object\n", "Drawing 241 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 305000\n", "block group 4\n", "dtype: object\n", "Drawing 482 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 305000\n", "block group 5\n", "dtype: object\n", "Drawing 513 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 306002\n", "block group 1\n", "dtype: object\n", "Drawing 590 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 306002\n", "block group 2\n", "dtype: object\n", "Drawing 490 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 306003\n", "block group 1\n", "dtype: object\n", "Drawing 306 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 306003\n", "block group 2\n", "dtype: object\n", "Drawing 494 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 306003\n", "block group 3\n", "dtype: object\n", "Drawing 868 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 306004\n", "block group 1\n", "dtype: object\n", "Drawing 697 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 306004\n", "block group 2\n", "dtype: object\n", "Drawing 432 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 307101\n", "block group 1\n", "dtype: object\n", "Drawing 583 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 307101\n", "block group 2\n", "dtype: object\n", "Drawing 243 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 307101\n", "block group 3\n", "dtype: object\n", "Drawing 599 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 307102\n", "block group 1\n", "dtype: object\n", "Drawing 395 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 307102\n", "block group 2\n", "dtype: object\n", "Drawing 348 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 307102\n", "block group 3\n", "dtype: object\n", "Drawing 381 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 307102\n", "block group 4\n", "dtype: object\n", "Drawing 486 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 307201\n", "block group 1\n", "dtype: object\n", "Drawing 534 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 307201\n", "block group 2\n", "dtype: object\n", "Drawing 505 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 307202\n", "block group 1\n", "dtype: object\n", "Drawing 485 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 307202\n", "block group 2\n", "dtype: object\n", "Drawing 216 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 307202\n", "block group 3\n", "dtype: object\n", "Drawing 581 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 307204\n", "block group 1\n", "dtype: object\n", "Drawing 503 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 307204\n", "block group 2\n", "dtype: object\n", "Drawing 239 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 307204\n", "block group 3\n", "dtype: object\n", "Drawing 530 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 307205\n", "block group 1\n", "dtype: object\n", "Drawing 615 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 307205\n", "block group 2\n", "dtype: object\n", "Drawing 787 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 307205\n", "block group 3\n", "dtype: object\n", "Drawing 347 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 307205\n", "block group 4\n", "dtype: object\n", "Drawing 643 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 308001\n", "block group 1\n", "dtype: object\n", "Drawing 504 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 308001\n", "block group 2\n", "dtype: object\n", "Drawing 747 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 308001\n", "block group 3\n", "dtype: object\n", "Drawing 575 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 308001\n", "block group 4\n", "dtype: object\n", "Drawing 409 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 308002\n", "block group 1\n", "dtype: object\n", "Drawing 667 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 308002\n", "block group 2\n", "dtype: object\n", "Drawing 567 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 309000\n", "block group 1\n", "dtype: object\n", "Drawing 679 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 309000\n", "block group 2\n", "dtype: object\n", "Drawing 178 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 310000\n", "block group 1\n", "dtype: object\n", "Drawing 404 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 310000\n", "block group 2\n", "dtype: object\n", "Drawing 299 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 310000\n", "block group 3\n", "dtype: object\n", "Drawing 824 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 311000\n", "block group 1\n", "dtype: object\n", "Drawing 407 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 311000\n", "block group 2\n", "dtype: object\n", "Drawing 462 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 311000\n", "block group 3\n", "dtype: object\n", "Drawing 486 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 312000\n", "block group 1\n", "dtype: object\n", "Drawing 736 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 313101\n", "block group 1\n", "dtype: object\n", "Drawing 601 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 313101\n", "block group 2\n", "dtype: object\n", "Drawing 527 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 313101\n", "block group 3\n", "dtype: object\n", "Drawing 973 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 313101\n", "block group 4\n", "dtype: object\n", "Drawing 598 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 313102\n", "block group 1\n", "dtype: object\n", "Drawing 731 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 313102\n", "block group 2\n", "dtype: object\n", "Drawing 529 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 313103\n", "block group 1\n", "dtype: object\n", "Drawing 1521 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 313103\n", "block group 2\n", "dtype: object\n", "Drawing 542 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 313103\n", "block group 3\n", "dtype: object\n", "Drawing 358 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 313203\n", "block group 1\n", "dtype: object\n", "Drawing 627 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 313203\n", "block group 2\n", "dtype: object\n", "Drawing 202 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 313203\n", "block group 3\n", "dtype: object\n", "Drawing 141 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 313204\n", "block group 1\n", "dtype: object\n", "Drawing 664 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 313204\n", "block group 2\n", "dtype: object\n", "Drawing 584 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 313204\n", "block group 3\n", "dtype: object\n", "Drawing 427 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 313205\n", "block group 1\n", "dtype: object\n", "Drawing 530 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 313206\n", "block group 1\n", "dtype: object\n", "Drawing 235 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 313206\n", "block group 2\n", "dtype: object\n", "Drawing 804 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 313206\n", "block group 3\n", "dtype: object\n", "Drawing 545 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 314102\n", "block group 1\n", "dtype: object\n", "Drawing 413 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 314102\n", "block group 2\n", "dtype: object\n", "Drawing 351 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 314102\n", "block group 3\n", "dtype: object\n", "Drawing 852 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 314103\n", "block group 1\n", "dtype: object\n", "Drawing 559 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 314103\n", "block group 2\n", "dtype: object\n", "Drawing 448 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 314103\n", "block group 3\n", "dtype: object\n", "Drawing 669 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 314104\n", "block group 1\n", "dtype: object\n", "Drawing 646 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 314104\n", "block group 2\n", "dtype: object\n", "Drawing 831 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 314104\n", "block group 3\n", "dtype: object\n", "Drawing 567 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 314104\n", "block group 4\n", "dtype: object\n", "Drawing 339 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 314200\n", "block group 1\n", "dtype: object\n", "Drawing 609 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 314200\n", "block group 2\n", "dtype: object\n", "Drawing 622 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 314200\n", "block group 3\n", "dtype: object\n", "Drawing 538 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 315000\n", "block group 1\n", "dtype: object\n", "Drawing 231 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 315000\n", "block group 2\n", "dtype: object\n", "Drawing 981 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 316000\n", "block group 1\n", "dtype: object\n", "Drawing 422 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 317000\n", "block group 1\n", "dtype: object\n", "Drawing 504 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 317000\n", "block group 2\n", "dtype: object\n", "Drawing 548 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 318000\n", "block group 1\n", "dtype: object\n", "Drawing 367 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 318000\n", "block group 2\n", "dtype: object\n", "Drawing 537 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 318000\n", "block group 3\n", "dtype: object\n", "Drawing 531 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 319000\n", "block group 1\n", "dtype: object\n", "Drawing 325 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 319000\n", "block group 2\n", "dtype: object\n", "Drawing 521 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 319000\n", "block group 3\n", "dtype: object\n", "Drawing 817 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 319000\n", "block group 4\n", "dtype: object\n", "Drawing 290 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 319000\n", "block group 5\n", "dtype: object\n", "Drawing 356 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 319000\n", "block group 6\n", "dtype: object\n", "Drawing 767 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 320001\n", "block group 1\n", "dtype: object\n", "Drawing 503 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 320001\n", "block group 2\n", "dtype: object\n", "Drawing 767 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 320003\n", "block group 1\n", "dtype: object\n", "Drawing 1042 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 320004\n", "block group 1\n", "dtype: object\n", "Drawing 965 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 320004\n", "block group 2\n", "dtype: object\n", "Drawing 819 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 320004\n", "block group 3\n", "dtype: object\n", "Drawing 647 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 321101\n", "block group 1\n", "dtype: object\n", "Drawing 852 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 321101\n", "block group 2\n", "dtype: object\n", "Drawing 433 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 321101\n", "block group 3\n", "dtype: object\n", "Drawing 848 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 321101\n", "block group 4\n", "dtype: object\n", "Drawing 353 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 321102\n", "block group 1\n", "dtype: object\n", "Drawing 570 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 321102\n", "block group 2\n", "dtype: object\n", "Drawing 731 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 321102\n", "block group 3\n", "dtype: object\n", "Drawing 688 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 321102\n", "block group 4\n", "dtype: object\n", "Drawing 811 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 321103\n", "block group 1\n", "dtype: object\n", "Drawing 818 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 321103\n", "block group 2\n", "dtype: object\n", "Drawing 628 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 321103\n", "block group 3\n", "dtype: object\n", "Drawing 252 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 321200\n", "block group 1\n", "dtype: object\n", "Drawing 646 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 321200\n", "block group 2\n", "dtype: object\n", "Drawing 1065 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 321200\n", "block group 3\n", "dtype: object\n", "Drawing 590 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 322000\n", "block group 1\n", "dtype: object\n", "Drawing 335 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 322000\n", "block group 2\n", "dtype: object\n", "Drawing 408 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 322000\n", "block group 3\n", "dtype: object\n", "Drawing 854 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 322000\n", "block group 4\n", "dtype: object\n", "Drawing 676 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 322000\n", "block group 5\n", "dtype: object\n", "Drawing 216 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 323000\n", "block group 1\n", "dtype: object\n", "Drawing 387 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 323000\n", "block group 2\n", "dtype: object\n", "Drawing 389 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 323000\n", "block group 3\n", "dtype: object\n", "Drawing 570 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 323000\n", "block group 4\n", "dtype: object\n", "Drawing 310 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 324001\n", "block group 1\n", "dtype: object\n", "Drawing 189 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 324001\n", "block group 2\n", "dtype: object\n", "Drawing 1238 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 324001\n", "block group 3\n", "dtype: object\n", "Drawing 1075 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 324001\n", "block group 4\n", "dtype: object\n", "Drawing 177 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 324002\n", "block group 1\n", "dtype: object\n", "Drawing 1084 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 324002\n", "block group 2\n", "dtype: object\n", "Drawing 538 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 324002\n", "block group 3\n", "dtype: object\n", "Drawing 916 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 325000\n", "block group 1\n", "dtype: object\n", "Drawing 491 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 325000\n", "block group 2\n", "dtype: object\n", "Drawing 249 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 325000\n", "block group 3\n", "dtype: object\n", "Drawing 800 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 325000\n", "block group 4\n", "dtype: object\n", "Drawing 375 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 325000\n", "block group 5\n", "dtype: object\n", "Drawing 284 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 326000\n", "block group 1\n", "dtype: object\n", "Drawing 942 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 326000\n", "block group 2\n", "dtype: object\n", "Drawing 420 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 327000\n", "block group 1\n", "dtype: object\n", "Drawing 1011 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 327000\n", "block group 2\n", "dtype: object\n", "Drawing 314 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 327000\n", "block group 3\n", "dtype: object\n", "Drawing 372 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 327000\n", "block group 4\n", "dtype: object\n", "Drawing 345 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 327000\n", "block group 5\n", "dtype: object\n", "Drawing 705 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 328000\n", "block group 1\n", "dtype: object\n", "Drawing 597 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 328000\n", "block group 2\n", "dtype: object\n", "Drawing 708 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 329000\n", "block group 1\n", "dtype: object\n", "Drawing 509 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 329000\n", "block group 2\n", "dtype: object\n", "Drawing 800 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 329000\n", "block group 3\n", "dtype: object\n", "Drawing 437 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 329000\n", "block group 4\n", "dtype: object\n", "Drawing 661 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 330000\n", "block group 1\n", "dtype: object\n", "Drawing 410 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 330000\n", "block group 2\n", "dtype: object\n", "Drawing 736 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 330000\n", "block group 3\n", "dtype: object\n", "Drawing 330 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 330000\n", "block group 4\n", "dtype: object\n", "Drawing 458 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 331000\n", "block group 1\n", "dtype: object\n", "Drawing 445 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 331000\n", "block group 2\n", "dtype: object\n", "Drawing 435 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 331000\n", "block group 3\n", "dtype: object\n", "Drawing 385 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 331000\n", "block group 4\n", "dtype: object\n", "Drawing 454 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 331000\n", "block group 5\n", "dtype: object\n", "Drawing 457 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 331000\n", "block group 6\n", "dtype: object\n", "Drawing 446 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 332000\n", "block group 1\n", "dtype: object\n", "Drawing 651 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 332000\n", "block group 2\n", "dtype: object\n", "Drawing 325 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 332000\n", "block group 3\n", "dtype: object\n", "Drawing 443 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 332000\n", "block group 4\n", "dtype: object\n", "Drawing 459 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 332000\n", "block group 5\n", "dtype: object\n", "Drawing 260 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 332000\n", "block group 6\n", "dtype: object\n", "Drawing 431 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 332000\n", "block group 7\n", "dtype: object\n", "Drawing 320 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 333101\n", "block group 1\n", "dtype: object\n", "Drawing 361 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 333101\n", "block group 2\n", "dtype: object\n", "Drawing 789 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 333101\n", "block group 3\n", "dtype: object\n", "Drawing 358 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 333102\n", "block group 1\n", "dtype: object\n", "Drawing 453 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 333102\n", "block group 2\n", "dtype: object\n", "Drawing 263 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 333102\n", "block group 3\n", "dtype: object\n", "Drawing 913 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 333200\n", "block group 1\n", "dtype: object\n", "Drawing 332 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 333200\n", "block group 2\n", "dtype: object\n", "Drawing 425 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 333200\n", "block group 3\n", "dtype: object\n", "Drawing 384 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 333200\n", "block group 4\n", "dtype: object\n", "Drawing 439 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 333200\n", "block group 5\n", "dtype: object\n", "Drawing 602 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 334001\n", "block group 1\n", "dtype: object\n", "Drawing 785 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 334001\n", "block group 2\n", "dtype: object\n", "Drawing 687 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 334004\n", "block group 1\n", "dtype: object\n", "Drawing 594 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 334004\n", "block group 2\n", "dtype: object\n", "Drawing 764 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 334004\n", "block group 3\n", "dtype: object\n", "Drawing 1187 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 334004\n", "block group 4\n", "dtype: object\n", "Drawing 612 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 334006\n", "block group 1\n", "dtype: object\n", "Drawing 470 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 334006\n", "block group 2\n", "dtype: object\n", "Drawing 815 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 334006\n", "block group 3\n", "dtype: object\n", "Drawing 413 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 334200\n", "block group 1\n", "dtype: object\n", "Drawing 570 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 334200\n", "block group 2\n", "dtype: object\n", "Drawing 534 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 334200\n", "block group 3\n", "dtype: object\n", "Drawing 876 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 334200\n", "block group 4\n", "dtype: object\n", "Drawing 303 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 334200\n", "block group 5\n", "dtype: object\n", "Drawing 485 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 335000\n", "block group 1\n", "dtype: object\n", "Drawing 503 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 335000\n", "block group 2\n", "dtype: object\n", "Drawing 453 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 335000\n", "block group 3\n", "dtype: object\n", "Drawing 322 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 336101\n", "block group 1\n", "dtype: object\n", "Drawing 586 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 336101\n", "block group 2\n", "dtype: object\n", "Drawing 649 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 336101\n", "block group 3\n", "dtype: object\n", "Drawing 213 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 336102\n", "block group 1\n", "dtype: object\n", "Drawing 596 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 336102\n", "block group 2\n", "dtype: object\n", "Drawing 596 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 336102\n", "block group 3\n", "dtype: object\n", "Drawing 470 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 336102\n", "block group 4\n", "dtype: object\n", "Drawing 855 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 336201\n", "block group 1\n", "dtype: object\n", "Drawing 461 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 336201\n", "block group 2\n", "dtype: object\n", "Drawing 452 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 336201\n", "block group 3\n", "dtype: object\n", "Drawing 157 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 336202\n", "block group 1\n", "dtype: object\n", "Drawing 652 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 336202\n", "block group 2\n", "dtype: object\n", "Drawing 402 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 336202\n", "block group 3\n", "dtype: object\n", "Drawing 517 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 337100\n", "block group 1\n", "dtype: object\n", "Drawing 623 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 337100\n", "block group 2\n", "dtype: object\n", "Drawing 500 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 337200\n", "block group 1\n", "dtype: object\n", "Drawing 301 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 337200\n", "block group 2\n", "dtype: object\n", "Drawing 726 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 337200\n", "block group 3\n", "dtype: object\n", "Drawing 473 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 337200\n", "block group 4\n", "dtype: object\n", "Drawing 288 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 337200\n", "block group 5\n", "dtype: object\n", "Drawing 638 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 337200\n", "block group 6\n", "dtype: object\n", "Drawing 636 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 337300\n", "block group 1\n", "dtype: object\n", "Drawing 450 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 337300\n", "block group 2\n", "dtype: object\n", "Drawing 551 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 337300\n", "block group 3\n", "dtype: object\n", "Drawing 266 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 337300\n", "block group 4\n", "dtype: object\n", "Drawing 225 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 337300\n", "block group 5\n", "dtype: object\n", "Drawing 282 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 337300\n", "block group 6\n", "dtype: object\n", "Drawing 416 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 338101\n", "block group 1\n", "dtype: object\n", "Drawing 316 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 338101\n", "block group 2\n", "dtype: object\n", "Drawing 298 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 338101\n", "block group 3\n", "dtype: object\n", "Drawing 1086 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 338102\n", "block group 1\n", "dtype: object\n", "Drawing 414 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 338102\n", "block group 2\n", "dtype: object\n", "Drawing 213 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 338102\n", "block group 3\n", "dtype: object\n", "Drawing 695 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 338201\n", "block group 1\n", "dtype: object\n", "Drawing 696 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 338201\n", "block group 2\n", "dtype: object\n", "Drawing 734 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 338203\n", "block group 1\n", "dtype: object\n", "Drawing 1015 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 338203\n", "block group 2\n", "dtype: object\n", "Drawing 1090 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 338203\n", "block group 3\n", "dtype: object\n", "Drawing 429 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 338204\n", "block group 1\n", "dtype: object\n", "Drawing 851 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 338204\n", "block group 2\n", "dtype: object\n", "Drawing 356 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 338204\n", "block group 3\n", "dtype: object\n", "Drawing 607 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 338204\n", "block group 4\n", "dtype: object\n", "Drawing 794 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 338301\n", "block group 1\n", "dtype: object\n", "Drawing 553 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 338301\n", "block group 2\n", "dtype: object\n", "Drawing 449 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 338302\n", "block group 1\n", "dtype: object\n", "Drawing 824 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 338302\n", "block group 2\n", "dtype: object\n", "Drawing 574 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 338302\n", "block group 3\n", "dtype: object\n", "Drawing 784 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 339001\n", "block group 1\n", "dtype: object\n", "Drawing 949 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 339001\n", "block group 2\n", "dtype: object\n", "Drawing 900 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 339002\n", "block group 1\n", "dtype: object\n", "Drawing 779 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 339002\n", "block group 2\n", "dtype: object\n", "Drawing 619 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 339002\n", "block group 3\n", "dtype: object\n", "Drawing 1051 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 339002\n", "block group 4\n", "dtype: object\n", "Drawing 392 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 340001\n", "block group 1\n", "dtype: object\n", "Drawing 198 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 340001\n", "block group 2\n", "dtype: object\n", "Drawing 1128 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 340001\n", "block group 3\n", "dtype: object\n", "Drawing 517 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 340001\n", "block group 4\n", "dtype: object\n", "Drawing 557 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 340002\n", "block group 1\n", "dtype: object\n", "Drawing 312 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 340002\n", "block group 2\n", "dtype: object\n", "Drawing 363 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 340002\n", "block group 3\n", "dtype: object\n", "Drawing 668 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 340002\n", "block group 4\n", "dtype: object\n", "Drawing 637 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 340002\n", "block group 5\n", "dtype: object\n", "Drawing 239 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 340002\n", "block group 6\n", "dtype: object\n", "Drawing 757 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 341000\n", "block group 1\n", "dtype: object\n", "Drawing 708 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 341000\n", "block group 2\n", "dtype: object\n", "Drawing 565 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 341000\n", "block group 3\n", "dtype: object\n", "Drawing 693 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 343001\n", "block group 1\n", "dtype: object\n", "Drawing 319 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 343001\n", "block group 2\n", "dtype: object\n", "Drawing 258 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 343001\n", "block group 3\n", "dtype: object\n", "Drawing 947 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 343001\n", "block group 4\n", "dtype: object\n", "Drawing 554 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 343002\n", "block group 1\n", "dtype: object\n", "Drawing 921 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 343002\n", "block group 2\n", "dtype: object\n", "Drawing 1100 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 343003\n", "block group 1\n", "dtype: object\n", "Drawing 810 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 343003\n", "block group 2\n", "dtype: object\n", "Drawing 605 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 345101\n", "block group 1\n", "dtype: object\n", "Drawing 142 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 345101\n", "block group 2\n", "dtype: object\n", "Drawing 685 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 345101\n", "block group 3\n", "dtype: object\n", "Drawing 383 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 345101\n", "block group 4\n", "dtype: object\n", "Drawing 757 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 345102\n", "block group 1\n", "dtype: object\n", "Drawing 347 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 345102\n", "block group 2\n", "dtype: object\n", "Drawing 491 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 345102\n", "block group 3\n", "dtype: object\n", "Drawing 459 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 345103\n", "block group 1\n", "dtype: object\n", "Drawing 789 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 345103\n", "block group 2\n", "dtype: object\n", "Drawing 379 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 345103\n", "block group 3\n", "dtype: object\n", "Drawing 757 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 345105\n", "block group 1\n", "dtype: object\n", "Drawing 1078 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 345105\n", "block group 2\n", "dtype: object\n", "Drawing 317 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 345105\n", "block group 3\n", "dtype: object\n", "Drawing 330 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 345105\n", "block group 4\n", "dtype: object\n", "Drawing 408 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 345108\n", "block group 1\n", "dtype: object\n", "Drawing 782 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 345108\n", "block group 2\n", "dtype: object\n", "Drawing 1210 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 345108\n", "block group 3\n", "dtype: object\n", "Drawing 738 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 345108\n", "block group 4\n", "dtype: object\n", "Drawing 568 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 345111\n", "block group 1\n", "dtype: object\n", "Drawing 585 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 345111\n", "block group 2\n", "dtype: object\n", "Drawing 1027 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 345111\n", "block group 3\n", "dtype: object\n", "Drawing 286 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 345112\n", "block group 1\n", "dtype: object\n", "Drawing 1100 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 345112\n", "block group 2\n", "dtype: object\n", "Drawing 1136 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 345113\n", "block group 1\n", "dtype: object\n", "Drawing 604 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 345113\n", "block group 2\n", "dtype: object\n", "Drawing 863 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 345114\n", "block group 1\n", "dtype: object\n", "Drawing 528 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 345114\n", "block group 2\n", "dtype: object\n", "Drawing 648 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 345114\n", "block group 3\n", "dtype: object\n", "Drawing 956 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 345114\n", "block group 4\n", "dtype: object\n", "Drawing 340 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 345115\n", "block group 1\n", "dtype: object\n", "Drawing 1207 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 345115\n", "block group 2\n", "dtype: object\n", "Drawing 496 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 345116\n", "block group 1\n", "dtype: object\n", "Drawing 439 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 345116\n", "block group 2\n", "dtype: object\n", "Drawing 508 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 345202\n", "block group 1\n", "dtype: object\n", "Drawing 1218 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 345202\n", "block group 2\n", "dtype: object\n", "Drawing 923 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 345202\n", "block group 3\n", "dtype: object\n", "Drawing 1131 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 345203\n", "block group 1\n", "dtype: object\n", "Drawing 959 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 345203\n", "block group 2\n", "dtype: object\n", "Drawing 523 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 345203\n", "block group 3\n", "dtype: object\n", "Drawing 425 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 345203\n", "block group 4\n", "dtype: object\n", "Drawing 651 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 345204\n", "block group 1\n", "dtype: object\n", "Drawing 887 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 345204\n", "block group 2\n", "dtype: object\n", "Drawing 434 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 346101\n", "block group 1\n", "dtype: object\n", "Drawing 802 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 346101\n", "block group 2\n", "dtype: object\n", "Drawing 457 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 346102\n", "block group 1\n", "dtype: object\n", "Drawing 638 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 346102\n", "block group 2\n", "dtype: object\n", "Drawing 1058 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 346102\n", "block group 3\n", "dtype: object\n", "Drawing 256 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 346201\n", "block group 1\n", "dtype: object\n", "Drawing 485 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 346201\n", "block group 2\n", "dtype: object\n", "Drawing 885 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 346201\n", "block group 3\n", "dtype: object\n", "Drawing 837 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 346201\n", "block group 4\n", "dtype: object\n", "Drawing 430 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 346203\n", "block group 1\n", "dtype: object\n", "Drawing 973 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 346203\n", "block group 2\n", "dtype: object\n", "Drawing 417 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 346204\n", "block group 1\n", "dtype: object\n", "Drawing 1127 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 346204\n", "block group 2\n", "dtype: object\n", "Drawing 696 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 346204\n", "block group 3\n", "dtype: object\n", "Drawing 560 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 347000\n", "block group 1\n", "dtype: object\n", "Drawing 904 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 347000\n", "block group 2\n", "dtype: object\n", "Drawing 746 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 347000\n", "block group 3\n", "dtype: object\n", "Drawing 650 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 348000\n", "block group 1\n", "dtype: object\n", "Drawing 246 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 348000\n", "block group 2\n", "dtype: object\n", "Drawing 696 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 348000\n", "block group 3\n", "dtype: object\n", "Drawing 610 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 349000\n", "block group 1\n", "dtype: object\n", "Drawing 678 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 349000\n", "block group 2\n", "dtype: object\n", "Drawing 576 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 349000\n", "block group 3\n", "dtype: object\n", "Drawing 505 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 350000\n", "block group 1\n", "dtype: object\n", "Drawing 690 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 350000\n", "block group 2\n", "dtype: object\n", "Drawing 310 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 350000\n", "block group 3\n", "dtype: object\n", "Drawing 609 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 350000\n", "block group 4\n", "dtype: object\n", "Drawing 726 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 351101\n", "block group 1\n", "dtype: object\n", "Drawing 607 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 351101\n", "block group 2\n", "dtype: object\n", "Drawing 218 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 351101\n", "block group 3\n", "dtype: object\n", "Drawing 905 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 351102\n", "block group 1\n", "dtype: object\n", "Drawing 1110 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 351102\n", "block group 2\n", "dtype: object\n", "Drawing 558 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 351102\n", "block group 3\n", "dtype: object\n", "Drawing 1007 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 351103\n", "block group 1\n", "dtype: object\n", "Drawing 454 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 351103\n", "block group 2\n", "dtype: object\n", "Drawing 864 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 351200\n", "block group 1\n", "dtype: object\n", "Drawing 398 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 351200\n", "block group 2\n", "dtype: object\n", "Drawing 845 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 351200\n", "block group 3\n", "dtype: object\n", "Drawing 755 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 352101\n", "block group 1\n", "dtype: object\n", "Drawing 593 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 352101\n", "block group 2\n", "dtype: object\n", "Drawing 196 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 352102\n", "block group 1\n", "dtype: object\n", "Drawing 457 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 352102\n", "block group 2\n", "dtype: object\n", "Drawing 284 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 352102\n", "block group 3\n", "dtype: object\n", "Drawing 805 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 352102\n", "block group 4\n", "dtype: object\n", "Drawing 247 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 352201\n", "block group 1\n", "dtype: object\n", "Drawing 918 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 352201\n", "block group 2\n", "dtype: object\n", "Drawing 465 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 352201\n", "block group 3\n", "dtype: object\n", "Drawing 814 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 352202\n", "block group 1\n", "dtype: object\n", "Drawing 970 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 353001\n", "block group 1\n", "dtype: object\n", "Drawing 496 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 353001\n", "block group 2\n", "dtype: object\n", "Drawing 796 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 353002\n", "block group 1\n", "dtype: object\n", "Drawing 253 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 353002\n", "block group 2\n", "dtype: object\n", "Drawing 475 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 353002\n", "block group 3\n", "dtype: object\n", "Drawing 416 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 353002\n", "block group 4\n", "dtype: object\n", "Drawing 244 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 354001\n", "block group 1\n", "dtype: object\n", "Drawing 650 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 354002\n", "block group 1\n", "dtype: object\n", "Drawing 813 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 354002\n", "block group 2\n", "dtype: object\n", "Drawing 234 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 354002\n", "block group 3\n", "dtype: object\n", "Drawing 582 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 354002\n", "block group 4\n", "dtype: object\n", "Drawing 802 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 355107\n", "block group 1\n", "dtype: object\n", "Drawing 987 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 355107\n", "block group 2\n", "dtype: object\n", "Drawing 435 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 355108\n", "block group 1\n", "dtype: object\n", "Drawing 1281 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 355108\n", "block group 2\n", "dtype: object\n", "Drawing 1066 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 355108\n", "block group 3\n", "dtype: object\n", "Drawing 1064 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 355109\n", "block group 1\n", "dtype: object\n", "Drawing 1109 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 355109\n", "block group 2\n", "dtype: object\n", "Drawing 240 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 355109\n", "block group 3\n", "dtype: object\n", "Drawing 700 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 355110\n", "block group 1\n", "dtype: object\n", "Drawing 623 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 355110\n", "block group 2\n", "dtype: object\n", "Drawing 597 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 355111\n", "block group 1\n", "dtype: object\n", "Drawing 1086 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 355111\n", "block group 2\n", "dtype: object\n", "Drawing 736 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 355112\n", "block group 1\n", "dtype: object\n", "Drawing 426 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 355112\n", "block group 2\n", "dtype: object\n", "Drawing 514 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 355112\n", "block group 3\n", "dtype: object\n", "Drawing 1045 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 355113\n", "block group 1\n", "dtype: object\n", "Drawing 540 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 355113\n", "block group 2\n", "dtype: object\n", "Drawing 569 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 355113\n", "block group 3\n", "dtype: object\n", "Drawing 451 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 355114\n", "block group 1\n", "dtype: object\n", "Drawing 613 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 355114\n", "block group 2\n", "dtype: object\n", "Drawing 774 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 355114\n", "block group 3\n", "dtype: object\n", "Drawing 1993 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 355115\n", "block group 1\n", "dtype: object\n", "Drawing 1635 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 355116\n", "block group 1\n", "dtype: object\n", "Drawing 1282 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 355117\n", "block group 1\n", "dtype: object\n", "Drawing 1814 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 355200\n", "block group 1\n", "dtype: object\n", "Drawing 140 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 355200\n", "block group 2\n", "dtype: object\n", "Drawing 1691 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 355301\n", "block group 1\n", "dtype: object\n", "Drawing 1039 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 355301\n", "block group 2\n", "dtype: object\n", "Drawing 603 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 355301\n", "block group 3\n", "dtype: object\n", "Drawing 722 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 355301\n", "block group 4\n", "dtype: object\n", "Drawing 446 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 355302\n", "block group 1\n", "dtype: object\n", "Drawing 419 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 355302\n", "block group 2\n", "dtype: object\n", "Drawing 345 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 355302\n", "block group 3\n", "dtype: object\n", "Drawing 440 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 355304\n", "block group 1\n", "dtype: object\n", "Drawing 717 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 355304\n", "block group 2\n", "dtype: object\n", "Drawing 538 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 355304\n", "block group 3\n", "dtype: object\n", "Drawing 334 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 355304\n", "block group 4\n", "dtype: object\n", "Drawing 736 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 355304\n", "block group 5\n", "dtype: object\n", "Drawing 469 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 355306\n", "block group 1\n", "dtype: object\n", "Drawing 387 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 355306\n", "block group 2\n", "dtype: object\n", "Drawing 332 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 355306\n", "block group 3\n", "dtype: object\n", "Drawing 355 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 355306\n", "block group 4\n", "dtype: object\n", "Drawing 358 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 355306\n", "block group 5\n", "dtype: object\n", "Drawing 278 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 356001\n", "block group 1\n", "dtype: object\n", "Drawing 236 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 356001\n", "block group 2\n", "dtype: object\n", "Drawing 562 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 356001\n", "block group 3\n", "dtype: object\n", "Drawing 361 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 356002\n", "block group 1\n", "dtype: object\n", "Drawing 821 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 356002\n", "block group 2\n", "dtype: object\n", "Drawing 338 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 356002\n", "block group 3\n", "dtype: object\n", "Drawing 160 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 356002\n", "block group 4\n", "dtype: object\n", "Drawing 738 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 357000\n", "block group 1\n", "dtype: object\n", "Drawing 502 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 357000\n", "block group 2\n", "dtype: object\n", "Drawing 558 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 357000\n", "block group 3\n", "dtype: object\n", "Drawing 414 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 358000\n", "block group 1\n", "dtype: object\n", "Drawing 496 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 358000\n", "block group 2\n", "dtype: object\n", "Drawing 427 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 358000\n", "block group 3\n", "dtype: object\n", "Drawing 307 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 358000\n", "block group 4\n", "dtype: object\n", "Drawing 378 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 358000\n", "block group 5\n", "dtype: object\n", "Drawing 285 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 359102\n", "block group 1\n", "dtype: object\n", "Drawing 322 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 359102\n", "block group 2\n", "dtype: object\n", "Drawing 795 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 359102\n", "block group 3\n", "dtype: object\n", "Drawing 637 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 359103\n", "block group 1\n", "dtype: object\n", "Drawing 320 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 359103\n", "block group 2\n", "dtype: object\n", "Drawing 496 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 359103\n", "block group 3\n", "dtype: object\n", "Drawing 1014 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 359104\n", "block group 1\n", "dtype: object\n", "Drawing 881 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 359105\n", "block group 1\n", "dtype: object\n", "Drawing 1455 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 359202\n", "block group 1\n", "dtype: object\n", "Drawing 870 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 359202\n", "block group 2\n", "dtype: object\n", "Drawing 869 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 359202\n", "block group 3\n", "dtype: object\n", "Drawing 408 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 359203\n", "block group 1\n", "dtype: object\n", "Drawing 467 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 359203\n", "block group 2\n", "dtype: object\n", "Drawing 742 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 359203\n", "block group 3\n", "dtype: object\n", "Drawing 191 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 359203\n", "block group 4\n", "dtype: object\n", "Drawing 805 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 359203\n", "block group 5\n", "dtype: object\n", "Drawing 190 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 359204\n", "block group 1\n", "dtype: object\n", "Drawing 318 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 359204\n", "block group 2\n", "dtype: object\n", "Drawing 404 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 359204\n", "block group 3\n", "dtype: object\n", "Drawing 730 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 360101\n", "block group 1\n", "dtype: object\n", "Drawing 398 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 360101\n", "block group 2\n", "dtype: object\n", "Drawing 706 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 360101\n", "block group 3\n", "dtype: object\n", "Drawing 466 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 360102\n", "block group 1\n", "dtype: object\n", "Drawing 586 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 360102\n", "block group 2\n", "dtype: object\n", "Drawing 648 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 360102\n", "block group 3\n", "dtype: object\n", "Drawing 348 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 360200\n", "block group 1\n", "dtype: object\n", "Drawing 862 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 360200\n", "block group 2\n", "dtype: object\n", "Drawing 354 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 360200\n", "block group 3\n", "dtype: object\n", "Drawing 498 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 361000\n", "block group 1\n", "dtype: object\n", "Drawing 436 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 361000\n", "block group 2\n", "dtype: object\n", "Drawing 503 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 361000\n", "block group 3\n", "dtype: object\n", "Drawing 745 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 362000\n", "block group 1\n", "dtype: object\n", "Drawing 305 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 362000\n", "block group 2\n", "dtype: object\n", "Drawing 341 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 362000\n", "block group 3\n", "dtype: object\n", "Drawing 445 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 363000\n", "block group 1\n", "dtype: object\n", "Drawing 791 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 363000\n", "block group 2\n", "dtype: object\n", "Drawing 870 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 363000\n", "block group 3\n", "dtype: object\n", "Drawing 667 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 363000\n", "block group 4\n", "dtype: object\n", "Drawing 388 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 364002\n", "block group 1\n", "dtype: object\n", "Drawing 837 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 364002\n", "block group 2\n", "dtype: object\n", "Drawing 486 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 364002\n", "block group 3\n", "dtype: object\n", "Drawing 481 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 365002\n", "block group 1\n", "dtype: object\n", "Drawing 634 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 365002\n", "block group 2\n", "dtype: object\n", "Drawing 286 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 365002\n", "block group 3\n", "dtype: object\n", "Drawing 492 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 365003\n", "block group 1\n", "dtype: object\n", "Drawing 617 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 365003\n", "block group 2\n", "dtype: object\n", "Drawing 163 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 365003\n", "block group 3\n", "dtype: object\n", "Drawing 1445 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 366001\n", "block group 1\n", "dtype: object\n", "Drawing 457 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 366001\n", "block group 2\n", "dtype: object\n", "Drawing 414 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 366001\n", "block group 3\n", "dtype: object\n", "Drawing 296 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 366002\n", "block group 1\n", "dtype: object\n", "Drawing 349 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 366002\n", "block group 2\n", "dtype: object\n", "Drawing 568 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 366002\n", "block group 3\n", "dtype: object\n", "Drawing 712 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 367100\n", "block group 1\n", "dtype: object\n", "Drawing 453 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 367100\n", "block group 2\n", "dtype: object\n", "Drawing 352 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 367100\n", "block group 3\n", "dtype: object\n", "Drawing 925 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 367100\n", "block group 4\n", "dtype: object\n", "Drawing 269 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 367200\n", "block group 1\n", "dtype: object\n", "Drawing 513 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 367200\n", "block group 2\n", "dtype: object\n", "Drawing 746 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 367200\n", "block group 3\n", "dtype: object\n", "Drawing 256 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 368001\n", "block group 1\n", "dtype: object\n", "Drawing 162 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 368001\n", "block group 2\n", "dtype: object\n", "Drawing 424 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 368001\n", "block group 3\n", "dtype: object\n", "Drawing 324 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 368001\n", "block group 4\n", "dtype: object\n", "Drawing 298 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 368002\n", "block group 1\n", "dtype: object\n", "Drawing 335 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 368002\n", "block group 2\n", "dtype: object\n", "Drawing 501 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 369001\n", "block group 1\n", "dtype: object\n", "Drawing 647 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 369001\n", "block group 2\n", "dtype: object\n", "Drawing 741 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 369001\n", "block group 3\n", "dtype: object\n", "Drawing 299 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 369001\n", "block group 4\n", "dtype: object\n", "Drawing 689 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 369002\n", "block group 1\n", "dtype: object\n", "Drawing 350 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 369002\n", "block group 2\n", "dtype: object\n", "Drawing 360 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 369002\n", "block group 3\n", "dtype: object\n", "Drawing 289 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 370000\n", "block group 1\n", "dtype: object\n", "Drawing 543 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 370000\n", "block group 2\n", "dtype: object\n", "Drawing 358 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 370000\n", "block group 3\n", "dtype: object\n", "Drawing 293 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 371000\n", "block group 1\n", "dtype: object\n", "Drawing 300 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 371000\n", "block group 2\n", "dtype: object\n", "Drawing 216 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 371000\n", "block group 3\n", "dtype: object\n", "Drawing 512 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 371000\n", "block group 4\n", "dtype: object\n", "Drawing 305 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 371000\n", "block group 5\n", "dtype: object\n", "Drawing 311 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 371000\n", "block group 6\n", "dtype: object\n", "Drawing 264 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 372000\n", "block group 1\n", "dtype: object\n", "Drawing 319 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 372000\n", "block group 2\n", "dtype: object\n", "Drawing 324 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 372000\n", "block group 3\n", "dtype: object\n", "Drawing 232 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 372000\n", "block group 4\n", "dtype: object\n", "Drawing 294 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 372000\n", "block group 5\n", "dtype: object\n", "Drawing 467 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 372000\n", "block group 6\n", "dtype: object\n", "Drawing 438 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 372000\n", "block group 7\n", "dtype: object\n", "Drawing 278 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 373000\n", "block group 1\n", "dtype: object\n", "Drawing 409 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 373000\n", "block group 2\n", "dtype: object\n", "Drawing 418 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 373000\n", "block group 3\n", "dtype: object\n", "Drawing 314 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 374000\n", "block group 1\n", "dtype: object\n", "Drawing 451 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 374000\n", "block group 2\n", "dtype: object\n", "Drawing 343 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 374000\n", "block group 3\n", "dtype: object\n", "Drawing 344 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 374000\n", "block group 4\n", "dtype: object\n", "Drawing 588 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 375000\n", "block group 1\n", "dtype: object\n", "Drawing 422 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 375000\n", "block group 2\n", "dtype: object\n", "Drawing 414 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 375000\n", "block group 3\n", "dtype: object\n", "Drawing 323 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 376000\n", "block group 1\n", "dtype: object\n", "Drawing 480 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 376000\n", "block group 2\n", "dtype: object\n", "Drawing 545 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 376000\n", "block group 3\n", "dtype: object\n", "Drawing 435 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 376000\n", "block group 4\n", "dtype: object\n", "Drawing 449 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 377000\n", "block group 1\n", "dtype: object\n", "Drawing 337 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 377000\n", "block group 2\n", "dtype: object\n", "Drawing 253 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 377000\n", "block group 3\n", "dtype: object\n", "Drawing 310 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 377000\n", "block group 4\n", "dtype: object\n", "Drawing 571 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 377000\n", "block group 5\n", "dtype: object\n", "Drawing 619 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 378000\n", "block group 1\n", "dtype: object\n", "Drawing 692 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 378000\n", "block group 2\n", "dtype: object\n", "Drawing 967 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 379000\n", "block group 1\n", "dtype: object\n", "Drawing 369 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 379000\n", "block group 2\n", "dtype: object\n", "Drawing 451 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 379000\n", "block group 3\n", "dtype: object\n", "Drawing 432 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 379000\n", "block group 4\n", "dtype: object\n", "Drawing 468 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 380000\n", "block group 1\n", "dtype: object\n", "Drawing 1596 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 380000\n", "block group 2\n", "dtype: object\n", "Drawing 350 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 380000\n", "block group 3\n", "dtype: object\n", "Drawing 372 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 381000\n", "block group 1\n", "dtype: object\n", "Drawing 393 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 381000\n", "block group 2\n", "dtype: object\n", "Drawing 466 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 381000\n", "block group 3\n", "dtype: object\n", "Drawing 393 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 381000\n", "block group 4\n", "dtype: object\n", "Drawing 170 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 381000\n", "block group 5\n", "dtype: object\n", "Drawing 392 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 382000\n", "block group 1\n", "dtype: object\n", "Drawing 312 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 382000\n", "block group 2\n", "dtype: object\n", "Drawing 543 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 382000\n", "block group 3\n", "dtype: object\n", "Drawing 837 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 382000\n", "block group 4\n", "dtype: object\n", "Drawing 719 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 383000\n", "block group 1\n", "dtype: object\n", "Drawing 656 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 383000\n", "block group 2\n", "dtype: object\n", "Drawing 623 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 383000\n", "block group 3\n", "dtype: object\n", "Drawing 729 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 384000\n", "block group 1\n", "dtype: object\n", "Drawing 407 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 384000\n", "block group 2\n", "dtype: object\n", "Drawing 438 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 384000\n", "block group 3\n", "dtype: object\n", "Drawing 416 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 384000\n", "block group 4\n", "dtype: object\n", "Drawing 344 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 385100\n", "block group 1\n", "dtype: object\n", "Drawing 727 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 385100\n", "block group 2\n", "dtype: object\n", "Drawing 365 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 385200\n", "block group 1\n", "dtype: object\n", "Drawing 299 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 385200\n", "block group 2\n", "dtype: object\n", "Drawing 218 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 386000\n", "block group 1\n", "dtype: object\n", "Drawing 361 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 386000\n", "block group 2\n", "dtype: object\n", "Drawing 236 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 386000\n", "block group 3\n", "dtype: object\n", "Drawing 249 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 386000\n", "block group 4\n", "dtype: object\n", "Drawing 555 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 387000\n", "block group 1\n", "dtype: object\n", "Drawing 320 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 387000\n", "block group 2\n", "dtype: object\n", "Drawing 321 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 387000\n", "block group 3\n", "dtype: object\n", "Drawing 457 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 388000\n", "block group 1\n", "dtype: object\n", "Drawing 657 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 388000\n", "block group 2\n", "dtype: object\n", "Drawing 467 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 389100\n", "block group 1\n", "dtype: object\n", "Drawing 433 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 389100\n", "block group 2\n", "dtype: object\n", "Drawing 446 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 389200\n", "block group 1\n", "dtype: object\n", "Drawing 359 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 389200\n", "block group 2\n", "dtype: object\n", "Drawing 389 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 390100\n", "block group 1\n", "dtype: object\n", "Drawing 273 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 390100\n", "block group 2\n", "dtype: object\n", "Drawing 294 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 390100\n", "block group 3\n", "dtype: object\n", "Drawing 335 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 390200\n", "block group 1\n", "dtype: object\n", "Drawing 460 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 390200\n", "block group 2\n", "dtype: object\n", "Drawing 330 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 391000\n", "block group 1\n", "dtype: object\n", "Drawing 810 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 391000\n", "block group 2\n", "dtype: object\n", "Drawing 284 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 392000\n", "block group 1\n", "dtype: object\n", "Drawing 429 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 392000\n", "block group 2\n", "dtype: object\n", "Drawing 337 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 392000\n", "block group 3\n", "dtype: object\n", "Drawing 299 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 392200\n", "block group 1\n", "dtype: object\n", "Drawing 439 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 392200\n", "block group 2\n", "dtype: object\n", "Drawing 1678 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 392200\n", "block group 3\n", "dtype: object\n", "Drawing 613 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 392200\n", "block group 4\n", "dtype: object\n", "Drawing 453 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 392300\n", "block group 1\n", "dtype: object\n", "Drawing 849 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 013\n", "tract 990000\n", "block group 0\n", "dtype: object\n", "Drawing 0 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing at geog level: 'block_group' (number of geographies is 1047)" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 400100\n", "block group 1\n", "dtype: object\n", "Drawing 1263 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 400200\n", "block group 1\n", "dtype: object\n", "Drawing 482 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 400200\n", "block group 2\n", "dtype: object\n", "Drawing 407 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 400300\n", "block group 1\n", "dtype: object\n", "Drawing 438 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 400300\n", "block group 2\n", "dtype: object\n", "Drawing 683 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 400300\n", "block group 3\n", "dtype: object\n", "Drawing 548 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 400300\n", "block group 4\n", "dtype: object\n", "Drawing 847 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 400400\n", "block group 1\n", "dtype: object\n", "Drawing 784 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 400400\n", "block group 2\n", "dtype: object\n", "Drawing 531 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 400400\n", "block group 3\n", "dtype: object\n", "Drawing 524 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 400500\n", "block group 1\n", "dtype: object\n", "Drawing 853 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 400500\n", "block group 2\n", "dtype: object\n", "Drawing 406 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 400500\n", "block group 3\n", "dtype: object\n", "Drawing 370 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 400600\n", "block group 1\n", "dtype: object\n", "Drawing 478 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 400600\n", "block group 2\n", "dtype: object\n", "Drawing 235 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 400700\n", "block group 1\n", "dtype: object\n", "Drawing 456 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 400700\n", "block group 2\n", "dtype: object\n", "Drawing 571 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 400700\n", "block group 3\n", "dtype: object\n", "Drawing 334 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 400700\n", "block group 4\n", "dtype: object\n", "Drawing 376 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 400800\n", "block group 1\n", "dtype: object\n", "Drawing 576 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 400800\n", "block group 2\n", "dtype: object\n", "Drawing 369 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 400800\n", "block group 3\n", "dtype: object\n", "Drawing 531 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 400900\n", "block group 1\n", "dtype: object\n", "Drawing 590 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 400900\n", "block group 2\n", "dtype: object\n", "Drawing 529 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 401000\n", "block group 1\n", "dtype: object\n", "Drawing 348 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 401000\n", "block group 2\n", "dtype: object\n", "Drawing 327 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 401000\n", "block group 3\n", "dtype: object\n", "Drawing 464 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 401000\n", "block group 4\n", "dtype: object\n", "Drawing 256 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 401000\n", "block group 5\n", "dtype: object\n", "Drawing 273 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 401000\n", "block group 6\n", "dtype: object\n", "Drawing 487 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 401100\n", "block group 1\n", "dtype: object\n", "Drawing 338 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 401100\n", "block group 2\n", "dtype: object\n", "Drawing 781 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 401100\n", "block group 3\n", "dtype: object\n", "Drawing 464 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 401100\n", "block group 4\n", "dtype: object\n", "Drawing 447 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 401200\n", "block group 1\n", "dtype: object\n", "Drawing 513 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 401200\n", "block group 2\n", "dtype: object\n", "Drawing 444 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 401200\n", "block group 3\n", "dtype: object\n", "Drawing 379 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 401300\n", "block group 1\n", "dtype: object\n", "Drawing 596 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 401300\n", "block group 2\n", "dtype: object\n", "Drawing 555 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 401300\n", "block group 3\n", "dtype: object\n", "Drawing 526 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 401400\n", "block group 1\n", "dtype: object\n", "Drawing 362 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 401400\n", "block group 2\n", "dtype: object\n", "Drawing 748 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 401400\n", "block group 3\n", "dtype: object\n", "Drawing 322 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 401500\n", "block group 1\n", "dtype: object\n", "Drawing 340 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 401500\n", "block group 2\n", "dtype: object\n", "Drawing 206 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 401500\n", "block group 3\n", "dtype: object\n", "Drawing 323 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 401600\n", "block group 1\n", "dtype: object\n", "Drawing 327 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 401600\n", "block group 2\n", "dtype: object\n", "Drawing 444 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 401700\n", "block group 1\n", "dtype: object\n", "Drawing 436 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 401700\n", "block group 2\n", "dtype: object\n", "Drawing 419 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 401700\n", "block group 3\n", "dtype: object\n", "Drawing 0 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 401800\n", "block group 1\n", "dtype: object\n", "Drawing 299 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 401800\n", "block group 2\n", "dtype: object\n", "Drawing 276 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 402200\n", "block group 1\n", "dtype: object\n", "Drawing 361 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 402200\n", "block group 2\n", "dtype: object\n", "Drawing 338 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 402200\n", "block group 3\n", "dtype: object\n", "Drawing 158 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 402400\n", "block group 1\n", "dtype: object\n", "Drawing 565 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 402400\n", "block group 2\n", "dtype: object\n", "Drawing 517 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 402500\n", "block group 1\n", "dtype: object\n", "Drawing 432 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 402500\n", "block group 2\n", "dtype: object\n", "Drawing 332 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 402600\n", "block group 1\n", "dtype: object\n", "Drawing 557 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 402700\n", "block group 1\n", "dtype: object\n", "Drawing 218 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 402700\n", "block group 2\n", "dtype: object\n", "Drawing 444 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 402800\n", "block group 1\n", "dtype: object\n", "Drawing 755 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 402800\n", "block group 2\n", "dtype: object\n", "Drawing 748 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 402900\n", "block group 1\n", "dtype: object\n", "Drawing 773 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 403000\n", "block group 1\n", "dtype: object\n", "Drawing 616 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 403000\n", "block group 2\n", "dtype: object\n", "Drawing 604 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 403100\n", "block group 1\n", "dtype: object\n", "Drawing 573 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 403300\n", "block group 1\n", "dtype: object\n", "Drawing 1280 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 403300\n", "block group 2\n", "dtype: object\n", "Drawing 755 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 403400\n", "block group 1\n", "dtype: object\n", "Drawing 679 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 403400\n", "block group 2\n", "dtype: object\n", "Drawing 658 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 403400\n", "block group 3\n", "dtype: object\n", "Drawing 1085 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 403400\n", "block group 4\n", "dtype: object\n", "Drawing 542 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 403501\n", "block group 1\n", "dtype: object\n", "Drawing 1050 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 403501\n", "block group 2\n", "dtype: object\n", "Drawing 969 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 403501\n", "block group 3\n", "dtype: object\n", "Drawing 321 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 403502\n", "block group 1\n", "dtype: object\n", "Drawing 560 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 403502\n", "block group 2\n", "dtype: object\n", "Drawing 663 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 403600\n", "block group 1\n", "dtype: object\n", "Drawing 694 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 403600\n", "block group 2\n", "dtype: object\n", "Drawing 756 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 403600\n", "block group 3\n", "dtype: object\n", "Drawing 1108 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 403701\n", "block group 1\n", "dtype: object\n", "Drawing 911 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 403701\n", "block group 2\n", "dtype: object\n", "Drawing 799 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 403702\n", "block group 1\n", "dtype: object\n", "Drawing 436 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 403702\n", "block group 2\n", "dtype: object\n", "Drawing 713 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 403800\n", "block group 1\n", "dtype: object\n", "Drawing 228 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 403800\n", "block group 2\n", "dtype: object\n", "Drawing 439 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 403800\n", "block group 3\n", "dtype: object\n", "Drawing 430 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 403800\n", "block group 4\n", "dtype: object\n", "Drawing 791 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 403900\n", "block group 1\n", "dtype: object\n", "Drawing 850 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 403900\n", "block group 2\n", "dtype: object\n", "Drawing 379 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 403900\n", "block group 3\n", "dtype: object\n", "Drawing 1018 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 404000\n", "block group 1\n", "dtype: object\n", "Drawing 1056 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 404000\n", "block group 2\n", "dtype: object\n", "Drawing 644 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 404101\n", "block group 1\n", "dtype: object\n", "Drawing 657 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 404101\n", "block group 2\n", "dtype: object\n", "Drawing 1025 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 404102\n", "block group 1\n", "dtype: object\n", "Drawing 1007 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 404102\n", "block group 2\n", "dtype: object\n", "Drawing 589 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 404200\n", "block group 1\n", "dtype: object\n", "Drawing 352 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 404200\n", "block group 2\n", "dtype: object\n", "Drawing 516 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 404200\n", "block group 3\n", "dtype: object\n", "Drawing 522 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 404300\n", "block group 1\n", "dtype: object\n", "Drawing 452 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 404300\n", "block group 2\n", "dtype: object\n", "Drawing 333 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 404300\n", "block group 3\n", "dtype: object\n", "Drawing 531 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 404400\n", "block group 1\n", "dtype: object\n", "Drawing 1015 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 404400\n", "block group 2\n", "dtype: object\n", "Drawing 474 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 404400\n", "block group 3\n", "dtype: object\n", "Drawing 706 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 404501\n", "block group 1\n", "dtype: object\n", "Drawing 701 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 404502\n", "block group 1\n", "dtype: object\n", "Drawing 414 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 404502\n", "block group 2\n", "dtype: object\n", "Drawing 532 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 404502\n", "block group 3\n", "dtype: object\n", "Drawing 707 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 404502\n", "block group 4\n", "dtype: object\n", "Drawing 813 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 404600\n", "block group 1\n", "dtype: object\n", "Drawing 502 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 404600\n", "block group 2\n", "dtype: object\n", "Drawing 320 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 404600\n", "block group 3\n", "dtype: object\n", "Drawing 474 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 404600\n", "block group 4\n", "dtype: object\n", "Drawing 514 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 404700\n", "block group 1\n", "dtype: object\n", "Drawing 353 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 404700\n", "block group 2\n", "dtype: object\n", "Drawing 439 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 404800\n", "block group 1\n", "dtype: object\n", "Drawing 631 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 404800\n", "block group 2\n", "dtype: object\n", "Drawing 652 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 404900\n", "block group 1\n", "dtype: object\n", "Drawing 357 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 404900\n", "block group 2\n", "dtype: object\n", "Drawing 611 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 404900\n", "block group 3\n", "dtype: object\n", "Drawing 330 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 404900\n", "block group 4\n", "dtype: object\n", "Drawing 670 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 405000\n", "block group 1\n", "dtype: object\n", "Drawing 302 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 405000\n", "block group 2\n", "dtype: object\n", "Drawing 450 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 405000\n", "block group 3\n", "dtype: object\n", "Drawing 676 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 405100\n", "block group 1\n", "dtype: object\n", "Drawing 372 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 405100\n", "block group 2\n", "dtype: object\n", "Drawing 302 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 405100\n", "block group 3\n", "dtype: object\n", "Drawing 290 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 405100\n", "block group 4\n", "dtype: object\n", "Drawing 281 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 405100\n", "block group 5\n", "dtype: object\n", "Drawing 316 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 405200\n", "block group 1\n", "dtype: object\n", "Drawing 724 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 405200\n", "block group 2\n", "dtype: object\n", "Drawing 491 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 405200\n", "block group 3\n", "dtype: object\n", "Drawing 435 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 405200\n", "block group 4\n", "dtype: object\n", "Drawing 715 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 405301\n", "block group 1\n", "dtype: object\n", "Drawing 1088 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 405301\n", "block group 2\n", "dtype: object\n", "Drawing 526 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 405302\n", "block group 1\n", "dtype: object\n", "Drawing 905 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 405302\n", "block group 2\n", "dtype: object\n", "Drawing 617 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 405401\n", "block group 1\n", "dtype: object\n", "Drawing 617 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 405401\n", "block group 2\n", "dtype: object\n", "Drawing 527 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 405401\n", "block group 3\n", "dtype: object\n", "Drawing 407 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 405402\n", "block group 1\n", "dtype: object\n", "Drawing 634 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 405402\n", "block group 2\n", "dtype: object\n", "Drawing 459 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 405500\n", "block group 1\n", "dtype: object\n", "Drawing 294 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 405500\n", "block group 2\n", "dtype: object\n", "Drawing 350 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 405500\n", "block group 3\n", "dtype: object\n", "Drawing 231 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 405500\n", "block group 4\n", "dtype: object\n", "Drawing 682 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 405600\n", "block group 1\n", "dtype: object\n", "Drawing 193 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 405600\n", "block group 2\n", "dtype: object\n", "Drawing 410 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 405600\n", "block group 3\n", "dtype: object\n", "Drawing 788 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 405700\n", "block group 1\n", "dtype: object\n", "Drawing 428 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 405700\n", "block group 2\n", "dtype: object\n", "Drawing 402 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 405700\n", "block group 3\n", "dtype: object\n", "Drawing 373 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 405800\n", "block group 1\n", "dtype: object\n", "Drawing 357 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 405800\n", "block group 2\n", "dtype: object\n", "Drawing 266 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 405800\n", "block group 3\n", "dtype: object\n", "Drawing 408 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 405800\n", "block group 4\n", "dtype: object\n", "Drawing 260 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 405901\n", "block group 1\n", "dtype: object\n", "Drawing 272 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 405901\n", "block group 2\n", "dtype: object\n", "Drawing 493 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 405901\n", "block group 3\n", "dtype: object\n", "Drawing 231 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 405902\n", "block group 1\n", "dtype: object\n", "Drawing 571 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 405902\n", "block group 2\n", "dtype: object\n", "Drawing 456 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 406000\n", "block group 1\n", "dtype: object\n", "Drawing 310 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 406000\n", "block group 2\n", "dtype: object\n", "Drawing 291 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 406000\n", "block group 3\n", "dtype: object\n", "Drawing 808 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 406100\n", "block group 1\n", "dtype: object\n", "Drawing 351 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 406100\n", "block group 2\n", "dtype: object\n", "Drawing 264 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 406100\n", "block group 3\n", "dtype: object\n", "Drawing 323 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 406100\n", "block group 4\n", "dtype: object\n", "Drawing 421 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 406201\n", "block group 1\n", "dtype: object\n", "Drawing 408 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 406201\n", "block group 2\n", "dtype: object\n", "Drawing 199 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 406201\n", "block group 3\n", "dtype: object\n", "Drawing 418 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 406201\n", "block group 4\n", "dtype: object\n", "Drawing 349 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 406202\n", "block group 1\n", "dtype: object\n", "Drawing 250 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 406202\n", "block group 2\n", "dtype: object\n", "Drawing 537 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 406202\n", "block group 3\n", "dtype: object\n", "Drawing 404 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 406300\n", "block group 1\n", "dtype: object\n", "Drawing 389 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 406300\n", "block group 2\n", "dtype: object\n", "Drawing 284 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 406300\n", "block group 3\n", "dtype: object\n", "Drawing 241 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 406300\n", "block group 4\n", "dtype: object\n", "Drawing 279 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 406400\n", "block group 1\n", "dtype: object\n", "Drawing 209 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 406400\n", "block group 2\n", "dtype: object\n", "Drawing 545 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 406500\n", "block group 1\n", "dtype: object\n", "Drawing 600 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 406500\n", "block group 2\n", "dtype: object\n", "Drawing 263 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 406500\n", "block group 3\n", "dtype: object\n", "Drawing 501 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 406500\n", "block group 4\n", "dtype: object\n", "Drawing 325 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 406601\n", "block group 1\n", "dtype: object\n", "Drawing 339 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 406601\n", "block group 2\n", "dtype: object\n", "Drawing 575 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 406601\n", "block group 3\n", "dtype: object\n", "Drawing 481 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 406601\n", "block group 4\n", "dtype: object\n", "Drawing 402 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 406602\n", "block group 1\n", "dtype: object\n", "Drawing 467 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 406602\n", "block group 2\n", "dtype: object\n", "Drawing 412 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 406700\n", "block group 1\n", "dtype: object\n", "Drawing 476 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 406700\n", "block group 2\n", "dtype: object\n", "Drawing 292 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 406700\n", "block group 3\n", "dtype: object\n", "Drawing 715 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 406700\n", "block group 4\n", "dtype: object\n", "Drawing 372 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 406700\n", "block group 5\n", "dtype: object\n", "Drawing 279 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 406800\n", "block group 1\n", "dtype: object\n", "Drawing 273 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 406800\n", "block group 2\n", "dtype: object\n", "Drawing 238 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 406800\n", "block group 3\n", "dtype: object\n", "Drawing 404 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 406800\n", "block group 4\n", "dtype: object\n", "Drawing 451 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 406900\n", "block group 1\n", "dtype: object\n", "Drawing 370 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 406900\n", "block group 2\n", "dtype: object\n", "Drawing 349 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 406900\n", "block group 3\n", "dtype: object\n", "Drawing 804 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 407000\n", "block group 1\n", "dtype: object\n", "Drawing 402 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 407000\n", "block group 2\n", "dtype: object\n", "Drawing 370 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 407000\n", "block group 3\n", "dtype: object\n", "Drawing 586 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 407000\n", "block group 4\n", "dtype: object\n", "Drawing 394 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 407000\n", "block group 5\n", "dtype: object\n", "Drawing 250 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 407101\n", "block group 1\n", "dtype: object\n", "Drawing 651 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 407101\n", "block group 2\n", "dtype: object\n", "Drawing 352 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 407102\n", "block group 1\n", "dtype: object\n", "Drawing 415 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 407102\n", "block group 2\n", "dtype: object\n", "Drawing 277 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 407102\n", "block group 3\n", "dtype: object\n", "Drawing 271 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 407102\n", "block group 4\n", "dtype: object\n", "Drawing 245 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 407200\n", "block group 1\n", "dtype: object\n", "Drawing 271 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 407200\n", "block group 2\n", "dtype: object\n", "Drawing 452 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 407200\n", "block group 3\n", "dtype: object\n", "Drawing 366 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 407200\n", "block group 4\n", "dtype: object\n", "Drawing 578 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 407300\n", "block group 1\n", "dtype: object\n", "Drawing 387 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 407300\n", "block group 2\n", "dtype: object\n", "Drawing 353 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 407400\n", "block group 1\n", "dtype: object\n", "Drawing 444 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 407400\n", "block group 2\n", "dtype: object\n", "Drawing 434 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 407400\n", "block group 3\n", "dtype: object\n", "Drawing 236 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 407500\n", "block group 1\n", "dtype: object\n", "Drawing 352 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 407500\n", "block group 2\n", "dtype: object\n", "Drawing 609 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 407500\n", "block group 3\n", "dtype: object\n", "Drawing 267 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 407600\n", "block group 1\n", "dtype: object\n", "Drawing 432 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 407600\n", "block group 2\n", "dtype: object\n", "Drawing 319 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 407600\n", "block group 3\n", "dtype: object\n", "Drawing 626 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 407600\n", "block group 4\n", "dtype: object\n", "Drawing 472 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 407600\n", "block group 5\n", "dtype: object\n", "Drawing 295 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 407700\n", "block group 1\n", "dtype: object\n", "Drawing 584 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 407700\n", "block group 2\n", "dtype: object\n", "Drawing 432 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 407700\n", "block group 3\n", "dtype: object\n", "Drawing 299 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 407700\n", "block group 4\n", "dtype: object\n", "Drawing 418 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 407800\n", "block group 1\n", "dtype: object\n", "Drawing 7 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 407800\n", "block group 2\n", "dtype: object\n", "Drawing 351 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 407800\n", "block group 3\n", "dtype: object\n", "Drawing 338 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 407900\n", "block group 1\n", "dtype: object\n", "Drawing 323 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 407900\n", "block group 2\n", "dtype: object\n", "Drawing 291 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 407900\n", "block group 3\n", "dtype: object\n", "Drawing 443 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 408000\n", "block group 1\n", "dtype: object\n", "Drawing 288 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 408000\n", "block group 2\n", "dtype: object\n", "Drawing 691 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 408100\n", "block group 1\n", "dtype: object\n", "Drawing 681 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 408100\n", "block group 2\n", "dtype: object\n", "Drawing 1135 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 408100\n", "block group 3\n", "dtype: object\n", "Drawing 313 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 408100\n", "block group 4\n", "dtype: object\n", "Drawing 373 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 408200\n", "block group 1\n", "dtype: object\n", "Drawing 530 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 408200\n", "block group 2\n", "dtype: object\n", "Drawing 629 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 408200\n", "block group 3\n", "dtype: object\n", "Drawing 499 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 408300\n", "block group 1\n", "dtype: object\n", "Drawing 303 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 408300\n", "block group 2\n", "dtype: object\n", "Drawing 390 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 408300\n", "block group 3\n", "dtype: object\n", "Drawing 387 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 408300\n", "block group 4\n", "dtype: object\n", "Drawing 379 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 408300\n", "block group 5\n", "dtype: object\n", "Drawing 335 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 408400\n", "block group 1\n", "dtype: object\n", "Drawing 426 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 408400\n", "block group 2\n", "dtype: object\n", "Drawing 307 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 408400\n", "block group 3\n", "dtype: object\n", "Drawing 386 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 408500\n", "block group 1\n", "dtype: object\n", "Drawing 320 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 408500\n", "block group 2\n", "dtype: object\n", "Drawing 309 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 408500\n", "block group 3\n", "dtype: object\n", "Drawing 252 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 408500\n", "block group 4\n", "dtype: object\n", "Drawing 257 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 408500\n", "block group 5\n", "dtype: object\n", "Drawing 374 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 408600\n", "block group 1\n", "dtype: object\n", "Drawing 578 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 408600\n", "block group 2\n", "dtype: object\n", "Drawing 499 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 408600\n", "block group 3\n", "dtype: object\n", "Drawing 397 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 408600\n", "block group 4\n", "dtype: object\n", "Drawing 205 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 408700\n", "block group 1\n", "dtype: object\n", "Drawing 325 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 408700\n", "block group 2\n", "dtype: object\n", "Drawing 389 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 408700\n", "block group 3\n", "dtype: object\n", "Drawing 437 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 408700\n", "block group 4\n", "dtype: object\n", "Drawing 331 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 408700\n", "block group 5\n", "dtype: object\n", "Drawing 320 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 408700\n", "block group 6\n", "dtype: object\n", "Drawing 263 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 408800\n", "block group 1\n", "dtype: object\n", "Drawing 289 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 408800\n", "block group 2\n", "dtype: object\n", "Drawing 338 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 408800\n", "block group 3\n", "dtype: object\n", "Drawing 419 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 408800\n", "block group 4\n", "dtype: object\n", "Drawing 642 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 408900\n", "block group 1\n", "dtype: object\n", "Drawing 392 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 408900\n", "block group 2\n", "dtype: object\n", "Drawing 591 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 409000\n", "block group 1\n", "dtype: object\n", "Drawing 678 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 409000\n", "block group 2\n", "dtype: object\n", "Drawing 0 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 409000\n", "block group 3\n", "dtype: object\n", "Drawing 370 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 409000\n", "block group 4\n", "dtype: object\n", "Drawing 0 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 409100\n", "block group 1\n", "dtype: object\n", "Drawing 313 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 409100\n", "block group 2\n", "dtype: object\n", "Drawing 334 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 409200\n", "block group 1\n", "dtype: object\n", "Drawing 473 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 409200\n", "block group 2\n", "dtype: object\n", "Drawing 389 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 409300\n", "block group 1\n", "dtype: object\n", "Drawing 549 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 409300\n", "block group 2\n", "dtype: object\n", "Drawing 306 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 409300\n", "block group 3\n", "dtype: object\n", "Drawing 414 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 409300\n", "block group 4\n", "dtype: object\n", "Drawing 263 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 409400\n", "block group 1\n", "dtype: object\n", "Drawing 269 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 409400\n", "block group 2\n", "dtype: object\n", "Drawing 406 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 409400\n", "block group 3\n", "dtype: object\n", "Drawing 366 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 409500\n", "block group 1\n", "dtype: object\n", "Drawing 396 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 409500\n", "block group 2\n", "dtype: object\n", "Drawing 209 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 409500\n", "block group 3\n", "dtype: object\n", "Drawing 250 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 409600\n", "block group 1\n", "dtype: object\n", "Drawing 234 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 409600\n", "block group 2\n", "dtype: object\n", "Drawing 295 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 409600\n", "block group 3\n", "dtype: object\n", "Drawing 287 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 409600\n", "block group 4\n", "dtype: object\n", "Drawing 180 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 409600\n", "block group 5\n", "dtype: object\n", "Drawing 452 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 409700\n", "block group 1\n", "dtype: object\n", "Drawing 244 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 409700\n", "block group 2\n", "dtype: object\n", "Drawing 521 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 409700\n", "block group 3\n", "dtype: object\n", "Drawing 365 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 409700\n", "block group 4\n", "dtype: object\n", "Drawing 362 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 409800\n", "block group 1\n", "dtype: object\n", "Drawing 296 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 409800\n", "block group 2\n", "dtype: object\n", "Drawing 584 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 409800\n", "block group 3\n", "dtype: object\n", "Drawing 287 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 409900\n", "block group 1\n", "dtype: object\n", "Drawing 286 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 409900\n", "block group 2\n", "dtype: object\n", "Drawing 292 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 409900\n", "block group 3\n", "dtype: object\n", "Drawing 444 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 409900\n", "block group 4\n", "dtype: object\n", "Drawing 374 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 410000\n", "block group 1\n", "dtype: object\n", "Drawing 426 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 410000\n", "block group 2\n", "dtype: object\n", "Drawing 735 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 410000\n", "block group 3\n", "dtype: object\n", "Drawing 0 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 410100\n", "block group 1\n", "dtype: object\n", "Drawing 528 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 410100\n", "block group 2\n", "dtype: object\n", "Drawing 450 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 410200\n", "block group 1\n", "dtype: object\n", "Drawing 409 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 410200\n", "block group 2\n", "dtype: object\n", "Drawing 364 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 410200\n", "block group 3\n", "dtype: object\n", "Drawing 280 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 410300\n", "block group 1\n", "dtype: object\n", "Drawing 207 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 410300\n", "block group 2\n", "dtype: object\n", "Drawing 292 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 410300\n", "block group 3\n", "dtype: object\n", "Drawing 505 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 410400\n", "block group 1\n", "dtype: object\n", "Drawing 240 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 410400\n", "block group 2\n", "dtype: object\n", "Drawing 424 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 410400\n", "block group 3\n", "dtype: object\n", "Drawing 605 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 410500\n", "block group 1\n", "dtype: object\n", "Drawing 1051 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 420100\n", "block group 1\n", "dtype: object\n", "Drawing 342 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 420100\n", "block group 2\n", "dtype: object\n", "Drawing 310 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 420100\n", "block group 3\n", "dtype: object\n", "Drawing 261 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 420200\n", "block group 1\n", "dtype: object\n", "Drawing 437 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 420200\n", "block group 2\n", "dtype: object\n", "Drawing 342 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 420200\n", "block group 3\n", "dtype: object\n", "Drawing 445 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 420300\n", "block group 1\n", "dtype: object\n", "Drawing 652 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 420300\n", "block group 2\n", "dtype: object\n", "Drawing 976 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 420300\n", "block group 3\n", "dtype: object\n", "Drawing 346 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 420400\n", "block group 1\n", "dtype: object\n", "Drawing 1084 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 420500\n", "block group 1\n", "dtype: object\n", "Drawing 352 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 420500\n", "block group 2\n", "dtype: object\n", "Drawing 527 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 420600\n", "block group 1\n", "dtype: object\n", "Drawing 471 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 420600\n", "block group 2\n", "dtype: object\n", "Drawing 364 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 420600\n", "block group 3\n", "dtype: object\n", "Drawing 371 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 421100\n", "block group 1\n", "dtype: object\n", "Drawing 269 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 421100\n", "block group 2\n", "dtype: object\n", "Drawing 597 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 421200\n", "block group 1\n", "dtype: object\n", "Drawing 277 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 421200\n", "block group 2\n", "dtype: object\n", "Drawing 525 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 421200\n", "block group 3\n", "dtype: object\n", "Drawing 289 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 421200\n", "block group 4\n", "dtype: object\n", "Drawing 358 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 421300\n", "block group 1\n", "dtype: object\n", "Drawing 438 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 421300\n", "block group 2\n", "dtype: object\n", "Drawing 483 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 421300\n", "block group 3\n", "dtype: object\n", "Drawing 357 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 421300\n", "block group 4\n", "dtype: object\n", "Drawing 359 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 421400\n", "block group 1\n", "dtype: object\n", "Drawing 449 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 421400\n", "block group 2\n", "dtype: object\n", "Drawing 234 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 421500\n", "block group 1\n", "dtype: object\n", "Drawing 492 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 421500\n", "block group 2\n", "dtype: object\n", "Drawing 565 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 421500\n", "block group 3\n", "dtype: object\n", "Drawing 554 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 421600\n", "block group 1\n", "dtype: object\n", "Drawing 436 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 421600\n", "block group 2\n", "dtype: object\n", "Drawing 437 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 421600\n", "block group 3\n", "dtype: object\n", "Drawing 408 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 421600\n", "block group 4\n", "dtype: object\n", "Drawing 285 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 421700\n", "block group 1\n", "dtype: object\n", "Drawing 779 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 421700\n", "block group 2\n", "dtype: object\n", "Drawing 299 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 421700\n", "block group 3\n", "dtype: object\n", "Drawing 549 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 421800\n", "block group 1\n", "dtype: object\n", "Drawing 429 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 421800\n", "block group 2\n", "dtype: object\n", "Drawing 448 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 421900\n", "block group 1\n", "dtype: object\n", "Drawing 439 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 421900\n", "block group 2\n", "dtype: object\n", "Drawing 396 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 421900\n", "block group 3\n", "dtype: object\n", "Drawing 473 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 421900\n", "block group 4\n", "dtype: object\n", "Drawing 305 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 422000\n", "block group 1\n", "dtype: object\n", "Drawing 423 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 422000\n", "block group 2\n", "dtype: object\n", "Drawing 172 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 422100\n", "block group 1\n", "dtype: object\n", "Drawing 352 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 422100\n", "block group 2\n", "dtype: object\n", "Drawing 680 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 422200\n", "block group 1\n", "dtype: object\n", "Drawing 465 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 422200\n", "block group 2\n", "dtype: object\n", "Drawing 492 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 422200\n", "block group 3\n", "dtype: object\n", "Drawing 553 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 422300\n", "block group 1\n", "dtype: object\n", "Drawing 439 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 422300\n", "block group 2\n", "dtype: object\n", "Drawing 675 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 422300\n", "block group 3\n", "dtype: object\n", "Drawing 476 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 422400\n", "block group 1\n", "dtype: object\n", "Drawing 1246 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 422400\n", "block group 2\n", "dtype: object\n", "Drawing 503 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 422400\n", "block group 3\n", "dtype: object\n", "Drawing 532 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 422500\n", "block group 1\n", "dtype: object\n", "Drawing 537 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 422500\n", "block group 2\n", "dtype: object\n", "Drawing 195 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 422500\n", "block group 3\n", "dtype: object\n", "Drawing 810 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 422600\n", "block group 1\n", "dtype: object\n", "Drawing 20 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 422700\n", "block group 1\n", "dtype: object\n", "Drawing 320 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 422700\n", "block group 2\n", "dtype: object\n", "Drawing 175 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 422700\n", "block group 3\n", "dtype: object\n", "Drawing 564 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 422800\n", "block group 1\n", "dtype: object\n", "Drawing 374 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 422800\n", "block group 2\n", "dtype: object\n", "Drawing 155 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 422800\n", "block group 3\n", "dtype: object\n", "Drawing 846 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 422900\n", "block group 1\n", "dtype: object\n", "Drawing 942 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 422900\n", "block group 2\n", "dtype: object\n", "Drawing 927 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 423000\n", "block group 1\n", "dtype: object\n", "Drawing 852 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 423000\n", "block group 2\n", "dtype: object\n", "Drawing 730 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 423000\n", "block group 3\n", "dtype: object\n", "Drawing 524 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 423100\n", "block group 1\n", "dtype: object\n", "Drawing 748 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 423100\n", "block group 2\n", "dtype: object\n", "Drawing 321 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 423100\n", "block group 3\n", "dtype: object\n", "Drawing 434 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 423100\n", "block group 4\n", "dtype: object\n", "Drawing 295 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 423200\n", "block group 1\n", "dtype: object\n", "Drawing 437 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 423200\n", "block group 2\n", "dtype: object\n", "Drawing 633 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 423300\n", "block group 1\n", "dtype: object\n", "Drawing 535 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 423300\n", "block group 2\n", "dtype: object\n", "Drawing 562 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 423300\n", "block group 3\n", "dtype: object\n", "Drawing 432 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 423400\n", "block group 1\n", "dtype: object\n", "Drawing 366 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 423400\n", "block group 2\n", "dtype: object\n", "Drawing 438 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 423400\n", "block group 3\n", "dtype: object\n", "Drawing 644 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 423400\n", "block group 4\n", "dtype: object\n", "Drawing 568 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 423500\n", "block group 1\n", "dtype: object\n", "Drawing 468 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 423500\n", "block group 2\n", "dtype: object\n", "Drawing 408 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 423500\n", "block group 3\n", "dtype: object\n", "Drawing 454 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 423601\n", "block group 1\n", "dtype: object\n", "Drawing 646 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 423601\n", "block group 2\n", "dtype: object\n", "Drawing 596 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 423602\n", "block group 1\n", "dtype: object\n", "Drawing 857 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 423602\n", "block group 2\n", "dtype: object\n", "Drawing 700 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 423602\n", "block group 3\n", "dtype: object\n", "Drawing 885 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 423700\n", "block group 1\n", "dtype: object\n", "Drawing 442 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 423700\n", "block group 2\n", "dtype: object\n", "Drawing 467 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 423700\n", "block group 3\n", "dtype: object\n", "Drawing 290 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 423800\n", "block group 1\n", "dtype: object\n", "Drawing 319 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 423800\n", "block group 2\n", "dtype: object\n", "Drawing 477 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 423800\n", "block group 3\n", "dtype: object\n", "Drawing 468 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 423901\n", "block group 1\n", "dtype: object\n", "Drawing 339 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 423901\n", "block group 2\n", "dtype: object\n", "Drawing 463 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 423902\n", "block group 1\n", "dtype: object\n", "Drawing 308 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 423902\n", "block group 2\n", "dtype: object\n", "Drawing 455 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 424001\n", "block group 1\n", "dtype: object\n", "Drawing 418 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 424001\n", "block group 2\n", "dtype: object\n", "Drawing 189 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 424001\n", "block group 3\n", "dtype: object\n", "Drawing 433 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 424001\n", "block group 4\n", "dtype: object\n", "Drawing 405 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 424002\n", "block group 1\n", "dtype: object\n", "Drawing 529 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 424002\n", "block group 2\n", "dtype: object\n", "Drawing 434 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 425101\n", "block group 1\n", "dtype: object\n", "Drawing 383 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 425101\n", "block group 2\n", "dtype: object\n", "Drawing 880 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 425102\n", "block group 1\n", "dtype: object\n", "Drawing 446 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 425102\n", "block group 2\n", "dtype: object\n", "Drawing 622 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 425102\n", "block group 3\n", "dtype: object\n", "Drawing 374 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 425103\n", "block group 1\n", "dtype: object\n", "Drawing 532 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 425103\n", "block group 2\n", "dtype: object\n", "Drawing 380 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 425103\n", "block group 3\n", "dtype: object\n", "Drawing 284 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 425104\n", "block group 1\n", "dtype: object\n", "Drawing 644 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 425104\n", "block group 2\n", "dtype: object\n", "Drawing 953 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 426100\n", "block group 1\n", "dtype: object\n", "Drawing 440 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 426100\n", "block group 2\n", "dtype: object\n", "Drawing 159 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 426100\n", "block group 3\n", "dtype: object\n", "Drawing 503 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 426100\n", "block group 4\n", "dtype: object\n", "Drawing 377 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 426100\n", "block group 5\n", "dtype: object\n", "Drawing 396 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 426100\n", "block group 6\n", "dtype: object\n", "Drawing 163 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 426200\n", "block group 1\n", "dtype: object\n", "Drawing 538 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 426200\n", "block group 2\n", "dtype: object\n", "Drawing 620 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 426200\n", "block group 3\n", "dtype: object\n", "Drawing 444 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 427100\n", "block group 1\n", "dtype: object\n", "Drawing 428 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 427100\n", "block group 2\n", "dtype: object\n", "Drawing 287 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 427100\n", "block group 3\n", "dtype: object\n", "Drawing 616 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 427200\n", "block group 1\n", "dtype: object\n", "Drawing 384 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 427200\n", "block group 2\n", "dtype: object\n", "Drawing 515 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 427200\n", "block group 3\n", "dtype: object\n", "Drawing 351 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 427200\n", "block group 4\n", "dtype: object\n", "Drawing 225 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 427200\n", "block group 5\n", "dtype: object\n", "Drawing 0 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 427300\n", "block group 1\n", "dtype: object\n", "Drawing 491 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 427300\n", "block group 2\n", "dtype: object\n", "Drawing 560 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 427300\n", "block group 3\n", "dtype: object\n", "Drawing 297 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 427300\n", "block group 4\n", "dtype: object\n", "Drawing 209 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 427300\n", "block group 5\n", "dtype: object\n", "Drawing 371 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 427600\n", "block group 1\n", "dtype: object\n", "Drawing 652 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 427600\n", "block group 2\n", "dtype: object\n", "Drawing 612 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 427600\n", "block group 3\n", "dtype: object\n", "Drawing 317 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 427700\n", "block group 1\n", "dtype: object\n", "Drawing 328 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 427700\n", "block group 2\n", "dtype: object\n", "Drawing 1014 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 427700\n", "block group 3\n", "dtype: object\n", "Drawing 580 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 427700\n", "block group 4\n", "dtype: object\n", "Drawing 330 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 427800\n", "block group 1\n", "dtype: object\n", "Drawing 160 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 427800\n", "block group 2\n", "dtype: object\n", "Drawing 404 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 427800\n", "block group 3\n", "dtype: object\n", "Drawing 347 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 427800\n", "block group 4\n", "dtype: object\n", "Drawing 441 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 427800\n", "block group 5\n", "dtype: object\n", "Drawing 551 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 427900\n", "block group 1\n", "dtype: object\n", "Drawing 331 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 427900\n", "block group 2\n", "dtype: object\n", "Drawing 628 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 427900\n", "block group 3\n", "dtype: object\n", "Drawing 322 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 427900\n", "block group 4\n", "dtype: object\n", "Drawing 472 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 427900\n", "block group 5\n", "dtype: object\n", "Drawing 354 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 428000\n", "block group 1\n", "dtype: object\n", "Drawing 313 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 428000\n", "block group 2\n", "dtype: object\n", "Drawing 1015 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 428100\n", "block group 1\n", "dtype: object\n", "Drawing 574 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 428100\n", "block group 2\n", "dtype: object\n", "Drawing 443 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 428100\n", "block group 3\n", "dtype: object\n", "Drawing 434 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 428100\n", "block group 4\n", "dtype: object\n", "Drawing 455 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 428200\n", "block group 1\n", "dtype: object\n", "Drawing 381 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 428200\n", "block group 2\n", "dtype: object\n", "Drawing 764 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 428200\n", "block group 3\n", "dtype: object\n", "Drawing 525 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 428200\n", "block group 4\n", "dtype: object\n", "Drawing 435 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 428200\n", "block group 5\n", "dtype: object\n", "Drawing 392 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 428301\n", "block group 1\n", "dtype: object\n", "Drawing 796 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 428301\n", "block group 2\n", "dtype: object\n", "Drawing 316 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 428301\n", "block group 3\n", "dtype: object\n", "Drawing 394 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 428301\n", "block group 4\n", "dtype: object\n", "Drawing 818 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 428302\n", "block group 1\n", "dtype: object\n", "Drawing 760 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 428302\n", "block group 2\n", "dtype: object\n", "Drawing 1020 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 428302\n", "block group 3\n", "dtype: object\n", "Drawing 759 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 428400\n", "block group 1\n", "dtype: object\n", "Drawing 775 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 428400\n", "block group 2\n", "dtype: object\n", "Drawing 472 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 428400\n", "block group 3\n", "dtype: object\n", "Drawing 581 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 428500\n", "block group 1\n", "dtype: object\n", "Drawing 1120 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 428500\n", "block group 2\n", "dtype: object\n", "Drawing 311 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 428600\n", "block group 1\n", "dtype: object\n", "Drawing 628 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 428600\n", "block group 2\n", "dtype: object\n", "Drawing 324 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 428600\n", "block group 3\n", "dtype: object\n", "Drawing 451 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 428700\n", "block group 1\n", "dtype: object\n", "Drawing 785 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 428700\n", "block group 2\n", "dtype: object\n", "Drawing 387 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 430101\n", "block group 1\n", "dtype: object\n", "Drawing 350 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 430101\n", "block group 2\n", "dtype: object\n", "Drawing 806 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 430101\n", "block group 3\n", "dtype: object\n", "Drawing 1096 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 430102\n", "block group 1\n", "dtype: object\n", "Drawing 890 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 430200\n", "block group 1\n", "dtype: object\n", "Drawing 613 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 430200\n", "block group 2\n", "dtype: object\n", "Drawing 422 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 430200\n", "block group 3\n", "dtype: object\n", "Drawing 270 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 430200\n", "block group 4\n", "dtype: object\n", "Drawing 453 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 430200\n", "block group 5\n", "dtype: object\n", "Drawing 536 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 430300\n", "block group 1\n", "dtype: object\n", "Drawing 493 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 430300\n", "block group 2\n", "dtype: object\n", "Drawing 372 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 430300\n", "block group 3\n", "dtype: object\n", "Drawing 411 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 430400\n", "block group 1\n", "dtype: object\n", "Drawing 332 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 430400\n", "block group 2\n", "dtype: object\n", "Drawing 421 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 430500\n", "block group 1\n", "dtype: object\n", "Drawing 802 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 430500\n", "block group 2\n", "dtype: object\n", "Drawing 481 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 430500\n", "block group 3\n", "dtype: object\n", "Drawing 641 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 430600\n", "block group 1\n", "dtype: object\n", "Drawing 456 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 430600\n", "block group 2\n", "dtype: object\n", "Drawing 465 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 430600\n", "block group 3\n", "dtype: object\n", "Drawing 988 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 430600\n", "block group 4\n", "dtype: object\n", "Drawing 216 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 430700\n", "block group 1\n", "dtype: object\n", "Drawing 240 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 430700\n", "block group 2\n", "dtype: object\n", "Drawing 619 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 430700\n", "block group 3\n", "dtype: object\n", "Drawing 425 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 430800\n", "block group 1\n", "dtype: object\n", "Drawing 315 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 430800\n", "block group 2\n", "dtype: object\n", "Drawing 323 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 430800\n", "block group 3\n", "dtype: object\n", "Drawing 737 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 430800\n", "block group 4\n", "dtype: object\n", "Drawing 671 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 430900\n", "block group 1\n", "dtype: object\n", "Drawing 829 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 430900\n", "block group 2\n", "dtype: object\n", "Drawing 982 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 431000\n", "block group 1\n", "dtype: object\n", "Drawing 503 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 431000\n", "block group 2\n", "dtype: object\n", "Drawing 616 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 431100\n", "block group 1\n", "dtype: object\n", "Drawing 492 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 431100\n", "block group 2\n", "dtype: object\n", "Drawing 806 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 431200\n", "block group 1\n", "dtype: object\n", "Drawing 816 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 431200\n", "block group 2\n", "dtype: object\n", "Drawing 733 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 431200\n", "block group 3\n", "dtype: object\n", "Drawing 924 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 432100\n", "block group 1\n", "dtype: object\n", "Drawing 606 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 432100\n", "block group 2\n", "dtype: object\n", "Drawing 337 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 432100\n", "block group 3\n", "dtype: object\n", "Drawing 393 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 432200\n", "block group 1\n", "dtype: object\n", "Drawing 293 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 432200\n", "block group 2\n", "dtype: object\n", "Drawing 301 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 432200\n", "block group 3\n", "dtype: object\n", "Drawing 918 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 432300\n", "block group 1\n", "dtype: object\n", "Drawing 467 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 432300\n", "block group 2\n", "dtype: object\n", "Drawing 283 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 432300\n", "block group 3\n", "dtype: object\n", "Drawing 732 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 432400\n", "block group 1\n", "dtype: object\n", "Drawing 401 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 432400\n", "block group 2\n", "dtype: object\n", "Drawing 752 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 432400\n", "block group 3\n", "dtype: object\n", "Drawing 554 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 432501\n", "block group 1\n", "dtype: object\n", "Drawing 325 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 432501\n", "block group 2\n", "dtype: object\n", "Drawing 268 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 432501\n", "block group 3\n", "dtype: object\n", "Drawing 845 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 432502\n", "block group 1\n", "dtype: object\n", "Drawing 753 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 432502\n", "block group 2\n", "dtype: object\n", "Drawing 399 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 432502\n", "block group 3\n", "dtype: object\n", "Drawing 294 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 432600\n", "block group 1\n", "dtype: object\n", "Drawing 612 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 432600\n", "block group 2\n", "dtype: object\n", "Drawing 542 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 432600\n", "block group 3\n", "dtype: object\n", "Drawing 369 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 432600\n", "block group 4\n", "dtype: object\n", "Drawing 306 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 432600\n", "block group 5\n", "dtype: object\n", "Drawing 907 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 432700\n", "block group 1\n", "dtype: object\n", "Drawing 288 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 432700\n", "block group 2\n", "dtype: object\n", "Drawing 262 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 432700\n", "block group 3\n", "dtype: object\n", "Drawing 363 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 432800\n", "block group 1\n", "dtype: object\n", "Drawing 294 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 432800\n", "block group 2\n", "dtype: object\n", "Drawing 691 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 432800\n", "block group 3\n", "dtype: object\n", "Drawing 366 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 433000\n", "block group 1\n", "dtype: object\n", "Drawing 279 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 433000\n", "block group 2\n", "dtype: object\n", "Drawing 386 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 433000\n", "block group 3\n", "dtype: object\n", "Drawing 240 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 433000\n", "block group 4\n", "dtype: object\n", "Drawing 312 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 433102\n", "block group 1\n", "dtype: object\n", "Drawing 640 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 433102\n", "block group 2\n", "dtype: object\n", "Drawing 643 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 433103\n", "block group 1\n", "dtype: object\n", "Drawing 994 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 433103\n", "block group 2\n", "dtype: object\n", "Drawing 506 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 433104\n", "block group 1\n", "dtype: object\n", "Drawing 276 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 433104\n", "block group 2\n", "dtype: object\n", "Drawing 308 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 433104\n", "block group 3\n", "dtype: object\n", "Drawing 1064 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 433200\n", "block group 1\n", "dtype: object\n", "Drawing 616 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 433200\n", "block group 2\n", "dtype: object\n", "Drawing 708 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 433200\n", "block group 3\n", "dtype: object\n", "Drawing 711 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 433200\n", "block group 4\n", "dtype: object\n", "Drawing 499 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 433300\n", "block group 1\n", "dtype: object\n", "Drawing 562 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 433300\n", "block group 2\n", "dtype: object\n", "Drawing 217 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 433300\n", "block group 3\n", "dtype: object\n", "Drawing 425 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 433300\n", "block group 4\n", "dtype: object\n", "Drawing 421 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 433300\n", "block group 5\n", "dtype: object\n", "Drawing 466 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 433400\n", "block group 1\n", "dtype: object\n", "Drawing 532 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 433400\n", "block group 2\n", "dtype: object\n", "Drawing 230 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 433400\n", "block group 3\n", "dtype: object\n", "Drawing 374 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 433400\n", "block group 4\n", "dtype: object\n", "Drawing 335 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 433400\n", "block group 5\n", "dtype: object\n", "Drawing 331 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 433400\n", "block group 6\n", "dtype: object\n", "Drawing 446 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 433500\n", "block group 1\n", "dtype: object\n", "Drawing 226 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 433500\n", "block group 2\n", "dtype: object\n", "Drawing 238 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 433500\n", "block group 3\n", "dtype: object\n", "Drawing 481 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 433500\n", "block group 4\n", "dtype: object\n", "Drawing 389 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 433600\n", "block group 1\n", "dtype: object\n", "Drawing 273 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 433600\n", "block group 2\n", "dtype: object\n", "Drawing 429 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 433600\n", "block group 3\n", "dtype: object\n", "Drawing 609 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 433600\n", "block group 4\n", "dtype: object\n", "Drawing 685 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 433700\n", "block group 1\n", "dtype: object\n", "Drawing 403 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 433700\n", "block group 2\n", "dtype: object\n", "Drawing 301 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 433700\n", "block group 3\n", "dtype: object\n", "Drawing 288 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 433800\n", "block group 1\n", "dtype: object\n", "Drawing 237 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 433800\n", "block group 2\n", "dtype: object\n", "Drawing 868 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 433800\n", "block group 3\n", "dtype: object\n", "Drawing 597 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 433800\n", "block group 4\n", "dtype: object\n", "Drawing 760 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 433900\n", "block group 1\n", "dtype: object\n", "Drawing 758 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 433900\n", "block group 2\n", "dtype: object\n", "Drawing 399 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 433900\n", "block group 3\n", "dtype: object\n", "Drawing 228 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 433900\n", "block group 4\n", "dtype: object\n", "Drawing 687 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 434000\n", "block group 1\n", "dtype: object\n", "Drawing 639 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 434000\n", "block group 2\n", "dtype: object\n", "Drawing 326 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 434000\n", "block group 3\n", "dtype: object\n", "Drawing 646 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 435102\n", "block group 1\n", "dtype: object\n", "Drawing 646 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 435102\n", "block group 2\n", "dtype: object\n", "Drawing 857 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 435103\n", "block group 1\n", "dtype: object\n", "Drawing 945 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 435103\n", "block group 2\n", "dtype: object\n", "Drawing 973 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 435103\n", "block group 3\n", "dtype: object\n", "Drawing 142 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 435104\n", "block group 1\n", "dtype: object\n", "Drawing 764 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 435104\n", "block group 2\n", "dtype: object\n", "Drawing 752 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 435104\n", "block group 3\n", "dtype: object\n", "Drawing 311 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 435200\n", "block group 1\n", "dtype: object\n", "Drawing 815 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 435200\n", "block group 2\n", "dtype: object\n", "Drawing 565 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 435300\n", "block group 1\n", "dtype: object\n", "Drawing 469 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 435300\n", "block group 2\n", "dtype: object\n", "Drawing 667 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 435300\n", "block group 3\n", "dtype: object\n", "Drawing 465 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 435400\n", "block group 1\n", "dtype: object\n", "Drawing 820 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 435400\n", "block group 2\n", "dtype: object\n", "Drawing 481 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 435400\n", "block group 3\n", "dtype: object\n", "Drawing 502 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 435500\n", "block group 1\n", "dtype: object\n", "Drawing 366 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 435500\n", "block group 2\n", "dtype: object\n", "Drawing 450 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 435500\n", "block group 3\n", "dtype: object\n", "Drawing 425 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 435601\n", "block group 1\n", "dtype: object\n", "Drawing 1114 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 435601\n", "block group 2\n", "dtype: object\n", "Drawing 465 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 435602\n", "block group 1\n", "dtype: object\n", "Drawing 321 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 435602\n", "block group 2\n", "dtype: object\n", "Drawing 302 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 435602\n", "block group 3\n", "dtype: object\n", "Drawing 366 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 435602\n", "block group 4\n", "dtype: object\n", "Drawing 455 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 435700\n", "block group 1\n", "dtype: object\n", "Drawing 368 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 435700\n", "block group 2\n", "dtype: object\n", "Drawing 271 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 435700\n", "block group 3\n", "dtype: object\n", "Drawing 353 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 435700\n", "block group 4\n", "dtype: object\n", "Drawing 409 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 435800\n", "block group 1\n", "dtype: object\n", "Drawing 432 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 435800\n", "block group 2\n", "dtype: object\n", "Drawing 532 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 435800\n", "block group 3\n", "dtype: object\n", "Drawing 299 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 435800\n", "block group 4\n", "dtype: object\n", "Drawing 330 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 435900\n", "block group 1\n", "dtype: object\n", "Drawing 417 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 435900\n", "block group 2\n", "dtype: object\n", "Drawing 654 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 435900\n", "block group 3\n", "dtype: object\n", "Drawing 336 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 435900\n", "block group 4\n", "dtype: object\n", "Drawing 254 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 436000\n", "block group 1\n", "dtype: object\n", "Drawing 308 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 436000\n", "block group 2\n", "dtype: object\n", "Drawing 539 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 436000\n", "block group 3\n", "dtype: object\n", "Drawing 536 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 436100\n", "block group 1\n", "dtype: object\n", "Drawing 239 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 436100\n", "block group 2\n", "dtype: object\n", "Drawing 846 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 436100\n", "block group 3\n", "dtype: object\n", "Drawing 693 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 436200\n", "block group 1\n", "dtype: object\n", "Drawing 371 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 436200\n", "block group 2\n", "dtype: object\n", "Drawing 813 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 436300\n", "block group 1\n", "dtype: object\n", "Drawing 725 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 436300\n", "block group 2\n", "dtype: object\n", "Drawing 753 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 436300\n", "block group 3\n", "dtype: object\n", "Drawing 339 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 436300\n", "block group 4\n", "dtype: object\n", "Drawing 219 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 436401\n", "block group 1\n", "dtype: object\n", "Drawing 359 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 436401\n", "block group 2\n", "dtype: object\n", "Drawing 777 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 436401\n", "block group 3\n", "dtype: object\n", "Drawing 541 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 436401\n", "block group 4\n", "dtype: object\n", "Drawing 518 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 436401\n", "block group 5\n", "dtype: object\n", "Drawing 534 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 436402\n", "block group 1\n", "dtype: object\n", "Drawing 545 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 436402\n", "block group 2\n", "dtype: object\n", "Drawing 466 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 436500\n", "block group 1\n", "dtype: object\n", "Drawing 609 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 436500\n", "block group 2\n", "dtype: object\n", "Drawing 1069 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 436601\n", "block group 1\n", "dtype: object\n", "Drawing 410 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 436601\n", "block group 2\n", "dtype: object\n", "Drawing 909 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 436601\n", "block group 3\n", "dtype: object\n", "Drawing 515 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 436602\n", "block group 1\n", "dtype: object\n", "Drawing 1038 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 436602\n", "block group 2\n", "dtype: object\n", "Drawing 576 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 436700\n", "block group 1\n", "dtype: object\n", "Drawing 506 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 436700\n", "block group 2\n", "dtype: object\n", "Drawing 508 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 436800\n", "block group 1\n", "dtype: object\n", "Drawing 709 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 436800\n", "block group 2\n", "dtype: object\n", "Drawing 591 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 436900\n", "block group 1\n", "dtype: object\n", "Drawing 579 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 436900\n", "block group 2\n", "dtype: object\n", "Drawing 211 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 436900\n", "block group 3\n", "dtype: object\n", "Drawing 296 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 436900\n", "block group 4\n", "dtype: object\n", "Drawing 674 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 437000\n", "block group 1\n", "dtype: object\n", "Drawing 421 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 437000\n", "block group 2\n", "dtype: object\n", "Drawing 258 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 437000\n", "block group 3\n", "dtype: object\n", "Drawing 426 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 437101\n", "block group 1\n", "dtype: object\n", "Drawing 804 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 437101\n", "block group 2\n", "dtype: object\n", "Drawing 484 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 437101\n", "block group 3\n", "dtype: object\n", "Drawing 502 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 437102\n", "block group 1\n", "dtype: object\n", "Drawing 496 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 437102\n", "block group 2\n", "dtype: object\n", "Drawing 654 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 437102\n", "block group 3\n", "dtype: object\n", "Drawing 311 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 437200\n", "block group 1\n", "dtype: object\n", "Drawing 718 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 437200\n", "block group 2\n", "dtype: object\n", "Drawing 251 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 437200\n", "block group 3\n", "dtype: object\n", "Drawing 352 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 437200\n", "block group 4\n", "dtype: object\n", "Drawing 802 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 437300\n", "block group 1\n", "dtype: object\n", "Drawing 232 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 437300\n", "block group 2\n", "dtype: object\n", "Drawing 430 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 437300\n", "block group 3\n", "dtype: object\n", "Drawing 191 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 437400\n", "block group 1\n", "dtype: object\n", "Drawing 256 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 437400\n", "block group 2\n", "dtype: object\n", "Drawing 607 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 437500\n", "block group 1\n", "dtype: object\n", "Drawing 440 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 437500\n", "block group 2\n", "dtype: object\n", "Drawing 691 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 437600\n", "block group 1\n", "dtype: object\n", "Drawing 581 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 437600\n", "block group 2\n", "dtype: object\n", "Drawing 322 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 437701\n", "block group 1\n", "dtype: object\n", "Drawing 159 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 437701\n", "block group 2\n", "dtype: object\n", "Drawing 565 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 437701\n", "block group 3\n", "dtype: object\n", "Drawing 220 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 437702\n", "block group 1\n", "dtype: object\n", "Drawing 677 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 437702\n", "block group 2\n", "dtype: object\n", "Drawing 300 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 437800\n", "block group 1\n", "dtype: object\n", "Drawing 1018 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 437800\n", "block group 2\n", "dtype: object\n", "Drawing 253 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 437900\n", "block group 1\n", "dtype: object\n", "Drawing 338 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 437900\n", "block group 2\n", "dtype: object\n", "Drawing 345 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 438000\n", "block group 1\n", "dtype: object\n", "Drawing 623 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 438000\n", "block group 2\n", "dtype: object\n", "Drawing 365 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 438100\n", "block group 1\n", "dtype: object\n", "Drawing 551 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 438100\n", "block group 2\n", "dtype: object\n", "Drawing 285 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 438100\n", "block group 3\n", "dtype: object\n", "Drawing 291 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 438100\n", "block group 4\n", "dtype: object\n", "Drawing 394 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 438100\n", "block group 5\n", "dtype: object\n", "Drawing 358 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 438100\n", "block group 6\n", "dtype: object\n", "Drawing 249 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 438201\n", "block group 1\n", "dtype: object\n", "Drawing 313 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 438201\n", "block group 2\n", "dtype: object\n", "Drawing 527 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 438201\n", "block group 3\n", "dtype: object\n", "Drawing 281 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 438203\n", "block group 1\n", "dtype: object\n", "Drawing 623 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 438203\n", "block group 2\n", "dtype: object\n", "Drawing 654 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 438204\n", "block group 1\n", "dtype: object\n", "Drawing 499 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 438204\n", "block group 2\n", "dtype: object\n", "Drawing 400 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 438204\n", "block group 3\n", "dtype: object\n", "Drawing 866 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 438300\n", "block group 1\n", "dtype: object\n", "Drawing 321 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 438300\n", "block group 2\n", "dtype: object\n", "Drawing 336 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 438300\n", "block group 3\n", "dtype: object\n", "Drawing 230 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 438400\n", "block group 1\n", "dtype: object\n", "Drawing 378 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 438400\n", "block group 2\n", "dtype: object\n", "Drawing 343 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 440100\n", "block group 1\n", "dtype: object\n", "Drawing 778 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 440200\n", "block group 1\n", "dtype: object\n", "Drawing 392 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 440200\n", "block group 2\n", "dtype: object\n", "Drawing 364 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 440200\n", "block group 3\n", "dtype: object\n", "Drawing 413 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 440200\n", "block group 4\n", "dtype: object\n", "Drawing 289 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 440301\n", "block group 1\n", "dtype: object\n", "Drawing 581 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 440301\n", "block group 2\n", "dtype: object\n", "Drawing 552 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 440301\n", "block group 3\n", "dtype: object\n", "Drawing 555 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 440301\n", "block group 4\n", "dtype: object\n", "Drawing 415 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 440304\n", "block group 1\n", "dtype: object\n", "Drawing 268 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 440304\n", "block group 2\n", "dtype: object\n", "Drawing 582 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 440304\n", "block group 3\n", "dtype: object\n", "Drawing 423 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 440305\n", "block group 1\n", "dtype: object\n", "Drawing 267 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 440305\n", "block group 2\n", "dtype: object\n", "Drawing 271 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 440305\n", "block group 3\n", "dtype: object\n", "Drawing 500 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 440306\n", "block group 1\n", "dtype: object\n", "Drawing 694 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 440306\n", "block group 2\n", "dtype: object\n", "Drawing 287 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 440307\n", "block group 1\n", "dtype: object\n", "Drawing 980 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 440307\n", "block group 2\n", "dtype: object\n", "Drawing 337 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 440307\n", "block group 3\n", "dtype: object\n", "Drawing 245 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 440308\n", "block group 1\n", "dtype: object\n", "Drawing 650 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 440308\n", "block group 2\n", "dtype: object\n", "Drawing 330 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 440308\n", "block group 3\n", "dtype: object\n", "Drawing 453 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 440308\n", "block group 4\n", "dtype: object\n", "Drawing 519 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 440331\n", "block group 1\n", "dtype: object\n", "Drawing 506 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 440331\n", "block group 2\n", "dtype: object\n", "Drawing 324 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 440332\n", "block group 1\n", "dtype: object\n", "Drawing 358 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 440332\n", "block group 2\n", "dtype: object\n", "Drawing 523 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 440333\n", "block group 1\n", "dtype: object\n", "Drawing 429 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 440333\n", "block group 2\n", "dtype: object\n", "Drawing 366 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 440334\n", "block group 1\n", "dtype: object\n", "Drawing 459 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 440334\n", "block group 2\n", "dtype: object\n", "Drawing 633 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 440335\n", "block group 1\n", "dtype: object\n", "Drawing 826 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 440335\n", "block group 2\n", "dtype: object\n", "Drawing 993 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 440336\n", "block group 1\n", "dtype: object\n", "Drawing 746 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 440336\n", "block group 2\n", "dtype: object\n", "Drawing 746 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 441100\n", "block group 1\n", "dtype: object\n", "Drawing 838 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 441100\n", "block group 2\n", "dtype: object\n", "Drawing 690 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 441200\n", "block group 1\n", "dtype: object\n", "Drawing 1011 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 441200\n", "block group 2\n", "dtype: object\n", "Drawing 487 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 441200\n", "block group 3\n", "dtype: object\n", "Drawing 942 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 441301\n", "block group 1\n", "dtype: object\n", "Drawing 238 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 441301\n", "block group 2\n", "dtype: object\n", "Drawing 885 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 441302\n", "block group 1\n", "dtype: object\n", "Drawing 531 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 441302\n", "block group 2\n", "dtype: object\n", "Drawing 464 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 441302\n", "block group 3\n", "dtype: object\n", "Drawing 295 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 441302\n", "block group 4\n", "dtype: object\n", "Drawing 465 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 441401\n", "block group 1\n", "dtype: object\n", "Drawing 651 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 441401\n", "block group 2\n", "dtype: object\n", "Drawing 591 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 441401\n", "block group 3\n", "dtype: object\n", "Drawing 417 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 441401\n", "block group 4\n", "dtype: object\n", "Drawing 714 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 441402\n", "block group 1\n", "dtype: object\n", "Drawing 635 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 441402\n", "block group 2\n", "dtype: object\n", "Drawing 639 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 441402\n", "block group 3\n", "dtype: object\n", "Drawing 359 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 441501\n", "block group 1\n", "dtype: object\n", "Drawing 850 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 441501\n", "block group 2\n", "dtype: object\n", "Drawing 934 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 441503\n", "block group 1\n", "dtype: object\n", "Drawing 1103 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 441503\n", "block group 2\n", "dtype: object\n", "Drawing 523 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 441521\n", "block group 1\n", "dtype: object\n", "Drawing 668 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 441521\n", "block group 2\n", "dtype: object\n", "Drawing 408 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 441521\n", "block group 3\n", "dtype: object\n", "Drawing 436 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 441521\n", "block group 4\n", "dtype: object\n", "Drawing 304 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 441522\n", "block group 1\n", "dtype: object\n", "Drawing 347 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 441522\n", "block group 2\n", "dtype: object\n", "Drawing 595 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 441522\n", "block group 3\n", "dtype: object\n", "Drawing 547 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 441523\n", "block group 1\n", "dtype: object\n", "Drawing 635 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 441523\n", "block group 2\n", "dtype: object\n", "Drawing 400 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 441523\n", "block group 3\n", "dtype: object\n", "Drawing 398 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 441524\n", "block group 1\n", "dtype: object\n", "Drawing 980 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 441524\n", "block group 2\n", "dtype: object\n", "Drawing 370 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 441601\n", "block group 1\n", "dtype: object\n", "Drawing 208 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 441601\n", "block group 2\n", "dtype: object\n", "Drawing 774 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 441601\n", "block group 3\n", "dtype: object\n", "Drawing 457 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 441602\n", "block group 1\n", "dtype: object\n", "Drawing 756 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 441602\n", "block group 2\n", "dtype: object\n", "Drawing 213 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 441602\n", "block group 3\n", "dtype: object\n", "Drawing 889 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 441602\n", "block group 4\n", "dtype: object\n", "Drawing 360 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 441700\n", "block group 1\n", "dtype: object\n", "Drawing 870 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 441700\n", "block group 2\n", "dtype: object\n", "Drawing 893 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 441700\n", "block group 3\n", "dtype: object\n", "Drawing 218 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 441700\n", "block group 4\n", "dtype: object\n", "Drawing 440 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 441800\n", "block group 1\n", "dtype: object\n", "Drawing 848 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 441800\n", "block group 2\n", "dtype: object\n", "Drawing 431 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 441800\n", "block group 3\n", "dtype: object\n", "Drawing 852 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 441800\n", "block group 4\n", "dtype: object\n", "Drawing 259 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 441921\n", "block group 1\n", "dtype: object\n", "Drawing 281 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 441921\n", "block group 2\n", "dtype: object\n", "Drawing 921 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 441923\n", "block group 1\n", "dtype: object\n", "Drawing 491 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 441923\n", "block group 2\n", "dtype: object\n", "Drawing 337 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 441923\n", "block group 3\n", "dtype: object\n", "Drawing 998 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 441924\n", "block group 1\n", "dtype: object\n", "Drawing 706 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 441924\n", "block group 2\n", "dtype: object\n", "Drawing 539 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 441924\n", "block group 3\n", "dtype: object\n", "Drawing 664 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 441924\n", "block group 4\n", "dtype: object\n", "Drawing 426 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 441925\n", "block group 1\n", "dtype: object\n", "Drawing 1540 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 441925\n", "block group 2\n", "dtype: object\n", "Drawing 1096 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 441926\n", "block group 1\n", "dtype: object\n", "Drawing 818 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 441926\n", "block group 2\n", "dtype: object\n", "Drawing 534 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 441927\n", "block group 1\n", "dtype: object\n", "Drawing 868 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 441927\n", "block group 2\n", "dtype: object\n", "Drawing 672 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 442000\n", "block group 1\n", "dtype: object\n", "Drawing 755 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 442000\n", "block group 2\n", "dtype: object\n", "Drawing 306 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 442100\n", "block group 1\n", "dtype: object\n", "Drawing 819 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 442100\n", "block group 2\n", "dtype: object\n", "Drawing 810 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 442200\n", "block group 1\n", "dtype: object\n", "Drawing 636 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 442200\n", "block group 2\n", "dtype: object\n", "Drawing 700 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 442200\n", "block group 3\n", "dtype: object\n", "Drawing 451 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 442200\n", "block group 4\n", "dtype: object\n", "Drawing 307 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 442301\n", "block group 1\n", "dtype: object\n", "Drawing 432 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 442301\n", "block group 2\n", "dtype: object\n", "Drawing 392 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 442301\n", "block group 3\n", "dtype: object\n", "Drawing 558 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 442302\n", "block group 1\n", "dtype: object\n", "Drawing 548 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 442302\n", "block group 2\n", "dtype: object\n", "Drawing 669 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 442302\n", "block group 3\n", "dtype: object\n", "Drawing 540 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 442400\n", "block group 1\n", "dtype: object\n", "Drawing 403 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 442400\n", "block group 2\n", "dtype: object\n", "Drawing 551 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 442400\n", "block group 3\n", "dtype: object\n", "Drawing 486 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 442400\n", "block group 4\n", "dtype: object\n", "Drawing 435 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 442500\n", "block group 1\n", "dtype: object\n", "Drawing 612 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 442500\n", "block group 2\n", "dtype: object\n", "Drawing 389 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 442500\n", "block group 3\n", "dtype: object\n", "Drawing 560 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 442500\n", "block group 4\n", "dtype: object\n", "Drawing 539 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 442601\n", "block group 1\n", "dtype: object\n", "Drawing 484 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 442601\n", "block group 2\n", "dtype: object\n", "Drawing 787 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 442602\n", "block group 1\n", "dtype: object\n", "Drawing 894 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 442602\n", "block group 2\n", "dtype: object\n", "Drawing 751 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 442700\n", "block group 1\n", "dtype: object\n", "Drawing 352 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 442700\n", "block group 2\n", "dtype: object\n", "Drawing 359 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 442700\n", "block group 3\n", "dtype: object\n", "Drawing 350 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 442800\n", "block group 1\n", "dtype: object\n", "Drawing 850 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 442900\n", "block group 1\n", "dtype: object\n", "Drawing 640 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 442900\n", "block group 2\n", "dtype: object\n", "Drawing 484 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 442900\n", "block group 3\n", "dtype: object\n", "Drawing 631 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 442900\n", "block group 4\n", "dtype: object\n", "Drawing 351 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 443001\n", "block group 1\n", "dtype: object\n", "Drawing 808 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 443002\n", "block group 1\n", "dtype: object\n", "Drawing 406 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 443002\n", "block group 2\n", "dtype: object\n", "Drawing 578 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 443002\n", "block group 3\n", "dtype: object\n", "Drawing 785 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 443102\n", "block group 1\n", "dtype: object\n", "Drawing 438 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 443102\n", "block group 2\n", "dtype: object\n", "Drawing 313 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 443102\n", "block group 3\n", "dtype: object\n", "Drawing 371 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 443102\n", "block group 4\n", "dtype: object\n", "Drawing 335 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 443103\n", "block group 1\n", "dtype: object\n", "Drawing 194 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 443103\n", "block group 2\n", "dtype: object\n", "Drawing 859 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 443104\n", "block group 1\n", "dtype: object\n", "Drawing 557 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 443104\n", "block group 2\n", "dtype: object\n", "Drawing 300 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 443104\n", "block group 3\n", "dtype: object\n", "Drawing 769 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 443105\n", "block group 1\n", "dtype: object\n", "Drawing 692 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 443105\n", "block group 2\n", "dtype: object\n", "Drawing 698 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 443200\n", "block group 1\n", "dtype: object\n", "Drawing 797 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 443200\n", "block group 2\n", "dtype: object\n", "Drawing 362 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 443301\n", "block group 1\n", "dtype: object\n", "Drawing 361 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 443301\n", "block group 2\n", "dtype: object\n", "Drawing 876 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 443321\n", "block group 1\n", "dtype: object\n", "Drawing 287 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 443321\n", "block group 2\n", "dtype: object\n", "Drawing 957 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 443322\n", "block group 1\n", "dtype: object\n", "Drawing 425 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 443322\n", "block group 2\n", "dtype: object\n", "Drawing 496 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 444100\n", "block group 1\n", "dtype: object\n", "Drawing 862 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 444100\n", "block group 2\n", "dtype: object\n", "Drawing 501 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 444100\n", "block group 3\n", "dtype: object\n", "Drawing 485 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 444100\n", "block group 4\n", "dtype: object\n", "Drawing 577 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 444200\n", "block group 1\n", "dtype: object\n", "Drawing 387 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 444200\n", "block group 2\n", "dtype: object\n", "Drawing 646 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 444200\n", "block group 3\n", "dtype: object\n", "Drawing 916 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 444301\n", "block group 1\n", "dtype: object\n", "Drawing 529 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 444301\n", "block group 2\n", "dtype: object\n", "Drawing 629 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 444302\n", "block group 1\n", "dtype: object\n", "Drawing 718 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 444302\n", "block group 2\n", "dtype: object\n", "Drawing 546 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 444400\n", "block group 1\n", "dtype: object\n", "Drawing 278 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 444400\n", "block group 2\n", "dtype: object\n", "Drawing 615 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 444400\n", "block group 3\n", "dtype: object\n", "Drawing 482 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 444500\n", "block group 1\n", "dtype: object\n", "Drawing 223 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 444500\n", "block group 2\n", "dtype: object\n", "Drawing 528 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 444500\n", "block group 3\n", "dtype: object\n", "Drawing 546 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 444500\n", "block group 4\n", "dtype: object\n", "Drawing 588 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 444601\n", "block group 1\n", "dtype: object\n", "Drawing 692 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 444601\n", "block group 2\n", "dtype: object\n", "Drawing 713 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 444602\n", "block group 1\n", "dtype: object\n", "Drawing 1107 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 444602\n", "block group 2\n", "dtype: object\n", "Drawing 408 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 450101\n", "block group 1\n", "dtype: object\n", "Drawing 1603 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 450102\n", "block group 1\n", "dtype: object\n", "Drawing 91 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 450102\n", "block group 2\n", "dtype: object\n", "Drawing 0 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 450102\n", "block group 3\n", "dtype: object\n", "Drawing 1160 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 450200\n", "block group 1\n", "dtype: object\n", "Drawing 556 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 450200\n", "block group 2\n", "dtype: object\n", "Drawing 884 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 450200\n", "block group 3\n", "dtype: object\n", "Drawing 593 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 450300\n", "block group 1\n", "dtype: object\n", "Drawing 603 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 450300\n", "block group 2\n", "dtype: object\n", "Drawing 914 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 450400\n", "block group 1\n", "dtype: object\n", "Drawing 639 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 450400\n", "block group 2\n", "dtype: object\n", "Drawing 396 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 450400\n", "block group 3\n", "dtype: object\n", "Drawing 841 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 450501\n", "block group 1\n", "dtype: object\n", "Drawing 196 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 450501\n", "block group 2\n", "dtype: object\n", "Drawing 973 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 450502\n", "block group 1\n", "dtype: object\n", "Drawing 986 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 450502\n", "block group 2\n", "dtype: object\n", "Drawing 482 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 450601\n", "block group 1\n", "dtype: object\n", "Drawing 211 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 450601\n", "block group 2\n", "dtype: object\n", "Drawing 995 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 450602\n", "block group 1\n", "dtype: object\n", "Drawing 585 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 450602\n", "block group 2\n", "dtype: object\n", "Drawing 549 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 450602\n", "block group 3\n", "dtype: object\n", "Drawing 679 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 450602\n", "block group 4\n", "dtype: object\n", "Drawing 245 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 450602\n", "block group 5\n", "dtype: object\n", "Drawing 1144 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 450603\n", "block group 1\n", "dtype: object\n", "Drawing 209 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 450603\n", "block group 2\n", "dtype: object\n", "Drawing 272 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 450603\n", "block group 3\n", "dtype: object\n", "Drawing 446 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 450603\n", "block group 4\n", "dtype: object\n", "Drawing 483 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 450604\n", "block group 1\n", "dtype: object\n", "Drawing 362 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 450604\n", "block group 2\n", "dtype: object\n", "Drawing 714 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 450604\n", "block group 3\n", "dtype: object\n", "Drawing 307 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 450604\n", "block group 4\n", "dtype: object\n", "Drawing 231 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 450605\n", "block group 1\n", "dtype: object\n", "Drawing 573 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 450605\n", "block group 2\n", "dtype: object\n", "Drawing 278 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 450605\n", "block group 3\n", "dtype: object\n", "Drawing 458 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 450606\n", "block group 1\n", "dtype: object\n", "Drawing 609 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 450606\n", "block group 2\n", "dtype: object\n", "Drawing 422 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 450606\n", "block group 3\n", "dtype: object\n", "Drawing 802 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 450607\n", "block group 1\n", "dtype: object\n", "Drawing 1228 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 450607\n", "block group 2\n", "dtype: object\n", "Drawing 796 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 450701\n", "block group 1\n", "dtype: object\n", "Drawing 451 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 450701\n", "block group 2\n", "dtype: object\n", "Drawing 203 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 450701\n", "block group 3\n", "dtype: object\n", "Drawing 1007 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 450701\n", "block group 4\n", "dtype: object\n", "Drawing 852 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 450741\n", "block group 1\n", "dtype: object\n", "Drawing 470 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 450741\n", "block group 2\n", "dtype: object\n", "Drawing 624 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 450741\n", "block group 3\n", "dtype: object\n", "Drawing 576 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 450742\n", "block group 1\n", "dtype: object\n", "Drawing 679 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 450742\n", "block group 2\n", "dtype: object\n", "Drawing 461 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 450742\n", "block group 3\n", "dtype: object\n", "Drawing 602 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 450743\n", "block group 1\n", "dtype: object\n", "Drawing 716 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 450743\n", "block group 2\n", "dtype: object\n", "Drawing 1368 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 450744\n", "block group 1\n", "dtype: object\n", "Drawing 829 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 450744\n", "block group 2\n", "dtype: object\n", "Drawing 632 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 450745\n", "block group 1\n", "dtype: object\n", "Drawing 842 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 450745\n", "block group 2\n", "dtype: object\n", "Drawing 889 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 450746\n", "block group 1\n", "dtype: object\n", "Drawing 795 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 450746\n", "block group 2\n", "dtype: object\n", "Drawing 293 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 450750\n", "block group 1\n", "dtype: object\n", "Drawing 1456 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 450751\n", "block group 1\n", "dtype: object\n", "Drawing 576 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 450752\n", "block group 1\n", "dtype: object\n", "Drawing 1404 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 451101\n", "block group 1\n", "dtype: object\n", "Drawing 719 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 451101\n", "block group 2\n", "dtype: object\n", "Drawing 821 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 451101\n", "block group 3\n", "dtype: object\n", "Drawing 347 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 451101\n", "block group 4\n", "dtype: object\n", "Drawing 0 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 451101\n", "block group 5\n", "dtype: object\n", "Drawing 325 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 451102\n", "block group 1\n", "dtype: object\n", "Drawing 397 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 451102\n", "block group 2\n", "dtype: object\n", "Drawing 891 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 451201\n", "block group 1\n", "dtype: object\n", "Drawing 1055 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 451201\n", "block group 2\n", "dtype: object\n", "Drawing 975 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 451201\n", "block group 3\n", "dtype: object\n", "Drawing 460 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 451202\n", "block group 1\n", "dtype: object\n", "Drawing 562 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 451202\n", "block group 2\n", "dtype: object\n", "Drawing 309 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 451202\n", "block group 3\n", "dtype: object\n", "Drawing 385 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 451300\n", "block group 1\n", "dtype: object\n", "Drawing 966 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 451300\n", "block group 2\n", "dtype: object\n", "Drawing 721 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 451300\n", "block group 3\n", "dtype: object\n", "Drawing 653 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 451401\n", "block group 1\n", "dtype: object\n", "Drawing 749 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 451401\n", "block group 2\n", "dtype: object\n", "Drawing 912 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 451401\n", "block group 3\n", "dtype: object\n", "Drawing 528 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 451403\n", "block group 1\n", "dtype: object\n", "Drawing 341 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 451403\n", "block group 2\n", "dtype: object\n", "Drawing 334 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 451404\n", "block group 1\n", "dtype: object\n", "Drawing 632 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 451404\n", "block group 2\n", "dtype: object\n", "Drawing 428 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 451404\n", "block group 3\n", "dtype: object\n", "Drawing 1056 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 451501\n", "block group 1\n", "dtype: object\n", "Drawing 773 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 451501\n", "block group 2\n", "dtype: object\n", "Drawing 956 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 451503\n", "block group 1\n", "dtype: object\n", "Drawing 974 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 451503\n", "block group 2\n", "dtype: object\n", "Drawing 331 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 451503\n", "block group 3\n", "dtype: object\n", "Drawing 236 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 451503\n", "block group 4\n", "dtype: object\n", "Drawing 456 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 451504\n", "block group 1\n", "dtype: object\n", "Drawing 590 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 451505\n", "block group 1\n", "dtype: object\n", "Drawing 306 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 451505\n", "block group 2\n", "dtype: object\n", "Drawing 831 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 451506\n", "block group 1\n", "dtype: object\n", "Drawing 681 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 451506\n", "block group 2\n", "dtype: object\n", "Drawing 308 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 451601\n", "block group 1\n", "dtype: object\n", "Drawing 732 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 451601\n", "block group 2\n", "dtype: object\n", "Drawing 970 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 451602\n", "block group 1\n", "dtype: object\n", "Drawing 989 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 451602\n", "block group 2\n", "dtype: object\n", "Drawing 395 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 451602\n", "block group 3\n", "dtype: object\n", "Drawing 646 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 451602\n", "block group 4\n", "dtype: object\n", "Drawing 536 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 451701\n", "block group 1\n", "dtype: object\n", "Drawing 305 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 451701\n", "block group 2\n", "dtype: object\n", "Drawing 496 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 451701\n", "block group 3\n", "dtype: object\n", "Drawing 205 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 451703\n", "block group 1\n", "dtype: object\n", "Drawing 491 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 451703\n", "block group 2\n", "dtype: object\n", "Drawing 765 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 451704\n", "block group 1\n", "dtype: object\n", "Drawing 489 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 451704\n", "block group 2\n", "dtype: object\n", "Drawing 813 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 451704\n", "block group 3\n", "dtype: object\n", "Drawing 238 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 981900\n", "block group 1\n", "dtype: object\n", "Drawing 37 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 982000\n", "block group 1\n", "dtype: object\n", "Drawing 25 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 983200\n", "block group 1\n", "dtype: object\n", "Drawing 271 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Synthesizing geog id:\n", "state 06\n", "county 001\n", "tract 990000\n", "block group 0\n", "dtype: object\n", "Drawing 0 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "CPU times: user 40min 43s, sys: 49.7 s, total: 41min 33s" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "Wall time: 10h 44min 42s\n" ] } ], "prompt_number": 7 }, { "cell_type": "code", "collapsed": false, "input": [ "starter = Starter(os.environ[\"CENSUS\"], \"CA\", \"Santa Clara County\")" ], "language": "python", "metadata": {}, "outputs": [], "prompt_number": 4 }, { "cell_type": "code", "collapsed": false, "input": [ "ind = pd.Series([\"06\", \"085\", \"508203\", \"3\"], index=[\"state\", \"county\", \"tract\", \"block group\"])\n", "synthesize_all(starter, indexes=[ind])" ], "language": "python", "metadata": {}, "outputs": [ { "output_type": "stream", "stream": "stdout", "text": [ "Synthesizing at geog level: 'block_group' (number of geographies is 1075)\n", "Synthesizing geog id:\n", "state 06\n", "county 085\n", "tract 508203\n", "block group 3\n", "dtype: object\n", "Drawing 884 households" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n" ] }, { "html": [ "
\n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
serialnoRTDIVISIONPUMA00PUMA10REGIONSTADJHSGADJINCWGTPNPTYPEACRAGSBATHBDSPBLDBUSCONPELEP
0 2012000251020 H 9-9 08502 4 06 1000000 1010207 31 3 1 1NaN 1 3 3 2 0 400...
1 2012000766216 H 9-9 08502 4 06 1000000 1010207 25 1 1 1NaN 1 3 3 2 320 40...
2 2012000986994 H 9-9 08502 4 06 1000000 1010207 0 1 2NaNNaNNaNNaNNaNNaN NaN NaN...
3 2012000282214 H 9-9 08502 4 06 1000000 1010207 15 3 1 1NaN 1 3 2 2 0 60...
4 2012000907429 H 9-9 08502 4 06 1000000 1010207 22 3 1NaNNaN 1 2 9NaN 0 120...
5 2012000283763 H 9-9 08502 4 06 1000000 1010207 24 1 1 1NaN 1 3 3 2 0 2...
6 2012000776236 H 9-9 08502 4 06 1000000 1010207 17 3 1NaNNaN 1 1 5NaN 0 170...
7 2012000785569 H 9-9 08502 4 06 1000000 1010207 12 4 1 1NaN 1 3 2 2 0 100...
8 2012000878700 H 9-9 08502 4 06 1000000 1010207 11 3 1NaNNaN 1 1 9NaN 0 30...
9 2012000357982 H 9-9 08502 4 06 1000000 1010207 11 1 1 1NaN 1 1 1 2 0 20...
10 2012000340975 H 9-9 08502 4 06 1000000 1010207 15 2 1 1NaN 1 3 2 2 0 70...
11 2012000497819 H 9-9 08502 4 06 1000000 1010207 22 2 1 1NaN 1 2 1 2 0 30...
12 2012000784886 H 9-9 08502 4 06 1000000 1010207 21 4 1NaNNaN 1 3 6NaN 320 180...
13 2012000400081 H 9-9 08502 4 06 1000000 1010207 24 1 1NaNNaN 1 1 9NaN 0 30...
14 2012000361299 H 9-9 08502 4 06 1000000 1010207 16 3 1 1NaN 1 3 2 2 0 20...
15 2012001364469 H 9-9 08502 4 06 1000000 1010207 23 4 1 1NaN 1 4 3 2 210 250...
16 2012001423109 H 9-9 08502 4 06 1000000 1010207 20 1 1NaNNaN 1 0 6NaN 0 1...
17 2012000701130 H 9-9 08502 4 06 1000000 1010207 34 1 1 1NaN 1 2 1 2 0 40...
18 2012001257671 H 9-9 08502 4 06 1000000 1010207 16 2 1 1NaN 1 2 1 2 0 40...
19 2012000045328 H 9-9 08502 4 06 1000000 1010207 26 3 1NaNNaN 1 2 8NaN 0 20...
20 2012001404309 H 9-9 08502 4 06 1000000 1010207 16 3 1NaNNaN 1 2 9NaN 0 50...
21 2012000953469 H 9-9 08502 4 06 1000000 1010207 25 1 1NaNNaN 1 1 9NaN 0 1...
22 2012000497819 H 9-9 08502 4 06 1000000 1010207 22 2 1 1NaN 1 2 1 2 0 30...
23 2012000799359 H 9-9 08502 4 06 1000000 1010207 59 4 1NaNNaN 1 1 8NaN 0 30...
24 2012000785569 H 9-9 08502 4 06 1000000 1010207 12 4 1 1NaN 1 3 2 2 0 100...
25 2012000953469 H 9-9 08502 4 06 1000000 1010207 25 1 1NaNNaN 1 1 9NaN 0 1...
26 2012000907429 H 9-9 08502 4 06 1000000 1010207 22 3 1NaNNaN 1 2 9NaN 0 120...
27 2012000701130 H 9-9 08502 4 06 1000000 1010207 34 1 1 1NaN 1 2 1 2 0 40...
28 2012001287323 H 9-9 08502 4 06 1000000 1010207 20 2 1 1NaN 1 2 1 2 0 150...
29 2012000361299 H 9-9 08502 4 06 1000000 1010207 16 3 1 1NaN 1 3 2 2 0 20...
30 2012000776236 H 9-9 08502 4 06 1000000 1010207 17 3 1NaNNaN 1 1 5NaN 0 170...
31 2012000962449 H 9-9 08502 4 06 1000000 1010207 15 4 1 1NaN 1 3 2 2 0 160...
32 2012000292794 H 9-9 08502 4 06 1000000 1010207 6 4 1 1NaN 1 4 2 2 0 180...
33 2012000283763 H 9-9 08502 4 06 1000000 1010207 24 1 1 1NaN 1 3 3 2 0 2...
34 2012000045328 H 9-9 08502 4 06 1000000 1010207 26 3 1NaNNaN 1 2 8NaN 0 20...
35 2012000277942 H 9-9 08502 4 06 1000000 1010207 14 3 1 1NaN 1 2 1 2 0 1...
36 2012001074624 H 9-9 08502 4 06 1000000 1010207 15 3 1 1NaN 1 2 2 2 0 70...
37 2012001263039 H 9-9 08502 4 06 1000000 1010207 15 3 1 1NaN 1 3 2 2 0 80...
38 2012000701130 H 9-9 08502 4 06 1000000 1010207 34 1 1 1NaN 1 2 1 2 0 40...
39 2012000361299 H 9-9 08502 4 06 1000000 1010207 16 3 1 1NaN 1 3 2 2 0 20...
40 2012000340975 H 9-9 08502 4 06 1000000 1010207 15 2 1 1NaN 1 3 2 2 0 70...
41 2012000460363 H 9-9 08502 4 06 1000000 1010207 16 3 1NaNNaN 1 2 8NaN 0 30...
42 2012001455410 H 9-9 08502 4 06 1000000 1010207 7 2 1 1NaN 1 3 2 2 0 70...
43 2012000157508 H 9-9 08502 4 06 1000000 1010207 8 2 1 1NaN 1 4 2 2 0 60...
44 2012000338112 H 9-9 08502 4 06 1000000 1010207 19 2 1 1NaN 1 3 2 2 0 100...
45 2012001257671 H 9-9 08502 4 06 1000000 1010207 16 2 1 1NaN 1 2 1 2 0 40...
46 2012000878700 H 9-9 08502 4 06 1000000 1010207 11 3 1NaNNaN 1 1 9NaN 0 30...
47 2012000283763 H 9-9 08502 4 06 1000000 1010207 24 1 1 1NaN 1 3 3 2 0 2...
48 2012000949893 H 9-9 08502 4 06 1000000 1010207 14 3 1 1NaN 1 3 2 2 0 80...
49 2012001263039 H 9-9 08502 4 06 1000000 1010207 15 3 1 1NaN 1 3 2 2 0 80...
50 2012001423109 H 9-9 08502 4 06 1000000 1010207 20 1 1NaNNaN 1 0 6NaN 0 1...
51 2012001263039 H 9-9 08502 4 06 1000000 1010207 15 3 1 1NaN 1 3 2 2 0 80...
52 2012000346149 H 9-9 08502 4 06 1000000 1010207 49 3 1NaNNaN 1 2 6NaN 0 120...
53 2012000361299 H 9-9 08502 4 06 1000000 1010207 16 3 1 1NaN 1 3 2 2 0 20...
54 2012000251020 H 9-9 08502 4 06 1000000 1010207 31 3 1 1NaN 1 3 3 2 0 400...
55 2012000784886 H 9-9 08502 4 06 1000000 1010207 21 4 1NaNNaN 1 3 6NaN 320 180...
56 2012000045328 H 9-9 08502 4 06 1000000 1010207 26 3 1NaNNaN 1 2 8NaN 0 20...
57 2012001085408 H 9-9 08502 4 06 1000000 1010207 21 2 1NaNNaN 1 1 9NaN 0 120...
58 2012000361299 H 9-9 08502 4 06 1000000 1010207 16 3 1 1NaN 1 3 2 2 0 20...
59 2012001455410 H 9-9 08502 4 06 1000000 1010207 7 2 1 1NaN 1 3 2 2 0 70...
............................................................
\n", "

884 rows \u00d7 208 columns

\n", "
" ], "metadata": {}, "output_type": "pyout", "prompt_number": 6, "text": [ " serialno RT DIVISION PUMA00 PUMA10 REGION ST ADJHSG ADJINC \\\n", "0 2012000251020 H 9 -9 08502 4 06 1000000 1010207 \n", "1 2012000766216 H 9 -9 08502 4 06 1000000 1010207 \n", "2 2012000986994 H 9 -9 08502 4 06 1000000 1010207 \n", "3 2012000282214 H 9 -9 08502 4 06 1000000 1010207 \n", "4 2012000907429 H 9 -9 08502 4 06 1000000 1010207 \n", "5 2012000283763 H 9 -9 08502 4 06 1000000 1010207 \n", "6 2012000776236 H 9 -9 08502 4 06 1000000 1010207 \n", "7 2012000785569 H 9 -9 08502 4 06 1000000 1010207 \n", "8 2012000878700 H 9 -9 08502 4 06 1000000 1010207 \n", "9 2012000357982 H 9 -9 08502 4 06 1000000 1010207 \n", "10 2012000340975 H 9 -9 08502 4 06 1000000 1010207 \n", "11 2012000497819 H 9 -9 08502 4 06 1000000 1010207 \n", "12 2012000784886 H 9 -9 08502 4 06 1000000 1010207 \n", "13 2012000400081 H 9 -9 08502 4 06 1000000 1010207 \n", "14 2012000361299 H 9 -9 08502 4 06 1000000 1010207 \n", "15 2012001364469 H 9 -9 08502 4 06 1000000 1010207 \n", "16 2012001423109 H 9 -9 08502 4 06 1000000 1010207 \n", "17 2012000701130 H 9 -9 08502 4 06 1000000 1010207 \n", "18 2012001257671 H 9 -9 08502 4 06 1000000 1010207 \n", "19 2012000045328 H 9 -9 08502 4 06 1000000 1010207 \n", "20 2012001404309 H 9 -9 08502 4 06 1000000 1010207 \n", "21 2012000953469 H 9 -9 08502 4 06 1000000 1010207 \n", "22 2012000497819 H 9 -9 08502 4 06 1000000 1010207 \n", "23 2012000799359 H 9 -9 08502 4 06 1000000 1010207 \n", "24 2012000785569 H 9 -9 08502 4 06 1000000 1010207 \n", "25 2012000953469 H 9 -9 08502 4 06 1000000 1010207 \n", "26 2012000907429 H 9 -9 08502 4 06 1000000 1010207 \n", "27 2012000701130 H 9 -9 08502 4 06 1000000 1010207 \n", "28 2012001287323 H 9 -9 08502 4 06 1000000 1010207 \n", "29 2012000361299 H 9 -9 08502 4 06 1000000 1010207 \n", "30 2012000776236 H 9 -9 08502 4 06 1000000 1010207 \n", "31 2012000962449 H 9 -9 08502 4 06 1000000 1010207 \n", "32 2012000292794 H 9 -9 08502 4 06 1000000 1010207 \n", "33 2012000283763 H 9 -9 08502 4 06 1000000 1010207 \n", "34 2012000045328 H 9 -9 08502 4 06 1000000 1010207 \n", "35 2012000277942 H 9 -9 08502 4 06 1000000 1010207 \n", "36 2012001074624 H 9 -9 08502 4 06 1000000 1010207 \n", "37 2012001263039 H 9 -9 08502 4 06 1000000 1010207 \n", "38 2012000701130 H 9 -9 08502 4 06 1000000 1010207 \n", "39 2012000361299 H 9 -9 08502 4 06 1000000 1010207 \n", "40 2012000340975 H 9 -9 08502 4 06 1000000 1010207 \n", "41 2012000460363 H 9 -9 08502 4 06 1000000 1010207 \n", "42 2012001455410 H 9 -9 08502 4 06 1000000 1010207 \n", "43 2012000157508 H 9 -9 08502 4 06 1000000 1010207 \n", "44 2012000338112 H 9 -9 08502 4 06 1000000 1010207 \n", "45 2012001257671 H 9 -9 08502 4 06 1000000 1010207 \n", "46 2012000878700 H 9 -9 08502 4 06 1000000 1010207 \n", "47 2012000283763 H 9 -9 08502 4 06 1000000 1010207 \n", "48 2012000949893 H 9 -9 08502 4 06 1000000 1010207 \n", "49 2012001263039 H 9 -9 08502 4 06 1000000 1010207 \n", "50 2012001423109 H 9 -9 08502 4 06 1000000 1010207 \n", "51 2012001263039 H 9 -9 08502 4 06 1000000 1010207 \n", "52 2012000346149 H 9 -9 08502 4 06 1000000 1010207 \n", "53 2012000361299 H 9 -9 08502 4 06 1000000 1010207 \n", "54 2012000251020 H 9 -9 08502 4 06 1000000 1010207 \n", "55 2012000784886 H 9 -9 08502 4 06 1000000 1010207 \n", "56 2012000045328 H 9 -9 08502 4 06 1000000 1010207 \n", "57 2012001085408 H 9 -9 08502 4 06 1000000 1010207 \n", "58 2012000361299 H 9 -9 08502 4 06 1000000 1010207 \n", "59 2012001455410 H 9 -9 08502 4 06 1000000 1010207 \n", " ... .. ... ... ... ... ... ... ... \n", "\n", " WGTP NP TYPE ACR AGS BATH BDSP BLD BUS CONP ELEP \n", "0 31 3 1 1 NaN 1 3 3 2 0 400 ... \n", "1 25 1 1 1 NaN 1 3 3 2 320 40 ... \n", "2 0 1 2 NaN NaN NaN NaN NaN NaN NaN NaN ... \n", "3 15 3 1 1 NaN 1 3 2 2 0 60 ... \n", "4 22 3 1 NaN NaN 1 2 9 NaN 0 120 ... \n", "5 24 1 1 1 NaN 1 3 3 2 0 2 ... \n", "6 17 3 1 NaN NaN 1 1 5 NaN 0 170 ... \n", "7 12 4 1 1 NaN 1 3 2 2 0 100 ... \n", "8 11 3 1 NaN NaN 1 1 9 NaN 0 30 ... \n", "9 11 1 1 1 NaN 1 1 1 2 0 20 ... \n", "10 15 2 1 1 NaN 1 3 2 2 0 70 ... \n", "11 22 2 1 1 NaN 1 2 1 2 0 30 ... \n", "12 21 4 1 NaN NaN 1 3 6 NaN 320 180 ... \n", "13 24 1 1 NaN NaN 1 1 9 NaN 0 30 ... \n", "14 16 3 1 1 NaN 1 3 2 2 0 20 ... \n", "15 23 4 1 1 NaN 1 4 3 2 210 250 ... \n", "16 20 1 1 NaN NaN 1 0 6 NaN 0 1 ... \n", "17 34 1 1 1 NaN 1 2 1 2 0 40 ... \n", "18 16 2 1 1 NaN 1 2 1 2 0 40 ... \n", "19 26 3 1 NaN NaN 1 2 8 NaN 0 20 ... \n", "20 16 3 1 NaN NaN 1 2 9 NaN 0 50 ... \n", "21 25 1 1 NaN NaN 1 1 9 NaN 0 1 ... \n", "22 22 2 1 1 NaN 1 2 1 2 0 30 ... \n", "23 59 4 1 NaN NaN 1 1 8 NaN 0 30 ... \n", "24 12 4 1 1 NaN 1 3 2 2 0 100 ... \n", "25 25 1 1 NaN NaN 1 1 9 NaN 0 1 ... \n", "26 22 3 1 NaN NaN 1 2 9 NaN 0 120 ... \n", "27 34 1 1 1 NaN 1 2 1 2 0 40 ... \n", "28 20 2 1 1 NaN 1 2 1 2 0 150 ... \n", "29 16 3 1 1 NaN 1 3 2 2 0 20 ... \n", "30 17 3 1 NaN NaN 1 1 5 NaN 0 170 ... \n", "31 15 4 1 1 NaN 1 3 2 2 0 160 ... \n", "32 6 4 1 1 NaN 1 4 2 2 0 180 ... \n", "33 24 1 1 1 NaN 1 3 3 2 0 2 ... \n", "34 26 3 1 NaN NaN 1 2 8 NaN 0 20 ... \n", "35 14 3 1 1 NaN 1 2 1 2 0 1 ... \n", "36 15 3 1 1 NaN 1 2 2 2 0 70 ... \n", "37 15 3 1 1 NaN 1 3 2 2 0 80 ... \n", "38 34 1 1 1 NaN 1 2 1 2 0 40 ... \n", "39 16 3 1 1 NaN 1 3 2 2 0 20 ... \n", "40 15 2 1 1 NaN 1 3 2 2 0 70 ... \n", "41 16 3 1 NaN NaN 1 2 8 NaN 0 30 ... \n", "42 7 2 1 1 NaN 1 3 2 2 0 70 ... \n", "43 8 2 1 1 NaN 1 4 2 2 0 60 ... \n", "44 19 2 1 1 NaN 1 3 2 2 0 100 ... \n", "45 16 2 1 1 NaN 1 2 1 2 0 40 ... \n", "46 11 3 1 NaN NaN 1 1 9 NaN 0 30 ... \n", "47 24 1 1 1 NaN 1 3 3 2 0 2 ... \n", "48 14 3 1 1 NaN 1 3 2 2 0 80 ... \n", "49 15 3 1 1 NaN 1 3 2 2 0 80 ... \n", "50 20 1 1 NaN NaN 1 0 6 NaN 0 1 ... \n", "51 15 3 1 1 NaN 1 3 2 2 0 80 ... \n", "52 49 3 1 NaN NaN 1 2 6 NaN 0 120 ... \n", "53 16 3 1 1 NaN 1 3 2 2 0 20 ... \n", "54 31 3 1 1 NaN 1 3 3 2 0 400 ... \n", "55 21 4 1 NaN NaN 1 3 6 NaN 320 180 ... \n", "56 26 3 1 NaN NaN 1 2 8 NaN 0 20 ... \n", "57 21 2 1 NaN NaN 1 1 9 NaN 0 120 ... \n", "58 16 3 1 1 NaN 1 3 2 2 0 20 ... \n", "59 7 2 1 1 NaN 1 3 2 2 0 70 ... \n", " ... ... ... ... ... ... ... ... ... ... ... \n", "\n", "[884 rows x 208 columns]" ] } ], "prompt_number": 6 }, { "cell_type": "code", "collapsed": false, "input": [ "hh.describe()" ], "language": "python", "metadata": {}, "outputs": [] } ], "metadata": {} } ] }