%load_ext autoreload
%autoreload 2
from synthpop.recipes.starter import Starter
from synthpop.synthesizer import synthesize_all, enable_logging
import os
import pandas as pd
#enable_logging()
def synthesize_counties(counties):
for county in counties:
starter = Starter(os.environ["CENSUS"], "CA", county)
synthesize_all(starter)
%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"])
Synthesizing at geog level: 'block_group' (number of geographies is 1075) Synthesizing geog id: state 06 county 085 tract 500100 block group 1 dtype: object Drawing 216 households Synthesizing geog id: state 06 county 085 tract 500100 block group 2 dtype: object Drawing 510 households Synthesizing geog id: state 06 county 085 tract 500100 block group 3 dtype: object Drawing 641 households Synthesizing geog id: state 06 county 085 tract 500100 block group 4 dtype: object Drawing 672 households Synthesizing geog id: state 06 county 085 tract 500200 block group 1 dtype: object Drawing 454 households Synthesizing geog id: state 06 county 085 tract 500200 block group 2 dtype: object Drawing 0 households Synthesizing geog id: state 06 county 085 tract 500200 block group 3 dtype: object Drawing 570 households Synthesizing geog id: state 06 county 085 tract 500200 block group 4 dtype: object Drawing 1019 households Synthesizing geog id: state 06 county 085 tract 500300 block group 1 dtype: object Drawing 69 households Synthesizing geog id: state 06 county 085 tract 500300 block group 2 dtype: object Drawing 1143 households Synthesizing geog id: state 06 county 085 tract 500400 block group 1 dtype: object Drawing 503 households Synthesizing geog id: state 06 county 085 tract 500400 block group 2 dtype: object Drawing 476 households Synthesizing geog id: state 06 county 085 tract 500500 block group 1 dtype: object Drawing 359 households Synthesizing geog id: state 06 county 085 tract 500500 block group 2 dtype: object Drawing 604 households Synthesizing geog id: state 06 county 085 tract 500500 block group 3 dtype: object Drawing 222 households Synthesizing geog id: state 06 county 085 tract 500500 block group 4 dtype: object Drawing 399 households Synthesizing geog id: state 06 county 085 tract 500500 block group 5 dtype: object Drawing 305 households Synthesizing geog id: state 06 county 085 tract 500600 block group 1 dtype: object Drawing 1221 households Synthesizing geog id: state 06 county 085 tract 500600 block group 2 dtype: object Drawing 384 households Synthesizing geog id: state 06 county 085 tract 500600 block group 3 dtype: object Drawing 434 households Synthesizing geog id: state 06 county 085 tract 500800 block group 1 dtype: object Drawing 434 households Synthesizing geog id: state 06 county 085 tract 500800 block group 2 dtype: object Drawing 701 households Synthesizing geog id: state 06 county 085 tract 500901 block group 1 dtype: object Drawing 455 households Synthesizing geog id: state 06 county 085 tract 500901 block group 2 dtype: object Drawing 1294 households Synthesizing geog id: state 06 county 085 tract 500902 block group 1 dtype: object Drawing 249 households Synthesizing geog id: state 06 county 085 tract 500902 block group 2 dtype: object Drawing 342 households Synthesizing geog id: state 06 county 085 tract 501000 block group 1 dtype: object Drawing 473 households Synthesizing geog id: state 06 county 085 tract 501000 block group 2 dtype: object Drawing 372 households Synthesizing geog id: state 06 county 085 tract 501000 block group 3 dtype: object Drawing 361 households Synthesizing geog id: state 06 county 085 tract 501000 block group 4 dtype: object Drawing 334 households Synthesizing geog id: state 06 county 085 tract 501000 block group 5 dtype: object Drawing 326 households Synthesizing geog id: state 06 county 085 tract 501101 block group 1 dtype: object Drawing 827 households Synthesizing geog id: state 06 county 085 tract 501101 block group 2 dtype: object Drawing 829 households Synthesizing geog id: state 06 county 085 tract 501102 block group 1 dtype: object Drawing 514 households Synthesizing geog id: state 06 county 085 tract 501102 block group 2 dtype: object Drawing 449 households Synthesizing geog id: state 06 county 085 tract 501102 block group 3 dtype: object Drawing 391 households Synthesizing geog id: state 06 county 085 tract 501200 block group 1 dtype: object Drawing 293 households Synthesizing geog id: state 06 county 085 tract 501200 block group 2 dtype: object Drawing 291 households Synthesizing geog id: state 06 county 085 tract 501200 block group 3 dtype: object Drawing 436 households Synthesizing geog id: state 06 county 085 tract 501200 block group 4 dtype: object Drawing 368 households Synthesizing geog id: state 06 county 085 tract 501300 block group 1 dtype: object Drawing 239 households Synthesizing geog id: state 06 county 085 tract 501300 block group 2 dtype: object Drawing 224 households Synthesizing geog id: state 06 county 085 tract 501300 block group 3 dtype: object Drawing 510 households Synthesizing geog id: state 06 county 085 tract 501300 block group 4 dtype: object Drawing 113 households Synthesizing geog id: state 06 county 085 tract 501401 block group 1 dtype: object Drawing 664 households Synthesizing geog id: state 06 county 085 tract 501401 block group 2 dtype: object Drawing 294 households Synthesizing geog id: state 06 county 085 tract 501402 block group 1 dtype: object Drawing 281 households Synthesizing geog id: state 06 county 085 tract 501402 block group 2 dtype: object Drawing 507 households Synthesizing geog id: state 06 county 085 tract 501501 block group 1 dtype: object Drawing 681 households Synthesizing geog id: state 06 county 085 tract 501501 block group 2 dtype: object Drawing 485 households Synthesizing geog id: state 06 county 085 tract 501502 block group 1 dtype: object Drawing 363 households Synthesizing geog id: state 06 county 085 tract 501502 block group 2 dtype: object Drawing 688 households Synthesizing geog id: state 06 county 085 tract 501600 block group 1 dtype: object Drawing 196 households Synthesizing geog id: state 06 county 085 tract 501600 block group 2 dtype: object Drawing 368 households Synthesizing geog id: state 06 county 085 tract 501600 block group 3 dtype: object Drawing 726 households Synthesizing geog id: state 06 county 085 tract 501600 block group 4 dtype: object Drawing 651 households Synthesizing geog id: state 06 county 085 tract 501600 block group 5 dtype: object Drawing 303 households Synthesizing geog id: state 06 county 085 tract 501700 block group 1 dtype: object Drawing 271 households Synthesizing geog id: state 06 county 085 tract 501700 block group 2 dtype: object Drawing 131 households Synthesizing geog id: state 06 county 085 tract 501700 block group 3 dtype: object Drawing 434 households Synthesizing geog id: state 06 county 085 tract 501700 block group 4 dtype: object Drawing 365 households Synthesizing geog id: state 06 county 085 tract 501800 block group 1 dtype: object Drawing 392 households Synthesizing geog id: state 06 county 085 tract 501800 block group 2 dtype: object Drawing 422 households Synthesizing geog id: state 06 county 085 tract 501800 block group 3 dtype: object Drawing 389 households Synthesizing geog id: state 06 county 085 tract 501800 block group 4 dtype: object Drawing 470 households Synthesizing geog id: state 06 county 085 tract 501900 block group 1 dtype: object Drawing 1180 households Synthesizing geog id: state 06 county 085 tract 501900 block group 2 dtype: object Drawing 864 households Synthesizing geog id: state 06 county 085 tract 502001 block group 1 dtype: object Drawing 590 households Synthesizing geog id: state 06 county 085 tract 502001 block group 2 dtype: object Drawing 321 households Synthesizing geog id: state 06 county 085 tract 502001 block group 3 dtype: object Drawing 550 households Synthesizing geog id: state 06 county 085 tract 502001 block group 4 dtype: object Drawing 811 households Synthesizing geog id: state 06 county 085 tract 502002 block group 1 dtype: object Drawing 260 households Synthesizing geog id: state 06 county 085 tract 502002 block group 2 dtype: object Drawing 452 households Synthesizing geog id: state 06 county 085 tract 502002 block group 3 dtype: object Drawing 898 households Synthesizing geog id: state 06 county 085 tract 502101 block group 1 dtype: object Drawing 731 households Synthesizing geog id: state 06 county 085 tract 502101 block group 2 dtype: object Drawing 338 households Synthesizing geog id: state 06 county 085 tract 502101 block group 3 dtype: object Drawing 960 households Synthesizing geog id: state 06 county 085 tract 502102 block group 1 dtype: object Drawing 746 households Synthesizing geog id: state 06 county 085 tract 502102 block group 2 dtype: object Drawing 1095 households Synthesizing geog id: state 06 county 085 tract 502102 block group 3 dtype: object Drawing 384 households Synthesizing geog id: state 06 county 085 tract 502102 block group 4 dtype: object Drawing 380 households Synthesizing geog id: state 06 county 085 tract 502201 block group 1 dtype: object Drawing 1548 households Synthesizing geog id: state 06 county 085 tract 502201 block group 2 dtype: object Drawing 1202 households Synthesizing geog id: state 06 county 085 tract 502202 block group 1 dtype: object Drawing 735 households Synthesizing geog id: state 06 county 085 tract 502202 block group 2 dtype: object Drawing 281 households Synthesizing geog id: state 06 county 085 tract 502202 block group 3 dtype: object Drawing 334 households Synthesizing geog id: state 06 county 085 tract 502301 block group 1 dtype: object Drawing 624 households Synthesizing geog id: state 06 county 085 tract 502301 block group 2 dtype: object Drawing 580 households Synthesizing geog id: state 06 county 085 tract 502302 block group 1 dtype: object Drawing 538 households Synthesizing geog id: state 06 county 085 tract 502302 block group 2 dtype: object Drawing 666 households Synthesizing geog id: state 06 county 085 tract 502400 block group 1 dtype: object Drawing 353 households Synthesizing geog id: state 06 county 085 tract 502400 block group 2 dtype: object Drawing 241 households Synthesizing geog id: state 06 county 085 tract 502400 block group 3 dtype: object Drawing 235 households Synthesizing geog id: state 06 county 085 tract 502400 block group 4 dtype: object Drawing 309 households Synthesizing geog id: state 06 county 085 tract 502400 block group 5 dtype: object Drawing 614 households Synthesizing geog id: state 06 county 085 tract 502400 block group 6 dtype: object Drawing 610 households Synthesizing geog id: state 06 county 085 tract 502400 block group 7 dtype: object Drawing 390 households Synthesizing geog id: state 06 county 085 tract 502500 block group 1 dtype: object Drawing 364 households Synthesizing geog id: state 06 county 085 tract 502500 block group 2 dtype: object Drawing 489 households Synthesizing geog id: state 06 county 085 tract 502500 block group 3 dtype: object Drawing 416 households Synthesizing geog id: state 06 county 085 tract 502500 block group 4 dtype: object Drawing 386 households Synthesizing geog id: state 06 county 085 tract 502500 block group 5 dtype: object Drawing 291 households Synthesizing geog id: state 06 county 085 tract 502500 block group 6 dtype: object Drawing 426 households Synthesizing geog id: state 06 county 085 tract 502601 block group 1 dtype: object Drawing 245 households Synthesizing geog id: state 06 county 085 tract 502601 block group 2 dtype: object Drawing 360 households Synthesizing geog id: state 06 county 085 tract 502601 block group 3 dtype: object Drawing 586 households Synthesizing geog id: state 06 county 085 tract 502603 block group 1 dtype: object Drawing 356 households Synthesizing geog id: state 06 county 085 tract 502603 block group 2 dtype: object Drawing 222 households Synthesizing geog id: state 06 county 085 tract 502603 block group 3 dtype: object Drawing 421 households Synthesizing geog id: state 06 county 085 tract 502604 block group 1 dtype: object Drawing 894 households Synthesizing geog id: state 06 county 085 tract 502604 block group 2 dtype: object Drawing 799 households Synthesizing geog id: state 06 county 085 tract 502604 block group 3 dtype: object Drawing 443 households Synthesizing geog id: state 06 county 085 tract 502701 block group 1 dtype: object Drawing 566 households Synthesizing geog id: state 06 county 085 tract 502701 block group 2 dtype: object Drawing 629 households Synthesizing geog id: state 06 county 085 tract 502701 block group 3 dtype: object Drawing 686 households Synthesizing geog id: state 06 county 085 tract 502702 block group 1 dtype: object Drawing 1243 households Synthesizing geog id: state 06 county 085 tract 502702 block group 2 dtype: object Drawing 718 households Synthesizing geog id: state 06 county 085 tract 502702 block group 3 dtype: object Drawing 391 households Synthesizing geog id: state 06 county 085 tract 502702 block group 4 dtype: object Drawing 459 households Synthesizing geog id: state 06 county 085 tract 502702 block group 5 dtype: object Drawing 366 households Synthesizing geog id: state 06 county 085 tract 502800 block group 1 dtype: object Drawing 514 households Synthesizing geog id: state 06 county 085 tract 502800 block group 2 dtype: object Drawing 571 households Synthesizing geog id: state 06 county 085 tract 502800 block group 3 dtype: object Drawing 375 households Synthesizing geog id: state 06 county 085 tract 502901 block group 1 dtype: object Drawing 587 households Synthesizing geog id: state 06 county 085 tract 502901 block group 2 dtype: object Drawing 570 households Synthesizing geog id: state 06 county 085 tract 502901 block group 3 dtype: object Drawing 310 households Synthesizing geog id: state 06 county 085 tract 502901 block group 4 dtype: object Drawing 704 households Synthesizing geog id: state 06 county 085 tract 502902 block group 1 dtype: object Drawing 817 households Synthesizing geog id: state 06 county 085 tract 502902 block group 2 dtype: object Drawing 863 households Synthesizing geog id: state 06 county 085 tract 502902 block group 3 dtype: object Drawing 828 households Synthesizing geog id: state 06 county 085 tract 502903 block group 1 dtype: object Drawing 792 households Synthesizing geog id: state 06 county 085 tract 502903 block group 2 dtype: object Drawing 466 households Synthesizing geog id: state 06 county 085 tract 502903 block group 3 dtype: object Drawing 505 households Synthesizing geog id: state 06 county 085 tract 502906 block group 1 dtype: object Drawing 535 households Synthesizing geog id: state 06 county 085 tract 502906 block group 2 dtype: object Drawing 548 households Synthesizing geog id: state 06 county 085 tract 502906 block group 3 dtype: object Drawing 493 households Synthesizing geog id: state 06 county 085 tract 502907 block group 1 dtype: object Drawing 717 households Synthesizing geog id: state 06 county 085 tract 502907 block group 2 dtype: object Drawing 609 households Synthesizing geog id: state 06 county 085 tract 502908 block group 1 dtype: object Drawing 830 households Synthesizing geog id: state 06 county 085 tract 502908 block group 2 dtype: object Drawing 887 households Synthesizing geog id: state 06 county 085 tract 502908 block group 3 dtype: object Drawing 581 households Synthesizing geog id: state 06 county 085 tract 502909 block group 1 dtype: object Drawing 331 households Synthesizing geog id: state 06 county 085 tract 502909 block group 2 dtype: object Drawing 371 households Synthesizing geog id: state 06 county 085 tract 502909 block group 3 dtype: object Drawing 617 households Synthesizing geog id: state 06 county 085 tract 502909 block group 4 dtype: object Drawing 662 households Synthesizing geog id: state 06 county 085 tract 502910 block group 1 dtype: object Drawing 338 households Synthesizing geog id: state 06 county 085 tract 502910 block group 2 dtype: object Drawing 307 households Synthesizing geog id: state 06 county 085 tract 502910 block group 3 dtype: object Drawing 273 households Synthesizing geog id: state 06 county 085 tract 502910 block group 4 dtype: object Drawing 545 households Synthesizing geog id: state 06 county 085 tract 503001 block group 1 dtype: object Drawing 500 households Synthesizing geog id: state 06 county 085 tract 503001 block group 2 dtype: object Drawing 373 households Synthesizing geog id: state 06 county 085 tract 503001 block group 3 dtype: object Drawing 696 households Synthesizing geog id: state 06 county 085 tract 503002 block group 1 dtype: object Drawing 514 households Synthesizing geog id: state 06 county 085 tract 503002 block group 2 dtype: object Drawing 810 households Synthesizing geog id: state 06 county 085 tract 503003 block group 1 dtype: object Drawing 270 households Synthesizing geog id: state 06 county 085 tract 503003 block group 2 dtype: object Drawing 677 households Synthesizing geog id: state 06 county 085 tract 503003 block group 3 dtype: object Drawing 639 households Synthesizing geog id: state 06 county 085 tract 503003 block group 4 dtype: object Drawing 205 households Synthesizing geog id: state 06 county 085 tract 503105 block group 1 dtype: object Drawing 828 households Synthesizing geog id: state 06 county 085 tract 503108 block group 1 dtype: object Drawing 693 households Synthesizing geog id: state 06 county 085 tract 503108 block group 2 dtype: object Drawing 1523 households Synthesizing geog id: state 06 county 085 tract 503108 block group 3 dtype: object Drawing 288 households Synthesizing geog id: state 06 county 085 tract 503108 block group 4 dtype: object Drawing 292 households Synthesizing geog id: state 06 county 085 tract 503110 block group 1 dtype: object Drawing 521 households Synthesizing geog id: state 06 county 085 tract 503110 block group 2 dtype: object Drawing 313 households Synthesizing geog id: state 06 county 085 tract 503110 block group 3 dtype: object Drawing 267 households Synthesizing geog id: state 06 county 085 tract 503111 block group 1 dtype: object Drawing 208 households Synthesizing geog id: state 06 county 085 tract 503111 block group 2 dtype: object Drawing 412 households Synthesizing geog id: state 06 county 085 tract 503111 block group 3 dtype: object Drawing 443 households Synthesizing geog id: state 06 county 085 tract 503112 block group 1 dtype: object Drawing 1045 households Synthesizing geog id: state 06 county 085 tract 503112 block group 2 dtype: object Drawing 277 households Synthesizing geog id: state 06 county 085 tract 503113 block group 1 dtype: object Drawing 729 households Synthesizing geog id: state 06 county 085 tract 503113 block group 2 dtype: object Drawing 547 households Synthesizing geog id: state 06 county 085 tract 503115 block group 1 dtype: object Drawing 2357 households Synthesizing geog id: state 06 county 085 tract 503116 block group 1 dtype: object Drawing 1297 households Synthesizing geog id: state 06 county 085 tract 503116 block group 2 dtype: object Drawing 912 households Synthesizing geog id: state 06 county 085 tract 503117 block group 1 dtype: object Drawing 359 households Synthesizing geog id: state 06 county 085 tract 503117 block group 2 dtype: object Drawing 376 households Synthesizing geog id: state 06 county 085 tract 503118 block group 1 dtype: object Drawing 215 households Synthesizing geog id: state 06 county 085 tract 503118 block group 2 dtype: object Drawing 519 households Synthesizing geog id: state 06 county 085 tract 503118 block group 3 dtype: object Drawing 854 households Synthesizing geog id: state 06 county 085 tract 503121 block group 1 dtype: object Drawing 1333 households Synthesizing geog id: state 06 county 085 tract 503121 block group 2 dtype: object Drawing 166 households Synthesizing geog id: state 06 county 085 tract 503122 block group 1 dtype: object Drawing 722 households Synthesizing geog id: state 06 county 085 tract 503122 block group 2 dtype: object Drawing 315 households Synthesizing geog id: state 06 county 085 tract 503123 block group 1 dtype: object Drawing 952 households Synthesizing geog id: state 06 county 085 tract 503123 block group 2 dtype: object Drawing 627 households Synthesizing geog id: state 06 county 085 tract 503204 block group 1 dtype: object Drawing 706 households Synthesizing geog id: state 06 county 085 tract 503204 block group 2 dtype: object Drawing 547 households Synthesizing geog id: state 06 county 085 tract 503204 block group 3 dtype: object Drawing 360 households Synthesizing geog id: state 06 county 085 tract 503204 block group 4 dtype: object Drawing 97 households Synthesizing geog id: state 06 county 085 tract 503204 block group 5 dtype: object Drawing 361 households Synthesizing geog id: state 06 county 085 tract 503207 block group 1 dtype: object Drawing 559 households Synthesizing geog id: state 06 county 085 tract 503207 block group 2 dtype: object Drawing 439 households Synthesizing geog id: state 06 county 085 tract 503208 block group 1 dtype: object Drawing 491 households Synthesizing geog id: state 06 county 085 tract 503208 block group 2 dtype: object Drawing 314 households Synthesizing geog id: state 06 county 085 tract 503210 block group 1 dtype: object Drawing 396 households Synthesizing geog id: state 06 county 085 tract 503210 block group 2 dtype: object Drawing 489 households Synthesizing geog id: state 06 county 085 tract 503211 block group 1 dtype: object Drawing 637 households Synthesizing geog id: state 06 county 085 tract 503211 block group 2 dtype: object Drawing 457 households Synthesizing geog id: state 06 county 085 tract 503212 block group 1 dtype: object Drawing 227 households Synthesizing geog id: state 06 county 085 tract 503212 block group 2 dtype: object Drawing 496 households Synthesizing geog id: state 06 county 085 tract 503212 block group 3 dtype: object Drawing 236 households Synthesizing geog id: state 06 county 085 tract 503213 block group 1 dtype: object Drawing 453 households Synthesizing geog id: state 06 county 085 tract 503213 block group 2 dtype: object Drawing 714 households Synthesizing geog id: state 06 county 085 tract 503214 block group 1 dtype: object Drawing 1025 households Synthesizing geog id: state 06 county 085 tract 503214 block group 2 dtype: object Drawing 766 households Synthesizing geog id: state 06 county 085 tract 503217 block group 1 dtype: object Drawing 376 households Synthesizing geog id: state 06 county 085 tract 503217 block group 2 dtype: object Drawing 427 households Synthesizing geog id: state 06 county 085 tract 503217 block group 3 dtype: object Drawing 244 households Synthesizing geog id: state 06 county 085 tract 503218 block group 1 dtype: object Drawing 764 households Synthesizing geog id: state 06 county 085 tract 503218 block group 2 dtype: object Drawing 364 households Synthesizing geog id: state 06 county 085 tract 503304 block group 1 dtype: object Drawing 608 households Synthesizing geog id: state 06 county 085 tract 503304 block group 2 dtype: object Drawing 340 households Synthesizing geog id: state 06 county 085 tract 503304 block group 3 dtype: object Drawing 358 households Synthesizing geog id: state 06 county 085 tract 503304 block group 4 dtype: object Drawing 377 households Synthesizing geog id: state 06 county 085 tract 503305 block group 1 dtype: object Drawing 328 households Synthesizing geog id: state 06 county 085 tract 503305 block group 2 dtype: object Drawing 439 households Synthesizing geog id: state 06 county 085 tract 503305 block group 3 dtype: object Drawing 701 households Synthesizing geog id: state 06 county 085 tract 503306 block group 1 dtype: object Drawing 250 households Synthesizing geog id: state 06 county 085 tract 503306 block group 2 dtype: object Drawing 446 households Synthesizing geog id: state 06 county 085 tract 503306 block group 3 dtype: object Drawing 129 households Synthesizing geog id: state 06 county 085 tract 503312 block group 1 dtype: object Drawing 167 households Synthesizing geog id: state 06 county 085 tract 503312 block group 2 dtype: object Drawing 571 households Synthesizing geog id: state 06 county 085 tract 503312 block group 3 dtype: object Drawing 322 households Synthesizing geog id: state 06 county 085 tract 503313 block group 1 dtype: object Drawing 436 households Synthesizing geog id: state 06 county 085 tract 503313 block group 2 dtype: object Drawing 487 households Synthesizing geog id: state 06 county 085 tract 503313 block group 3 dtype: object Drawing 336 households Synthesizing geog id: state 06 county 085 tract 503315 block group 1 dtype: object Drawing 504 households Synthesizing geog id: state 06 county 085 tract 503315 block group 2 dtype: object Drawing 331 households Synthesizing geog id: state 06 county 085 tract 503315 block group 3 dtype: object Drawing 1118 households Synthesizing geog id: state 06 county 085 tract 503321 block group 1 dtype: object Drawing 402 households Synthesizing geog id: state 06 county 085 tract 503321 block group 2 dtype: object Drawing 661 households Synthesizing geog id: state 06 county 085 tract 503322 block group 1 dtype: object Drawing 232 households Synthesizing geog id: state 06 county 085 tract 503322 block group 2 dtype: object Drawing 447 households Synthesizing geog id: state 06 county 085 tract 503322 block group 3 dtype: object Drawing 267 households Synthesizing geog id: state 06 county 085 tract 503323 block group 1 dtype: object Drawing 545 households Synthesizing geog id: state 06 county 085 tract 503323 block group 2 dtype: object Drawing 671 households Synthesizing geog id: state 06 county 085 tract 503324 block group 1 dtype: object Drawing 499 households Synthesizing geog id: state 06 county 085 tract 503324 block group 2 dtype: object Drawing 368 households Synthesizing geog id: state 06 county 085 tract 503325 block group 1 dtype: object Drawing 572 households Synthesizing geog id: state 06 county 085 tract 503325 block group 2 dtype: object Drawing 527 households Synthesizing geog id: state 06 county 085 tract 503326 block group 1 dtype: object Drawing 1099 households Synthesizing geog id: state 06 county 085 tract 503326 block group 2 dtype: object Drawing 541 households Synthesizing geog id: state 06 county 085 tract 503327 block group 1 dtype: object Drawing 392 households Synthesizing geog id: state 06 county 085 tract 503327 block group 2 dtype: object Drawing 472 households Synthesizing geog id: state 06 county 085 tract 503327 block group 3 dtype: object Drawing 369 households Synthesizing geog id: state 06 county 085 tract 503329 block group 1 dtype: object Drawing 495 households Synthesizing geog id: state 06 county 085 tract 503329 block group 2 dtype: object Drawing 432 households Synthesizing geog id: state 06 county 085 tract 503330 block group 1 dtype: object Drawing 478 households Synthesizing geog id: state 06 county 085 tract 503330 block group 2 dtype: object Drawing 444 households Synthesizing geog id: state 06 county 085 tract 503330 block group 3 dtype: object Drawing 1081 households Synthesizing geog id: state 06 county 085 tract 503331 block group 1 dtype: object Drawing 947 households Synthesizing geog id: state 06 county 085 tract 503331 block group 2 dtype: object Drawing 463 households Synthesizing geog id: state 06 county 085 tract 503332 block group 1 dtype: object Drawing 748 households Synthesizing geog id: state 06 county 085 tract 503332 block group 2 dtype: object Drawing 440 households Synthesizing geog id: state 06 county 085 tract 503332 block group 3 dtype: object Drawing 157 households Synthesizing geog id: state 06 county 085 tract 503332 block group 4 dtype: object Drawing 1130 households Synthesizing geog id: state 06 county 085 tract 503333 block group 1 dtype: object Drawing 491 households Synthesizing geog id: state 06 county 085 tract 503333 block group 2 dtype: object Drawing 819 households Synthesizing geog id: state 06 county 085 tract 503334 block group 1 dtype: object Drawing 1288 households Synthesizing geog id: state 06 county 085 tract 503334 block group 2 dtype: object Drawing 553 households Synthesizing geog id: state 06 county 085 tract 503334 block group 3 dtype: object Drawing 828 households Synthesizing geog id: state 06 county 085 tract 503336 block group 1 dtype: object Drawing 383 households Synthesizing geog id: state 06 county 085 tract 503336 block group 2 dtype: object Drawing 453 households Synthesizing geog id: state 06 county 085 tract 503337 block group 1 dtype: object Drawing 713 households Synthesizing geog id: state 06 county 085 tract 503337 block group 2 dtype: object Drawing 252 households Synthesizing geog id: state 06 county 085 tract 503401 block group 1 dtype: object Drawing 166 households Synthesizing geog id: state 06 county 085 tract 503401 block group 2 dtype: object Drawing 230 households Synthesizing geog id: state 06 county 085 tract 503401 block group 3 dtype: object Drawing 473 households Synthesizing geog id: state 06 county 085 tract 503402 block group 1 dtype: object Drawing 14 households Synthesizing geog id: state 06 county 085 tract 503402 block group 2 dtype: object Drawing 537 households Synthesizing geog id: state 06 county 085 tract 503402 block group 3 dtype: object Drawing 542 households Synthesizing geog id: state 06 county 085 tract 503504 block group 1 dtype: object Drawing 220 households Synthesizing geog id: state 06 county 085 tract 503504 block group 2 dtype: object Drawing 303 households Synthesizing geog id: state 06 county 085 tract 503504 block group 3 dtype: object Drawing 336 households Synthesizing geog id: state 06 county 085 tract 503504 block group 4 dtype: object Drawing 178 households Synthesizing geog id: state 06 county 085 tract 503504 block group 5 dtype: object Drawing 90 households Synthesizing geog id: state 06 county 085 tract 503506 block group 1 dtype: object Drawing 471 households Synthesizing geog id: state 06 county 085 tract 503506 block group 2 dtype: object Drawing 375 households Synthesizing geog id: state 06 county 085 tract 503506 block group 3 dtype: object Drawing 384 households Synthesizing geog id: state 06 county 085 tract 503507 block group 1 dtype: object Drawing 233 households Synthesizing geog id: state 06 county 085 tract 503507 block group 2 dtype: object Drawing 68 households Synthesizing geog id: state 06 county 085 tract 503508 block group 1 dtype: object Drawing 637 households Synthesizing geog id: state 06 county 085 tract 503508 block group 2 dtype: object Drawing 552 households Synthesizing geog id: state 06 county 085 tract 503509 block group 1 dtype: object Drawing 444 households Synthesizing geog id: state 06 county 085 tract 503509 block group 2 dtype: object Drawing 158 households Synthesizing geog id: state 06 county 085 tract 503509 block group 3 dtype: object Drawing 254 households Synthesizing geog id: state 06 county 085 tract 503510 block group 1 dtype: object Drawing 632 households Synthesizing geog id: state 06 county 085 tract 503510 block group 2 dtype: object Drawing 322 households Synthesizing geog id: state 06 county 085 tract 503510 block group 3 dtype: object Drawing 390 households Synthesizing geog id: state 06 county 085 tract 503511 block group 1 dtype: object Drawing 385 households Synthesizing geog id: state 06 county 085 tract 503511 block group 2 dtype: object Drawing 407 households Synthesizing geog id: state 06 county 085 tract 503601 block group 1 dtype: object Drawing 289 households Synthesizing geog id: state 06 county 085 tract 503601 block group 2 dtype: object Drawing 621 households Synthesizing geog id: state 06 county 085 tract 503602 block group 1 dtype: object Drawing 397 households Synthesizing geog id: state 06 county 085 tract 503602 block group 2 dtype: object Drawing 501 households Synthesizing geog id: state 06 county 085 tract 503602 block group 3 dtype: object Drawing 263 households Synthesizing geog id: state 06 county 085 tract 503703 block group 1 dtype: object Drawing 114 households Synthesizing geog id: state 06 county 085 tract 503703 block group 2 dtype: object Drawing 279 households Synthesizing geog id: state 06 county 085 tract 503703 block group 3 dtype: object Drawing 463 households Synthesizing geog id: state 06 county 085 tract 503707 block group 1 dtype: object Drawing 242 households Synthesizing geog id: state 06 county 085 tract 503707 block group 2 dtype: object Drawing 561 households Synthesizing geog id: state 06 county 085 tract 503707 block group 3 dtype: object Drawing 463 households Synthesizing geog id: state 06 county 085 tract 503708 block group 1 dtype: object Drawing 557 households Synthesizing geog id: state 06 county 085 tract 503708 block group 2 dtype: object Drawing 175 households Synthesizing geog id: state 06 county 085 tract 503709 block group 1 dtype: object Drawing 474 households Synthesizing geog id: state 06 county 085 tract 503709 block group 2 dtype: object Drawing 432 households Synthesizing geog id: state 06 county 085 tract 503709 block group 3 dtype: object Drawing 465 households Synthesizing geog id: state 06 county 085 tract 503710 block group 1 dtype: object Drawing 402 households Synthesizing geog id: state 06 county 085 tract 503710 block group 2 dtype: object Drawing 562 households Synthesizing geog id: state 06 county 085 tract 503711 block group 1 dtype: object Drawing 238 households Synthesizing geog id: state 06 county 085 tract 503711 block group 2 dtype: object Drawing 337 households Synthesizing geog id: state 06 county 085 tract 503711 block group 3 dtype: object Drawing 435 households Synthesizing geog id: state 06 county 085 tract 503712 block group 1 dtype: object Drawing 317 households Synthesizing geog id: state 06 county 085 tract 503712 block group 2 dtype: object Drawing 958 households Synthesizing geog id: state 06 county 085 tract 503713 block group 1 dtype: object Drawing 765 households Synthesizing geog id: state 06 county 085 tract 503713 block group 2 dtype: object Drawing 350 households Synthesizing geog id: state 06 county 085 tract 503802 block group 1 dtype: object Drawing 820 households Synthesizing geog id: state 06 county 085 tract 503802 block group 2 dtype: object Drawing 334 households Synthesizing geog id: state 06 county 085 tract 503802 block group 3 dtype: object Drawing 339 households Synthesizing geog id: state 06 county 085 tract 503802 block group 4 dtype: object Drawing 786 households Synthesizing geog id: state 06 county 085 tract 503803 block group 1 dtype: object Drawing 833 households Synthesizing geog id: state 06 county 085 tract 503803 block group 2 dtype: object Drawing 461 households Synthesizing geog id: state 06 county 085 tract 503804 block group 1 dtype: object Drawing 584 households Synthesizing geog id: state 06 county 085 tract 503804 block group 2 dtype: object Drawing 332 households Synthesizing geog id: state 06 county 085 tract 503804 block group 3 dtype: object Drawing 605 households Synthesizing geog id: state 06 county 085 tract 503902 block group 1 dtype: object Drawing 546 households Synthesizing geog id: state 06 county 085 tract 503902 block group 2 dtype: object Drawing 177 households Synthesizing geog id: state 06 county 085 tract 503902 block group 3 dtype: object Drawing 283 households Synthesizing geog id: state 06 county 085 tract 503902 block group 4 dtype: object Drawing 427 households Synthesizing geog id: state 06 county 085 tract 503903 block group 1 dtype: object Drawing 632 households Synthesizing geog id: state 06 county 085 tract 503903 block group 2 dtype: object Drawing 309 households Synthesizing geog id: state 06 county 085 tract 504001 block group 1 dtype: object Drawing 428 households Synthesizing geog id: state 06 county 085 tract 504001 block group 2 dtype: object Drawing 543 households Synthesizing geog id: state 06 county 085 tract 504001 block group 3 dtype: object Drawing 532 households Synthesizing geog id: state 06 county 085 tract 504002 block group 1 dtype: object Drawing 631 households Synthesizing geog id: state 06 county 085 tract 504002 block group 2 dtype: object Drawing 648 households Synthesizing geog id: state 06 county 085 tract 504101 block group 1 dtype: object Drawing 275 households Synthesizing geog id: state 06 county 085 tract 504101 block group 2 dtype: object Drawing 810 households Synthesizing geog id: state 06 county 085 tract 504102 block group 1 dtype: object Drawing 694 households Synthesizing geog id: state 06 county 085 tract 504102 block group 2 dtype: object Drawing 330 households Synthesizing geog id: state 06 county 085 tract 504102 block group 3 dtype: object Drawing 349 households Synthesizing geog id: state 06 county 085 tract 504201 block group 1 dtype: object Drawing 908 households Synthesizing geog id: state 06 county 085 tract 504201 block group 2 dtype: object Drawing 427 households Synthesizing geog id: state 06 county 085 tract 504201 block group 3 dtype: object Drawing 512 households Synthesizing geog id: state 06 county 085 tract 504202 block group 1 dtype: object Drawing 445 households Synthesizing geog id: state 06 county 085 tract 504202 block group 2 dtype: object Drawing 538 households Synthesizing geog id: state 06 county 085 tract 504202 block group 3 dtype: object Drawing 459 households Synthesizing geog id: state 06 county 085 tract 504307 block group 1 dtype: object Drawing 830 households Synthesizing geog id: state 06 county 085 tract 504307 block group 2 dtype: object Drawing 904 households Synthesizing geog id: state 06 county 085 tract 504308 block group 1 dtype: object Drawing 676 households Synthesizing geog id: state 06 county 085 tract 504308 block group 2 dtype: object Drawing 449 households Synthesizing geog id: state 06 county 085 tract 504308 block group 3 dtype: object Drawing 354 households Synthesizing geog id: state 06 county 085 tract 504311 block group 1 dtype: object Drawing 1055 households Synthesizing geog id: state 06 county 085 tract 504311 block group 2 dtype: object Drawing 847 households Synthesizing geog id: state 06 county 085 tract 504311 block group 3 dtype: object Drawing 464 households Synthesizing geog id: state 06 county 085 tract 504314 block group 1 dtype: object Drawing 326 households Synthesizing geog id: state 06 county 085 tract 504314 block group 2 dtype: object Drawing 335 households Synthesizing geog id: state 06 county 085 tract 504314 block group 3 dtype: object Drawing 236 households Synthesizing geog id: state 06 county 085 tract 504314 block group 4 dtype: object Drawing 407 households Synthesizing geog id: state 06 county 085 tract 504315 block group 1 dtype: object Drawing 594 households Synthesizing geog id: state 06 county 085 tract 504315 block group 2 dtype: object Drawing 224 households Synthesizing geog id: state 06 county 085 tract 504315 block group 3 dtype: object Drawing 499 households Synthesizing geog id: state 06 county 085 tract 504315 block group 4 dtype: object Drawing 309 households Synthesizing geog id: state 06 county 085 tract 504315 block group 5 dtype: object Drawing 362 households Synthesizing geog id: state 06 county 085 tract 504316 block group 1 dtype: object Drawing 776 households Synthesizing geog id: state 06 county 085 tract 504316 block group 2 dtype: object Drawing 452 households Synthesizing geog id: state 06 county 085 tract 504316 block group 3 dtype: object Drawing 195 households Synthesizing geog id: state 06 county 085 tract 504317 block group 1 dtype: object Drawing 744 households Synthesizing geog id: state 06 county 085 tract 504317 block group 2 dtype: object Drawing 438 households Synthesizing geog id: state 06 county 085 tract 504318 block group 1 dtype: object Drawing 845 households Synthesizing geog id: state 06 county 085 tract 504318 block group 2 dtype: object Drawing 158 households Synthesizing geog id: state 06 county 085 tract 504318 block group 3 dtype: object Drawing 466 households Synthesizing geog id: state 06 county 085 tract 504319 block group 1 dtype: object Drawing 968 households Synthesizing geog id: state 06 county 085 tract 504319 block group 2 dtype: object Drawing 494 households Synthesizing geog id: state 06 county 085 tract 504319 block group 3 dtype: object Drawing 482 households Synthesizing geog id: state 06 county 085 tract 504320 block group 1 dtype: object Drawing 567 households Synthesizing geog id: state 06 county 085 tract 504320 block group 2 dtype: object Drawing 258 households Synthesizing geog id: state 06 county 085 tract 504321 block group 1 dtype: object Drawing 729 households Synthesizing geog id: state 06 county 085 tract 504321 block group 2 dtype: object Drawing 507 households Synthesizing geog id: state 06 county 085 tract 504321 block group 3 dtype: object Drawing 348 households Synthesizing geog id: state 06 county 085 tract 504322 block group 1 dtype: object Drawing 581 households Synthesizing geog id: state 06 county 085 tract 504322 block group 2 dtype: object Drawing 682 households Synthesizing geog id: state 06 county 085 tract 504322 block group 3 dtype: object Drawing 723 households Synthesizing geog id: state 06 county 085 tract 504323 block group 1 dtype: object Drawing 502 households Synthesizing geog id: state 06 county 085 tract 504323 block group 2 dtype: object Drawing 1002 households Synthesizing geog id: state 06 county 085 tract 504323 block group 3 dtype: object Drawing 270 households Synthesizing geog id: state 06 county 085 tract 504410 block group 1 dtype: object Drawing 528 households Synthesizing geog id: state 06 county 085 tract 504410 block group 2 dtype: object Drawing 685 households Synthesizing geog id: state 06 county 085 tract 504411 block group 1 dtype: object Drawing 901 households Synthesizing geog id: state 06 county 085 tract 504411 block group 2 dtype: object Drawing 633 households Synthesizing geog id: state 06 county 085 tract 504412 block group 1 dtype: object Drawing 314 households Synthesizing geog id: state 06 county 085 tract 504412 block group 2 dtype: object Drawing 218 households Synthesizing geog id: state 06 county 085 tract 504412 block group 3 dtype: object Drawing 321 households Synthesizing geog id: state 06 county 085 tract 504412 block group 4 dtype: object Drawing 396 households Synthesizing geog id: state 06 county 085 tract 504413 block group 1 dtype: object Drawing 699 households Synthesizing geog id: state 06 county 085 tract 504414 block group 1 dtype: object Drawing 764 households Synthesizing geog id: state 06 county 085 tract 504414 block group 2 dtype: object Drawing 384 households Synthesizing geog id: state 06 county 085 tract 504414 block group 3 dtype: object Drawing 372 households Synthesizing geog id: state 06 county 085 tract 504415 block group 1 dtype: object Drawing 670 households Synthesizing geog id: state 06 county 085 tract 504415 block group 2 dtype: object Drawing 506 households Synthesizing geog id: state 06 county 085 tract 504415 block group 3 dtype: object Drawing 395 households Synthesizing geog id: state 06 county 085 tract 504416 block group 1 dtype: object Drawing 524 households Synthesizing geog id: state 06 county 085 tract 504416 block group 2 dtype: object Drawing 505 households Synthesizing geog id: state 06 county 085 tract 504417 block group 1 dtype: object Drawing 76 households Synthesizing geog id: state 06 county 085 tract 504418 block group 1 dtype: object Drawing 596 households Synthesizing geog id: state 06 county 085 tract 504418 block group 2 dtype: object Drawing 461 households Synthesizing geog id: state 06 county 085 tract 504418 block group 3 dtype: object Drawing 155 households Synthesizing geog id: state 06 county 085 tract 504420 block group 1 dtype: object Drawing 597 households Synthesizing geog id: state 06 county 085 tract 504420 block group 2 dtype: object Drawing 516 households Synthesizing geog id: state 06 county 085 tract 504420 block group 3 dtype: object Drawing 238 households Synthesizing geog id: state 06 county 085 tract 504421 block group 1 dtype: object Drawing 332 households Synthesizing geog id: state 06 county 085 tract 504421 block group 2 dtype: object Drawing 533 households Synthesizing geog id: state 06 county 085 tract 504421 block group 3 dtype: object Drawing 450 households Synthesizing geog id: state 06 county 085 tract 504422 block group 1 dtype: object Drawing 605 households Synthesizing geog id: state 06 county 085 tract 504422 block group 2 dtype: object Drawing 426 households Synthesizing geog id: state 06 county 085 tract 504423 block group 1 dtype: object Drawing 612 households Synthesizing geog id: state 06 county 085 tract 504504 block group 1 dtype: object Drawing 285 households Synthesizing geog id: state 06 county 085 tract 504504 block group 2 dtype: object Drawing 0 households Synthesizing geog id: state 06 county 085 tract 504504 block group 3 dtype: object Drawing 229 households Synthesizing geog id: state 06 county 085 tract 504504 block group 4 dtype: object Drawing 1748 households Synthesizing geog id: state 06 county 085 tract 504505 block group 1 dtype: object Drawing 169 households Synthesizing geog id: state 06 county 085 tract 504505 block group 2 dtype: object Drawing 613 households Synthesizing geog id: state 06 county 085 tract 504505 block group 3 dtype: object Drawing 363 households Synthesizing geog id: state 06 county 085 tract 504506 block group 1 dtype: object Drawing 298 households Synthesizing geog id: state 06 county 085 tract 504506 block group 2 dtype: object Drawing 881 households Synthesizing geog id: state 06 county 085 tract 504506 block group 3 dtype: object Drawing 838 households Synthesizing geog id: state 06 county 085 tract 504507 block group 1 dtype: object Drawing 305 households Synthesizing geog id: state 06 county 085 tract 504507 block group 2 dtype: object Drawing 319 households Synthesizing geog id: state 06 county 085 tract 504507 block group 3 dtype: object Drawing 489 households Synthesizing geog id: state 06 county 085 tract 504507 block group 4 dtype: object Drawing 509 households Synthesizing geog id: state 06 county 085 tract 504601 block group 1 dtype: object Drawing 352 households Synthesizing geog id: state 06 county 085 tract 504602 block group 1 dtype: object Drawing 517 households Synthesizing geog id: state 06 county 085 tract 504700 block group 1 dtype: object Drawing 113 households Synthesizing geog id: state 06 county 085 tract 504802 block group 1 dtype: object Drawing 644 households Synthesizing geog id: state 06 county 085 tract 504802 block group 2 dtype: object Drawing 367 households Synthesizing geog id: state 06 county 085 tract 504802 block group 3 dtype: object Drawing 715 households Synthesizing geog id: state 06 county 085 tract 504803 block group 1 dtype: object Drawing 717 households Synthesizing geog id: state 06 county 085 tract 504803 block group 2 dtype: object Drawing 1829 households Synthesizing geog id: state 06 county 085 tract 504805 block group 1 dtype: object Drawing 1516 households Synthesizing geog id: state 06 county 085 tract 504805 block group 2 dtype: object Drawing 752 households Synthesizing geog id: state 06 county 085 tract 504806 block group 1 dtype: object Drawing 345 households Synthesizing geog id: state 06 county 085 tract 504806 block group 2 dtype: object Drawing 427 households Synthesizing geog id: state 06 county 085 tract 504901 block group 1 dtype: object Drawing 3555 households Synthesizing geog id: state 06 county 085 tract 505001 block group 1 dtype: object Drawing 1280 households Synthesizing geog id: state 06 county 085 tract 505001 block group 2 dtype: object Drawing 692 households Synthesizing geog id: state 06 county 085 tract 505001 block group 3 dtype: object Drawing 688 households Synthesizing geog id: state 06 county 085 tract 505001 block group 4 dtype: object Drawing 283 households Synthesizing geog id: state 06 county 085 tract 505001 block group 5 dtype: object Drawing 264 households Synthesizing geog id: state 06 county 085 tract 505006 block group 1 dtype: object Drawing 327 households Synthesizing geog id: state 06 county 085 tract 505006 block group 2 dtype: object Drawing 1389 households Synthesizing geog id: state 06 county 085 tract 505007 block group 1 dtype: object Drawing 371 households Synthesizing geog id: state 06 county 085 tract 505007 block group 2 dtype: object Drawing 641 households Synthesizing geog id: state 06 county 085 tract 505008 block group 1 dtype: object Drawing 2368 households Synthesizing geog id: state 06 county 085 tract 505008 block group 2 dtype: object Drawing 0 households Synthesizing geog id: state 06 county 085 tract 505009 block group 1 dtype: object Drawing 801 households Synthesizing geog id: state 06 county 085 tract 505009 block group 2 dtype: object Drawing 400 households Synthesizing geog id: state 06 county 085 tract 505009 block group 3 dtype: object Drawing 1084 households Synthesizing geog id: state 06 county 085 tract 505100 block group 1 dtype: object Drawing 1351 households Synthesizing geog id: state 06 county 085 tract 505100 block group 2 dtype: object Drawing 56 households Synthesizing geog id: state 06 county 085 tract 505202 block group 1 dtype: object Drawing 510 households Synthesizing geog id: state 06 county 085 tract 505202 block group 2 dtype: object Drawing 1141 households Synthesizing geog id: state 06 county 085 tract 505202 block group 3 dtype: object Drawing 529 households Synthesizing geog id: state 06 county 085 tract 505203 block group 1 dtype: object Drawing 917 households Synthesizing geog id: state 06 county 085 tract 505203 block group 2 dtype: object Drawing 331 households Synthesizing geog id: state 06 county 085 tract 505301 block group 1 dtype: object Drawing 432 households Synthesizing geog id: state 06 county 085 tract 505301 block group 2 dtype: object Drawing 288 households Synthesizing geog id: state 06 county 085 tract 505301 block group 3 dtype: object Drawing 156 households Synthesizing geog id: state 06 county 085 tract 505301 block group 4 dtype: object Drawing 464 households Synthesizing geog id: state 06 county 085 tract 505302 block group 1 dtype: object Drawing 730 households Synthesizing geog id: state 06 county 085 tract 505302 block group 2 dtype: object Drawing 611 households Synthesizing geog id: state 06 county 085 tract 505303 block group 1 dtype: object Drawing 653 households Synthesizing geog id: state 06 county 085 tract 505303 block group 2 dtype: object Drawing 537 households Synthesizing geog id: state 06 county 085 tract 505303 block group 3 dtype: object Drawing 205 households Synthesizing geog id: state 06 county 085 tract 505303 block group 4 dtype: object Drawing 729 households Synthesizing geog id: state 06 county 085 tract 505304 block group 1 dtype: object Drawing 237 households Synthesizing geog id: state 06 county 085 tract 505304 block group 2 dtype: object Drawing 320 households Synthesizing geog id: state 06 county 085 tract 505304 block group 3 dtype: object Drawing 187 households Synthesizing geog id: state 06 county 085 tract 505304 block group 4 dtype: object Drawing 272 households Synthesizing geog id: state 06 county 085 tract 505305 block group 1 dtype: object Drawing 513 households Synthesizing geog id: state 06 county 085 tract 505305 block group 2 dtype: object Drawing 285 households Synthesizing geog id: state 06 county 085 tract 505305 block group 3 dtype: object Drawing 783 households Synthesizing geog id: state 06 county 085 tract 505305 block group 4 dtype: object Drawing 429 households Synthesizing geog id: state 06 county 085 tract 505401 block group 1 dtype: object Drawing 344 households Synthesizing geog id: state 06 county 085 tract 505401 block group 2 dtype: object Drawing 621 households Synthesizing geog id: state 06 county 085 tract 505401 block group 3 dtype: object Drawing 930 households Synthesizing geog id: state 06 county 085 tract 505401 block group 4 dtype: object Drawing 402 households Synthesizing geog id: state 06 county 085 tract 505401 block group 5 dtype: object Drawing 155 households Synthesizing geog id: state 06 county 085 tract 505402 block group 1 dtype: object Drawing 351 households Synthesizing geog id: state 06 county 085 tract 505402 block group 2 dtype: object Drawing 672 households Synthesizing geog id: state 06 county 085 tract 505403 block group 1 dtype: object Drawing 515 households Synthesizing geog id: state 06 county 085 tract 505403 block group 2 dtype: object Drawing 916 households Synthesizing geog id: state 06 county 085 tract 505403 block group 3 dtype: object Drawing 1101 households Synthesizing geog id: state 06 county 085 tract 505500 block group 1 dtype: object Drawing 275 households Synthesizing geog id: state 06 county 085 tract 505500 block group 2 dtype: object Drawing 703 households Synthesizing geog id: state 06 county 085 tract 505500 block group 3 dtype: object Drawing 561 households Synthesizing geog id: state 06 county 085 tract 505600 block group 1 dtype: object Drawing 443 households Synthesizing geog id: state 06 county 085 tract 505600 block group 2 dtype: object Drawing 298 households Synthesizing geog id: state 06 county 085 tract 505600 block group 3 dtype: object Drawing 508 households Synthesizing geog id: state 06 county 085 tract 505700 block group 1 dtype: object Drawing 374 households Synthesizing geog id: state 06 county 085 tract 505700 block group 2 dtype: object Drawing 592 households Synthesizing geog id: state 06 county 085 tract 505700 block group 3 dtype: object Drawing 598 households Synthesizing geog id: state 06 county 085 tract 505700 block group 4 dtype: object Drawing 846 households Synthesizing geog id: state 06 county 085 tract 505800 block group 1 dtype: object Drawing 389 households Synthesizing geog id: state 06 county 085 tract 505800 block group 2 dtype: object Drawing 384 households Synthesizing geog id: state 06 county 085 tract 505800 block group 3 dtype: object Drawing 324 households Synthesizing geog id: state 06 county 085 tract 505800 block group 4 dtype: object Drawing 418 households Synthesizing geog id: state 06 county 085 tract 505900 block group 1 dtype: object Drawing 1082 households Synthesizing geog id: state 06 county 085 tract 505900 block group 2 dtype: object Drawing 637 households Synthesizing geog id: state 06 county 085 tract 505900 block group 3 dtype: object Drawing 338 households Synthesizing geog id: state 06 county 085 tract 505900 block group 4 dtype: object Drawing 559 households Synthesizing geog id: state 06 county 085 tract 505900 block group 5 dtype: object Drawing 395 households Synthesizing geog id: state 06 county 085 tract 506000 block group 1 dtype: object Drawing 423 households Synthesizing geog id: state 06 county 085 tract 506000 block group 2 dtype: object Drawing 289 households Synthesizing geog id: state 06 county 085 tract 506000 block group 3 dtype: object Drawing 870 households Synthesizing geog id: state 06 county 085 tract 506000 block group 4 dtype: object Drawing 281 households Synthesizing geog id: state 06 county 085 tract 506101 block group 1 dtype: object Drawing 460 households Synthesizing geog id: state 06 county 085 tract 506101 block group 2 dtype: object Drawing 663 households Synthesizing geog id: state 06 county 085 tract 506101 block group 3 dtype: object Drawing 588 households Synthesizing geog id: state 06 county 085 tract 506102 block group 1 dtype: object Drawing 576 households Synthesizing geog id: state 06 county 085 tract 506102 block group 2 dtype: object Drawing 1014 households Synthesizing geog id: state 06 county 085 tract 506103 block group 1 dtype: object Drawing 496 households Synthesizing geog id: state 06 county 085 tract 506103 block group 2 dtype: object Drawing 322 households Synthesizing geog id: state 06 county 085 tract 506103 block group 3 dtype: object Drawing 369 households Synthesizing geog id: state 06 county 085 tract 506103 block group 4 dtype: object Drawing 472 households Synthesizing geog id: state 06 county 085 tract 506202 block group 1 dtype: object Drawing 754 households Synthesizing geog id: state 06 county 085 tract 506202 block group 2 dtype: object Drawing 841 households Synthesizing geog id: state 06 county 085 tract 506202 block group 3 dtype: object Drawing 893 households Synthesizing geog id: state 06 county 085 tract 506203 block group 1 dtype: object Drawing 497 households Synthesizing geog id: state 06 county 085 tract 506203 block group 2 dtype: object Drawing 886 households Synthesizing geog id: state 06 county 085 tract 506203 block group 3 dtype: object Drawing 915 households Synthesizing geog id: state 06 county 085 tract 506204 block group 1 dtype: object Drawing 850 households Synthesizing geog id: state 06 county 085 tract 506204 block group 2 dtype: object Drawing 431 households Synthesizing geog id: state 06 county 085 tract 506204 block group 3 dtype: object Drawing 334 households Synthesizing geog id: state 06 county 085 tract 506204 block group 4 dtype: object Drawing 495 households Synthesizing geog id: state 06 county 085 tract 506301 block group 1 dtype: object Drawing 637 households Synthesizing geog id: state 06 county 085 tract 506301 block group 2 dtype: object Drawing 776 households Synthesizing geog id: state 06 county 085 tract 506301 block group 3 dtype: object Drawing 546 households Synthesizing geog id: state 06 county 085 tract 506301 block group 4 dtype: object Drawing 360 households Synthesizing geog id: state 06 county 085 tract 506302 block group 1 dtype: object Drawing 916 households Synthesizing geog id: state 06 county 085 tract 506302 block group 2 dtype: object Drawing 750 households Synthesizing geog id: state 06 county 085 tract 506302 block group 3 dtype: object Drawing 702 households Synthesizing geog id: state 06 county 085 tract 506304 block group 1 dtype: object Drawing 747 households Synthesizing geog id: state 06 county 085 tract 506304 block group 2 dtype: object Drawing 186 households Synthesizing geog id: state 06 county 085 tract 506304 block group 3 dtype: object Drawing 1013 households Synthesizing geog id: state 06 county 085 tract 506305 block group 1 dtype: object Drawing 310 households Synthesizing geog id: state 06 county 085 tract 506305 block group 2 dtype: object Drawing 728 households Synthesizing geog id: state 06 county 085 tract 506305 block group 3 dtype: object Drawing 739 households Synthesizing geog id: state 06 county 085 tract 506305 block group 4 dtype: object Drawing 736 households Synthesizing geog id: state 06 county 085 tract 506401 block group 1 dtype: object Drawing 1079 households Synthesizing geog id: state 06 county 085 tract 506401 block group 2 dtype: object Drawing 830 households Synthesizing geog id: state 06 county 085 tract 506402 block group 1 dtype: object Drawing 583 households Synthesizing geog id: state 06 county 085 tract 506402 block group 2 dtype: object Drawing 263 households Synthesizing geog id: state 06 county 085 tract 506402 block group 3 dtype: object Drawing 1033 households Synthesizing geog id: state 06 county 085 tract 506402 block group 4 dtype: object Drawing 390 households Synthesizing geog id: state 06 county 085 tract 506501 block group 1 dtype: object Drawing 575 households Synthesizing geog id: state 06 county 085 tract 506501 block group 2 dtype: object Drawing 906 households Synthesizing geog id: state 06 county 085 tract 506501 block group 3 dtype: object Drawing 925 households Synthesizing geog id: state 06 county 085 tract 506502 block group 1 dtype: object Drawing 701 households Synthesizing geog id: state 06 county 085 tract 506502 block group 2 dtype: object Drawing 596 households Synthesizing geog id: state 06 county 085 tract 506502 block group 3 dtype: object Drawing 637 households Synthesizing geog id: state 06 county 085 tract 506503 block group 1 dtype: object Drawing 725 households Synthesizing geog id: state 06 county 085 tract 506503 block group 2 dtype: object Drawing 924 households Synthesizing geog id: state 06 county 085 tract 506503 block group 3 dtype: object Drawing 919 households Synthesizing geog id: state 06 county 085 tract 506601 block group 1 dtype: object Drawing 644 households Synthesizing geog id: state 06 county 085 tract 506601 block group 2 dtype: object Drawing 333 households Synthesizing geog id: state 06 county 085 tract 506601 block group 3 dtype: object Drawing 688 households Synthesizing geog id: state 06 county 085 tract 506603 block group 1 dtype: object Drawing 328 households Synthesizing geog id: state 06 county 085 tract 506603 block group 2 dtype: object Drawing 615 households Synthesizing geog id: state 06 county 085 tract 506603 block group 3 dtype: object Drawing 474 households Synthesizing geog id: state 06 county 085 tract 506604 block group 1 dtype: object Drawing 223 households Synthesizing geog id: state 06 county 085 tract 506604 block group 2 dtype: object Drawing 620 households Synthesizing geog id: state 06 county 085 tract 506604 block group 3 dtype: object Drawing 624 households Synthesizing geog id: state 06 county 085 tract 506604 block group 4 dtype: object Drawing 470 households Synthesizing geog id: state 06 county 085 tract 506604 block group 5 dtype: object Drawing 672 households Synthesizing geog id: state 06 county 085 tract 506605 block group 1 dtype: object Drawing 869 households Synthesizing geog id: state 06 county 085 tract 506605 block group 2 dtype: object Drawing 620 households Synthesizing geog id: state 06 county 085 tract 506606 block group 1 dtype: object Drawing 237 households Synthesizing geog id: state 06 county 085 tract 506606 block group 2 dtype: object Drawing 905 households Synthesizing geog id: state 06 county 085 tract 506606 block group 3 dtype: object Drawing 480 households Synthesizing geog id: state 06 county 085 tract 506701 block group 1 dtype: object Drawing 223 households Synthesizing geog id: state 06 county 085 tract 506701 block group 2 dtype: object Drawing 614 households Synthesizing geog id: state 06 county 085 tract 506701 block group 3 dtype: object Drawing 495 households Synthesizing geog id: state 06 county 085 tract 506702 block group 1 dtype: object Drawing 829 households Synthesizing geog id: state 06 county 085 tract 506702 block group 2 dtype: object Drawing 552 households Synthesizing geog id: state 06 county 085 tract 506702 block group 3 dtype: object Drawing 689 households Synthesizing geog id: state 06 county 085 tract 506703 block group 1 dtype: object Drawing 592 households Synthesizing geog id: state 06 county 085 tract 506703 block group 2 dtype: object Drawing 392 households Synthesizing geog id: state 06 county 085 tract 506703 block group 3 dtype: object Drawing 324 households Synthesizing geog id: state 06 county 085 tract 506801 block group 1 dtype: object Drawing 731 households Synthesizing geog id: state 06 county 085 tract 506801 block group 2 dtype: object Drawing 590 households Synthesizing geog id: state 06 county 085 tract 506801 block group 3 dtype: object Drawing 585 households Synthesizing geog id: state 06 county 085 tract 506801 block group 4 dtype: object Drawing 254 households Synthesizing geog id: state 06 county 085 tract 506802 block group 1 dtype: object Drawing 514 households Synthesizing geog id: state 06 county 085 tract 506802 block group 2 dtype: object Drawing 381 households Synthesizing geog id: state 06 county 085 tract 506802 block group 3 dtype: object Drawing 292 households Synthesizing geog id: state 06 county 085 tract 506802 block group 4 dtype: object Drawing 332 households Synthesizing geog id: state 06 county 085 tract 506802 block group 5 dtype: object Drawing 324 households Synthesizing geog id: state 06 county 085 tract 506803 block group 1 dtype: object Drawing 634 households Synthesizing geog id: state 06 county 085 tract 506803 block group 2 dtype: object Drawing 347 households Synthesizing geog id: state 06 county 085 tract 506803 block group 3 dtype: object Drawing 861 households Synthesizing geog id: state 06 county 085 tract 506803 block group 4 dtype: object Drawing 513 households Synthesizing geog id: state 06 county 085 tract 506804 block group 1 dtype: object Drawing 225 households Synthesizing geog id: state 06 county 085 tract 506804 block group 2 dtype: object Drawing 397 households Synthesizing geog id: state 06 county 085 tract 506804 block group 3 dtype: object Drawing 398 households Synthesizing geog id: state 06 county 085 tract 506804 block group 4 dtype: object Drawing 275 households Synthesizing geog id: state 06 county 085 tract 506900 block group 1 dtype: object Drawing 443 households Synthesizing geog id: state 06 county 085 tract 506900 block group 2 dtype: object Drawing 661 households Synthesizing geog id: state 06 county 085 tract 506900 block group 3 dtype: object Drawing 712 households Synthesizing geog id: state 06 county 085 tract 506900 block group 4 dtype: object Drawing 767 households Synthesizing geog id: state 06 county 085 tract 507001 block group 1 dtype: object Drawing 1108 households Synthesizing geog id: state 06 county 085 tract 507001 block group 2 dtype: object Drawing 1120 households Synthesizing geog id: state 06 county 085 tract 507001 block group 3 dtype: object Drawing 463 households Synthesizing geog id: state 06 county 085 tract 507001 block group 4 dtype: object Drawing 413 households Synthesizing geog id: state 06 county 085 tract 507002 block group 1 dtype: object Drawing 694 households Synthesizing geog id: state 06 county 085 tract 507002 block group 2 dtype: object Drawing 347 households Synthesizing geog id: state 06 county 085 tract 507100 block group 1 dtype: object Drawing 378 households Synthesizing geog id: state 06 county 085 tract 507100 block group 2 dtype: object Drawing 880 households Synthesizing geog id: state 06 county 085 tract 507203 block group 1 dtype: object Drawing 550 households Synthesizing geog id: state 06 county 085 tract 507203 block group 2 dtype: object Drawing 409 households Synthesizing geog id: state 06 county 085 tract 507205 block group 1 dtype: object Drawing 210 households Synthesizing geog id: state 06 county 085 tract 507205 block group 2 dtype: object Drawing 719 households Synthesizing geog id: state 06 county 085 tract 507205 block group 3 dtype: object Drawing 652 households Synthesizing geog id: state 06 county 085 tract 507205 block group 4 dtype: object Drawing 284 households Synthesizing geog id: state 06 county 085 tract 507206 block group 1 dtype: object Drawing 395 households Synthesizing geog id: state 06 county 085 tract 507206 block group 2 dtype: object Drawing 524 households Synthesizing geog id: state 06 county 085 tract 507301 block group 1 dtype: object Drawing 339 households Synthesizing geog id: state 06 county 085 tract 507301 block group 2 dtype: object Drawing 537 households Synthesizing geog id: state 06 county 085 tract 507301 block group 3 dtype: object Drawing 230 households Synthesizing geog id: state 06 county 085 tract 507301 block group 4 dtype: object Drawing 194 households Synthesizing geog id: state 06 county 085 tract 507301 block group 5 dtype: object Drawing 445 households Synthesizing geog id: state 06 county 085 tract 507301 block group 6 dtype: object Drawing 688 households Synthesizing geog id: state 06 county 085 tract 507302 block group 1 dtype: object Drawing 622 households Synthesizing geog id: state 06 county 085 tract 507302 block group 2 dtype: object Drawing 333 households Synthesizing geog id: state 06 county 085 tract 507401 block group 1 dtype: object Drawing 356 households Synthesizing geog id: state 06 county 085 tract 507401 block group 2 dtype: object Drawing 401 households Synthesizing geog id: state 06 county 085 tract 507401 block group 3 dtype: object Drawing 561 households Synthesizing geog id: state 06 county 085 tract 507401 block group 4 dtype: object Drawing 379 households Synthesizing geog id: state 06 county 085 tract 507401 block group 5 dtype: object Drawing 213 households Synthesizing geog id: state 06 county 085 tract 507402 block group 1 dtype: object Drawing 498 households Synthesizing geog id: state 06 county 085 tract 507402 block group 2 dtype: object Drawing 474 households Synthesizing geog id: state 06 county 085 tract 507402 block group 3 dtype: object Drawing 440 households Synthesizing geog id: state 06 county 085 tract 507500 block group 1 dtype: object Drawing 640 households Synthesizing geog id: state 06 county 085 tract 507500 block group 2 dtype: object Drawing 471 households Synthesizing geog id: state 06 county 085 tract 507500 block group 3 dtype: object Drawing 366 households Synthesizing geog id: state 06 county 085 tract 507500 block group 4 dtype: object Drawing 490 households Synthesizing geog id: state 06 county 085 tract 507600 block group 1 dtype: object Drawing 311 households Synthesizing geog id: state 06 county 085 tract 507600 block group 2 dtype: object Drawing 436 households Synthesizing geog id: state 06 county 085 tract 507600 block group 3 dtype: object Drawing 556 households Synthesizing geog id: state 06 county 085 tract 507600 block group 4 dtype: object Drawing 747 households Synthesizing geog id: state 06 county 085 tract 507701 block group 1 dtype: object Drawing 346 households Synthesizing geog id: state 06 county 085 tract 507701 block group 2 dtype: object Drawing 598 households Synthesizing geog id: state 06 county 085 tract 507701 block group 3 dtype: object Drawing 456 households Synthesizing geog id: state 06 county 085 tract 507702 block group 1 dtype: object Drawing 719 households Synthesizing geog id: state 06 county 085 tract 507702 block group 2 dtype: object Drawing 628 households Synthesizing geog id: state 06 county 085 tract 507702 block group 3 dtype: object Drawing 721 households Synthesizing geog id: state 06 county 085 tract 507703 block group 1 dtype: object Drawing 407 households Synthesizing geog id: state 06 county 085 tract 507703 block group 2 dtype: object Drawing 792 households Synthesizing geog id: state 06 county 085 tract 507703 block group 3 dtype: object Drawing 613 households Synthesizing geog id: state 06 county 085 tract 507703 block group 4 dtype: object Drawing 327 households Synthesizing geog id: state 06 county 085 tract 507703 block group 5 dtype: object Drawing 439 households Synthesizing geog id: state 06 county 085 tract 507805 block group 1 dtype: object Drawing 999 households Synthesizing geog id: state 06 county 085 tract 507805 block group 2 dtype: object Drawing 420 households Synthesizing geog id: state 06 county 085 tract 507805 block group 3 dtype: object Drawing 378 households Synthesizing geog id: state 06 county 085 tract 507806 block group 1 dtype: object Drawing 350 households Synthesizing geog id: state 06 county 085 tract 507806 block group 2 dtype: object Drawing 658 households Synthesizing geog id: state 06 county 085 tract 507806 block group 3 dtype: object Drawing 912 households Synthesizing geog id: state 06 county 085 tract 507807 block group 1 dtype: object Drawing 452 households Synthesizing geog id: state 06 county 085 tract 507807 block group 2 dtype: object Drawing 593 households Synthesizing geog id: state 06 county 085 tract 507808 block group 1 dtype: object Drawing 312 households Synthesizing geog id: state 06 county 085 tract 507808 block group 2 dtype: object Drawing 464 households Synthesizing geog id: state 06 county 085 tract 507808 block group 3 dtype: object Drawing 452 households Synthesizing geog id: state 06 county 085 tract 507808 block group 4 dtype: object Drawing 581 households Synthesizing geog id: state 06 county 085 tract 507903 block group 1 dtype: object Drawing 463 households Synthesizing geog id: state 06 county 085 tract 507903 block group 2 dtype: object Drawing 1183 households Synthesizing geog id: state 06 county 085 tract 507904 block group 1 dtype: object Drawing 570 households Synthesizing geog id: state 06 county 085 tract 507904 block group 2 dtype: object Drawing 546 households Synthesizing geog id: state 06 county 085 tract 507905 block group 1 dtype: object Drawing 672 households Synthesizing geog id: state 06 county 085 tract 507905 block group 2 dtype: object Drawing 623 households Synthesizing geog id: state 06 county 085 tract 507905 block group 3 dtype: object Drawing 856 households Synthesizing geog id: state 06 county 085 tract 507906 block group 1 dtype: object Drawing 478 households Synthesizing geog id: state 06 county 085 tract 507906 block group 2 dtype: object Drawing 397 households Synthesizing geog id: state 06 county 085 tract 507906 block group 3 dtype: object Drawing 283 households Synthesizing geog id: state 06 county 085 tract 507906 block group 4 dtype: object Drawing 300 households Synthesizing geog id: state 06 county 085 tract 508001 block group 1 dtype: object Drawing 761 households Synthesizing geog id: state 06 county 085 tract 508001 block group 2 dtype: object Drawing 480 households Synthesizing geog id: state 06 county 085 tract 508001 block group 3 dtype: object Drawing 1355 households Synthesizing geog id: state 06 county 085 tract 508001 block group 4 dtype: object Drawing 229 households Synthesizing geog id: state 06 county 085 tract 508003 block group 1 dtype: object Drawing 537 households Synthesizing geog id: state 06 county 085 tract 508003 block group 2 dtype: object Drawing 218 households Synthesizing geog id: state 06 county 085 tract 508004 block group 1 dtype: object Drawing 819 households Synthesizing geog id: state 06 county 085 tract 508004 block group 2 dtype: object Drawing 378 households Synthesizing geog id: state 06 county 085 tract 508004 block group 3 dtype: object Drawing 874 households Synthesizing geog id: state 06 county 085 tract 508101 block group 1 dtype: object Drawing 661 households Synthesizing geog id: state 06 county 085 tract 508101 block group 2 dtype: object Drawing 583 households Synthesizing geog id: state 06 county 085 tract 508101 block group 3 dtype: object Drawing 1089 households Synthesizing geog id: state 06 county 085 tract 508102 block group 1 dtype: object Drawing 1199 households Synthesizing geog id: state 06 county 085 tract 508202 block group 1 dtype: object Drawing 463 households Synthesizing geog id: state 06 county 085 tract 508202 block group 2 dtype: object Drawing 843 households Synthesizing geog id: state 06 county 085 tract 508202 block group 3 dtype: object Drawing 297 households Synthesizing geog id: state 06 county 085 tract 508202 block group 4 dtype: object Drawing 569 households Synthesizing geog id: state 06 county 085 tract 508202 block group 5 dtype: object Drawing 572 households Synthesizing geog id: state 06 county 085 tract 508203 block group 1 dtype: object Drawing 387 households Synthesizing geog id: state 06 county 085 tract 508203 block group 2 dtype: object Drawing 580 households Synthesizing geog id: state 06 county 085 tract 508203 block group 3 dtype: object Drawing 884 households Synthesizing geog id: state 06 county 085 tract 508204 block group 1 dtype: object Drawing 676 households Synthesizing geog id: state 06 county 085 tract 508204 block group 2 dtype: object Drawing 304 households Synthesizing geog id: state 06 county 085 tract 508204 block group 3 dtype: object Drawing 465 households Synthesizing geog id: state 06 county 085 tract 508301 block group 1 dtype: object Drawing 487 households Synthesizing geog id: state 06 county 085 tract 508301 block group 2 dtype: object Drawing 403 households Synthesizing geog id: state 06 county 085 tract 508301 block group 3 dtype: object Drawing 638 households Synthesizing geog id: state 06 county 085 tract 508303 block group 1 dtype: object Drawing 454 households Synthesizing geog id: state 06 county 085 tract 508303 block group 2 dtype: object Drawing 451 households Synthesizing geog id: state 06 county 085 tract 508304 block group 1 dtype: object Drawing 391 households Synthesizing geog id: state 06 county 085 tract 508304 block group 2 dtype: object Drawing 270 households Synthesizing geog id: state 06 county 085 tract 508304 block group 3 dtype: object Drawing 278 households Synthesizing geog id: state 06 county 085 tract 508304 block group 4 dtype: object Drawing 633 households Synthesizing geog id: state 06 county 085 tract 508304 block group 5 dtype: object Drawing 1235 households Synthesizing geog id: state 06 county 085 tract 508401 block group 1 dtype: object Drawing 299 households Synthesizing geog id: state 06 county 085 tract 508401 block group 2 dtype: object Drawing 277 households Synthesizing geog id: state 06 county 085 tract 508401 block group 3 dtype: object Drawing 565 households Synthesizing geog id: state 06 county 085 tract 508401 block group 4 dtype: object Drawing 280 households Synthesizing geog id: state 06 county 085 tract 508401 block group 5 dtype: object Drawing 417 households Synthesizing geog id: state 06 county 085 tract 508401 block group 6 dtype: object Drawing 618 households Synthesizing geog id: state 06 county 085 tract 508403 block group 1 dtype: object Drawing 294 households Synthesizing geog id: state 06 county 085 tract 508403 block group 2 dtype: object Drawing 371 households Synthesizing geog id: state 06 county 085 tract 508403 block group 3 dtype: object Drawing 278 households Synthesizing geog id: state 06 county 085 tract 508404 block group 1 dtype: object Drawing 1314 households Synthesizing geog id: state 06 county 085 tract 508404 block group 2 dtype: object Drawing 558 households Synthesizing geog id: state 06 county 085 tract 508404 block group 3 dtype: object Drawing 457 households Synthesizing geog id: state 06 county 085 tract 508503 block group 1 dtype: object Drawing 700 households Synthesizing geog id: state 06 county 085 tract 508503 block group 2 dtype: object Drawing 641 households Synthesizing geog id: state 06 county 085 tract 508503 block group 3 dtype: object Drawing 1384 households Synthesizing geog id: state 06 county 085 tract 508504 block group 1 dtype: object Drawing 1238 households Synthesizing geog id: state 06 county 085 tract 508504 block group 2 dtype: object Drawing 738 households Synthesizing geog id: state 06 county 085 tract 508504 block group 3 dtype: object Drawing 391 households Synthesizing geog id: state 06 county 085 tract 508504 block group 4 dtype: object Drawing 735 households Synthesizing geog id: state 06 county 085 tract 508505 block group 1 dtype: object Drawing 403 households Synthesizing geog id: state 06 county 085 tract 508505 block group 2 dtype: object Drawing 464 households Synthesizing geog id: state 06 county 085 tract 508505 block group 3 dtype: object Drawing 1015 households Synthesizing geog id: state 06 county 085 tract 508507 block group 1 dtype: object Drawing 723 households Synthesizing geog id: state 06 county 085 tract 508507 block group 2 dtype: object Drawing 655 households Synthesizing geog id: state 06 county 085 tract 508508 block group 1 dtype: object Drawing 267 households Synthesizing geog id: state 06 county 085 tract 508508 block group 2 dtype: object Drawing 514 households Synthesizing geog id: state 06 county 085 tract 508508 block group 3 dtype: object Drawing 811 households Synthesizing geog id: state 06 county 085 tract 508508 block group 4 dtype: object Drawing 263 households Synthesizing geog id: state 06 county 085 tract 508601 block group 1 dtype: object Drawing 229 households Synthesizing geog id: state 06 county 085 tract 508601 block group 2 dtype: object Drawing 555 households Synthesizing geog id: state 06 county 085 tract 508601 block group 3 dtype: object Drawing 574 households Synthesizing geog id: state 06 county 085 tract 508602 block group 1 dtype: object Drawing 897 households Synthesizing geog id: state 06 county 085 tract 508602 block group 2 dtype: object Drawing 483 households Synthesizing geog id: state 06 county 085 tract 508602 block group 3 dtype: object Drawing 338 households Synthesizing geog id: state 06 county 085 tract 508703 block group 1 dtype: object Drawing 474 households Synthesizing geog id: state 06 county 085 tract 508703 block group 2 dtype: object Drawing 677 households Synthesizing geog id: state 06 county 085 tract 508703 block group 3 dtype: object Drawing 337 households Synthesizing geog id: state 06 county 085 tract 508703 block group 4 dtype: object Drawing 439 households Synthesizing geog id: state 06 county 085 tract 508703 block group 5 dtype: object Drawing 1018 households Synthesizing geog id: state 06 county 085 tract 508704 block group 1 dtype: object Drawing 727 households Synthesizing geog id: state 06 county 085 tract 508704 block group 2 dtype: object Drawing 764 households Synthesizing geog id: state 06 county 085 tract 508704 block group 3 dtype: object Drawing 799 households Synthesizing geog id: state 06 county 085 tract 508800 block group 1 dtype: object Drawing 844 households Synthesizing geog id: state 06 county 085 tract 508800 block group 2 dtype: object Drawing 529 households Synthesizing geog id: state 06 county 085 tract 508900 block group 1 dtype: object Drawing 1029 households Synthesizing geog id: state 06 county 085 tract 508900 block group 2 dtype: object Drawing 415 households Synthesizing geog id: state 06 county 085 tract 508900 block group 3 dtype: object Drawing 325 households Synthesizing geog id: state 06 county 085 tract 509000 block group 1 dtype: object Drawing 571 households Synthesizing geog id: state 06 county 085 tract 509000 block group 2 dtype: object Drawing 426 households Synthesizing geog id: state 06 county 085 tract 509000 block group 3 dtype: object Drawing 1018 households Synthesizing geog id: state 06 county 085 tract 509000 block group 4 dtype: object Drawing 499 households Synthesizing geog id: state 06 county 085 tract 509102 block group 1 dtype: object Drawing 903 households Synthesizing geog id: state 06 county 085 tract 509102 block group 2 dtype: object Drawing 1395 households Synthesizing geog id: state 06 county 085 tract 509105 block group 1 dtype: object Drawing 1014 households Synthesizing geog id: state 06 county 085 tract 509105 block group 2 dtype: object Drawing 660 households Synthesizing geog id: state 06 county 085 tract 509105 block group 3 dtype: object Drawing 639 households Synthesizing geog id: state 06 county 085 tract 509105 block group 4 dtype: object Drawing 805 households Synthesizing geog id: state 06 county 085 tract 509106 block group 1 dtype: object Drawing 564 households Synthesizing geog id: state 06 county 085 tract 509106 block group 2 dtype: object Drawing 413 households Synthesizing geog id: state 06 county 085 tract 509106 block group 3 dtype: object Drawing 657 households Synthesizing geog id: state 06 county 085 tract 509107 block group 1 dtype: object Drawing 937 households Synthesizing geog id: state 06 county 085 tract 509107 block group 2 dtype: object Drawing 1035 households Synthesizing geog id: state 06 county 085 tract 509108 block group 1 dtype: object Drawing 449 households Synthesizing geog id: state 06 county 085 tract 509108 block group 2 dtype: object Drawing 396 households Synthesizing geog id: state 06 county 085 tract 509108 block group 3 dtype: object Drawing 358 households Synthesizing geog id: state 06 county 085 tract 509108 block group 4 dtype: object Drawing 473 households Synthesizing geog id: state 06 county 085 tract 509109 block group 1 dtype: object Drawing 1142 households Synthesizing geog id: state 06 county 085 tract 509109 block group 2 dtype: object Drawing 602 households Synthesizing geog id: state 06 county 085 tract 509201 block group 1 dtype: object Drawing 383 households Synthesizing geog id: state 06 county 085 tract 509201 block group 2 dtype: object Drawing 544 households Synthesizing geog id: state 06 county 085 tract 509201 block group 3 dtype: object Drawing 635 households Synthesizing geog id: state 06 county 085 tract 509201 block group 4 dtype: object Drawing 485 households Synthesizing geog id: state 06 county 085 tract 509202 block group 1 dtype: object Drawing 730 households Synthesizing geog id: state 06 county 085 tract 509202 block group 2 dtype: object Drawing 273 households Synthesizing geog id: state 06 county 085 tract 509202 block group 3 dtype: object Drawing 484 households Synthesizing geog id: state 06 county 085 tract 509202 block group 4 dtype: object Drawing 261 households Synthesizing geog id: state 06 county 085 tract 509302 block group 1 dtype: object Drawing 1183 households Synthesizing geog id: state 06 county 085 tract 509303 block group 1 dtype: object Drawing 494 households Synthesizing geog id: state 06 county 085 tract 509303 block group 2 dtype: object Drawing 378 households Synthesizing geog id: state 06 county 085 tract 509303 block group 3 dtype: object Drawing 420 households Synthesizing geog id: state 06 county 085 tract 509303 block group 4 dtype: object Drawing 465 households Synthesizing geog id: state 06 county 085 tract 509304 block group 1 dtype: object Drawing 511 households Synthesizing geog id: state 06 county 085 tract 509304 block group 2 dtype: object Drawing 686 households Synthesizing geog id: state 06 county 085 tract 509401 block group 1 dtype: object Drawing 757 households Synthesizing geog id: state 06 county 085 tract 509401 block group 2 dtype: object Drawing 230 households Synthesizing geog id: state 06 county 085 tract 509401 block group 3 dtype: object Drawing 528 households Synthesizing geog id: state 06 county 085 tract 509403 block group 1 dtype: object Drawing 949 households Synthesizing geog id: state 06 county 085 tract 509403 block group 2 dtype: object Drawing 1079 households Synthesizing geog id: state 06 county 085 tract 509404 block group 1 dtype: object Drawing 914 households Synthesizing geog id: state 06 county 085 tract 509404 block group 2 dtype: object Drawing 488 households Synthesizing geog id: state 06 county 085 tract 509404 block group 3 dtype: object Drawing 884 households Synthesizing geog id: state 06 county 085 tract 509404 block group 4 dtype: object Drawing 420 households Synthesizing geog id: state 06 county 085 tract 509500 block group 1 dtype: object Drawing 798 households Synthesizing geog id: state 06 county 085 tract 509500 block group 2 dtype: object Drawing 821 households Synthesizing geog id: state 06 county 085 tract 509500 block group 3 dtype: object Drawing 614 households Synthesizing geog id: state 06 county 085 tract 509600 block group 1 dtype: object Drawing 790 households Synthesizing geog id: state 06 county 085 tract 509600 block group 2 dtype: object Drawing 463 households Synthesizing geog id: state 06 county 085 tract 509700 block group 1 dtype: object Drawing 420 households Synthesizing geog id: state 06 county 085 tract 509700 block group 2 dtype: object Drawing 419 households Synthesizing geog id: state 06 county 085 tract 509700 block group 3 dtype: object Drawing 590 households Synthesizing geog id: state 06 county 085 tract 509801 block group 1 dtype: object Drawing 733 households Synthesizing geog id: state 06 county 085 tract 509801 block group 2 dtype: object Drawing 321 households Synthesizing geog id: state 06 county 085 tract 509801 block group 3 dtype: object Drawing 504 households Synthesizing geog id: state 06 county 085 tract 509801 block group 4 dtype: object Drawing 556 households Synthesizing geog id: state 06 county 085 tract 509802 block group 1 dtype: object Drawing 616 households Synthesizing geog id: state 06 county 085 tract 509802 block group 2 dtype: object Drawing 516 households Synthesizing geog id: state 06 county 085 tract 509901 block group 1 dtype: object Drawing 404 households Synthesizing geog id: state 06 county 085 tract 509901 block group 2 dtype: object Drawing 289 households Synthesizing geog id: state 06 county 085 tract 509902 block group 1 dtype: object Drawing 951 households Synthesizing geog id: state 06 county 085 tract 509902 block group 2 dtype: object Drawing 367 households Synthesizing geog id: state 06 county 085 tract 509902 block group 3 dtype: object Drawing 483 households Synthesizing geog id: state 06 county 085 tract 510001 block group 1 dtype: object Drawing 270 households Synthesizing geog id: state 06 county 085 tract 510001 block group 2 dtype: object Drawing 665 households Synthesizing geog id: state 06 county 085 tract 510001 block group 3 dtype: object Drawing 345 households Synthesizing geog id: state 06 county 085 tract 510001 block group 4 dtype: object Drawing 269 households Synthesizing geog id: state 06 county 085 tract 510001 block group 5 dtype: object Drawing 343 households Synthesizing geog id: state 06 county 085 tract 510001 block group 6 dtype: object Drawing 240 households Synthesizing geog id: state 06 county 085 tract 510002 block group 1 dtype: object Drawing 505 households Synthesizing geog id: state 06 county 085 tract 510002 block group 2 dtype: object Drawing 390 households Synthesizing geog id: state 06 county 085 tract 510002 block group 3 dtype: object Drawing 392 households Synthesizing geog id: state 06 county 085 tract 510100 block group 1 dtype: object Drawing 572 households Synthesizing geog id: state 06 county 085 tract 510100 block group 2 dtype: object Drawing 209 households Synthesizing geog id: state 06 county 085 tract 510100 block group 3 dtype: object Drawing 321 households Synthesizing geog id: state 06 county 085 tract 510200 block group 1 dtype: object Drawing 596 households Synthesizing geog id: state 06 county 085 tract 510200 block group 2 dtype: object Drawing 371 households Synthesizing geog id: state 06 county 085 tract 510200 block group 3 dtype: object Drawing 508 households Synthesizing geog id: state 06 county 085 tract 510300 block group 1 dtype: object Drawing 566 households Synthesizing geog id: state 06 county 085 tract 510300 block group 2 dtype: object Drawing 658 households Synthesizing geog id: state 06 county 085 tract 510300 block group 3 dtype: object Drawing 359 households Synthesizing geog id: state 06 county 085 tract 510400 block group 1 dtype: object Drawing 511 households Synthesizing geog id: state 06 county 085 tract 510400 block group 2 dtype: object Drawing 236 households Synthesizing geog id: state 06 county 085 tract 510400 block group 3 dtype: object Drawing 387 households Synthesizing geog id: state 06 county 085 tract 510500 block group 1 dtype: object Drawing 388 households Synthesizing geog id: state 06 county 085 tract 510500 block group 2 dtype: object Drawing 738 households Synthesizing geog id: state 06 county 085 tract 510500 block group 3 dtype: object Drawing 725 households Synthesizing geog id: state 06 county 085 tract 510600 block group 1 dtype: object Drawing 346 households Synthesizing geog id: state 06 county 085 tract 510600 block group 2 dtype: object Drawing 801 households Synthesizing geog id: state 06 county 085 tract 510600 block group 3 dtype: object Drawing 761 households Synthesizing geog id: state 06 county 085 tract 510600 block group 4 dtype: object Drawing 472 households Synthesizing geog id: state 06 county 085 tract 510700 block group 1 dtype: object Drawing 270 households Synthesizing geog id: state 06 county 085 tract 510700 block group 2 dtype: object Drawing 752 households Synthesizing geog id: state 06 county 085 tract 510700 block group 3 dtype: object Drawing 854 households Synthesizing geog id: state 06 county 085 tract 510801 block group 1 dtype: object Drawing 531 households Synthesizing geog id: state 06 county 085 tract 510801 block group 2 dtype: object Drawing 634 households Synthesizing geog id: state 06 county 085 tract 510801 block group 3 dtype: object Drawing 574 households Synthesizing geog id: state 06 county 085 tract 510802 block group 1 dtype: object Drawing 361 households Synthesizing geog id: state 06 county 085 tract 510802 block group 2 dtype: object Drawing 383 households Synthesizing geog id: state 06 county 085 tract 510803 block group 1 dtype: object Drawing 498 households Synthesizing geog id: state 06 county 085 tract 510803 block group 2 dtype: object Drawing 541 households Synthesizing geog id: state 06 county 085 tract 510900 block group 1 dtype: object Drawing 511 households Synthesizing geog id: state 06 county 085 tract 510900 block group 2 dtype: object Drawing 915 households Synthesizing geog id: state 06 county 085 tract 510900 block group 3 dtype: object Drawing 588 households Synthesizing geog id: state 06 county 085 tract 511000 block group 1 dtype: object Drawing 600 households Synthesizing geog id: state 06 county 085 tract 511000 block group 2 dtype: object Drawing 477 households Synthesizing geog id: state 06 county 085 tract 511000 block group 3 dtype: object Drawing 289 households Synthesizing geog id: state 06 county 085 tract 511000 block group 4 dtype: object Drawing 349 households Synthesizing geog id: state 06 county 085 tract 511000 block group 5 dtype: object Drawing 624 households Synthesizing geog id: state 06 county 085 tract 511100 block group 1 dtype: object Drawing 491 households Synthesizing geog id: state 06 county 085 tract 511100 block group 2 dtype: object Drawing 483 households Synthesizing geog id: state 06 county 085 tract 511100 block group 3 dtype: object Drawing 416 households Synthesizing geog id: state 06 county 085 tract 511100 block group 4 dtype: object Drawing 476 households Synthesizing geog id: state 06 county 085 tract 511200 block group 1 dtype: object Drawing 610 households Synthesizing geog id: state 06 county 085 tract 511200 block group 2 dtype: object Drawing 551 households Synthesizing geog id: state 06 county 085 tract 511200 block group 3 dtype: object Drawing 274 households Synthesizing geog id: state 06 county 085 tract 511200 block group 4 dtype: object Drawing 333 households Synthesizing geog id: state 06 county 085 tract 511301 block group 1 dtype: object Drawing 1306 households Synthesizing geog id: state 06 county 085 tract 511301 block group 2 dtype: object Drawing 428 households Synthesizing geog id: state 06 county 085 tract 511302 block group 1 dtype: object Drawing 783 households Synthesizing geog id: state 06 county 085 tract 511302 block group 2 dtype: object Drawing 386 households Synthesizing geog id: state 06 county 085 tract 511302 block group 3 dtype: object Drawing 1095 households Synthesizing geog id: state 06 county 085 tract 511400 block group 1 dtype: object Drawing 226 households Synthesizing geog id: state 06 county 085 tract 511400 block group 2 dtype: object Drawing 357 households Synthesizing geog id: state 06 county 085 tract 511400 block group 3 dtype: object Drawing 286 households Synthesizing geog id: state 06 county 085 tract 511400 block group 4 dtype: object Drawing 363 households Synthesizing geog id: state 06 county 085 tract 511500 block group 1 dtype: object Drawing 393 households Synthesizing geog id: state 06 county 085 tract 511500 block group 2 dtype: object Drawing 772 households Synthesizing geog id: state 06 county 085 tract 511500 block group 3 dtype: object Drawing 766 households Synthesizing geog id: state 06 county 085 tract 511500 block group 4 dtype: object Drawing 324 households Synthesizing geog id: state 06 county 085 tract 511500 block group 5 dtype: object Drawing 652 households Synthesizing geog id: state 06 county 085 tract 511608 block group 1 dtype: object Drawing 11 households Synthesizing geog id: state 06 county 085 tract 511608 block group 2 dtype: object Drawing 14 households Synthesizing geog id: state 06 county 085 tract 511609 block group 1 dtype: object Drawing 1782 households Synthesizing geog id: state 06 county 085 tract 511701 block group 1 dtype: object Drawing 458 households Synthesizing geog id: state 06 county 085 tract 511701 block group 2 dtype: object Drawing 646 households Synthesizing geog id: state 06 county 085 tract 511701 block group 3 dtype: object Drawing 297 households Synthesizing geog id: state 06 county 085 tract 511702 block group 1 dtype: object Drawing 781 households Synthesizing geog id: state 06 county 085 tract 511702 block group 2 dtype: object Drawing 303 households Synthesizing geog id: state 06 county 085 tract 511704 block group 1 dtype: object Drawing 717 households Synthesizing geog id: state 06 county 085 tract 511704 block group 2 dtype: object Drawing 322 households Synthesizing geog id: state 06 county 085 tract 511704 block group 3 dtype: object Drawing 570 households Synthesizing geog id: state 06 county 085 tract 511705 block group 1 dtype: object Drawing 331 households Synthesizing geog id: state 06 county 085 tract 511707 block group 1 dtype: object Drawing 1143 households Synthesizing geog id: state 06 county 085 tract 511800 block group 1 dtype: object Drawing 830 households Synthesizing geog id: state 06 county 085 tract 511800 block group 2 dtype: object Drawing 409 households Synthesizing geog id: state 06 county 085 tract 511800 block group 3 dtype: object Drawing 478 households Synthesizing geog id: state 06 county 085 tract 511905 block group 1 dtype: object Drawing 1034 households Synthesizing geog id: state 06 county 085 tract 511907 block group 1 dtype: object Drawing 528 households Synthesizing geog id: state 06 county 085 tract 511907 block group 2 dtype: object Drawing 820 households Synthesizing geog id: state 06 county 085 tract 511909 block group 1 dtype: object Drawing 910 households Synthesizing geog id: state 06 county 085 tract 511909 block group 2 dtype: object Drawing 811 households Synthesizing geog id: state 06 county 085 tract 511909 block group 3 dtype: object Drawing 935 households Synthesizing geog id: state 06 county 085 tract 511910 block group 1 dtype: object Drawing 329 households Synthesizing geog id: state 06 county 085 tract 511910 block group 2 dtype: object Drawing 270 households Synthesizing geog id: state 06 county 085 tract 511910 block group 3 dtype: object Drawing 420 households Synthesizing geog id: state 06 county 085 tract 511911 block group 1 dtype: object Drawing 935 households Synthesizing geog id: state 06 county 085 tract 511911 block group 2 dtype: object Drawing 296 households Synthesizing geog id: state 06 county 085 tract 511911 block group 3 dtype: object Drawing 570 households Synthesizing geog id: state 06 county 085 tract 511912 block group 1 dtype: object Drawing 699 households Synthesizing geog id: state 06 county 085 tract 511912 block group 2 dtype: object Drawing 651 households Synthesizing geog id: state 06 county 085 tract 511912 block group 3 dtype: object Drawing 357 households Synthesizing geog id: state 06 county 085 tract 511913 block group 1 dtype: object Drawing 387 households Synthesizing geog id: state 06 county 085 tract 511913 block group 2 dtype: object Drawing 550 households Synthesizing geog id: state 06 county 085 tract 511913 block group 3 dtype: object Drawing 479 households Synthesizing geog id: state 06 county 085 tract 511914 block group 1 dtype: object Drawing 416 households Synthesizing geog id: state 06 county 085 tract 511914 block group 2 dtype: object Drawing 1004 households Synthesizing geog id: state 06 county 085 tract 511914 block group 3 dtype: object Drawing 546 households Synthesizing geog id: state 06 county 085 tract 511915 block group 1 dtype: object Drawing 476 households Synthesizing geog id: state 06 county 085 tract 511915 block group 2 dtype: object Drawing 767 households Synthesizing geog id: state 06 county 085 tract 511916 block group 1 dtype: object Drawing 655 households Synthesizing geog id: state 06 county 085 tract 511916 block group 2 dtype: object Drawing 975 households Synthesizing geog id: state 06 county 085 tract 512001 block group 1 dtype: object Drawing 966 households Synthesizing geog id: state 06 county 085 tract 512001 block group 2 dtype: object Drawing 484 households Synthesizing geog id: state 06 county 085 tract 512001 block group 3 dtype: object Drawing 553 households Synthesizing geog id: state 06 county 085 tract 512005 block group 1 dtype: object Drawing 443 households Synthesizing geog id: state 06 county 085 tract 512005 block group 2 dtype: object Drawing 293 households Synthesizing geog id: state 06 county 085 tract 512005 block group 3 dtype: object Drawing 261 households Synthesizing geog id: state 06 county 085 tract 512005 block group 4 dtype: object Drawing 420 households Synthesizing geog id: state 06 county 085 tract 512005 block group 5 dtype: object Drawing 752 households Synthesizing geog id: state 06 county 085 tract 512017 block group 1 dtype: object Drawing 687 households Synthesizing geog id: state 06 county 085 tract 512017 block group 2 dtype: object Drawing 489 households Synthesizing geog id: state 06 county 085 tract 512017 block group 3 dtype: object Drawing 891 households Synthesizing geog id: state 06 county 085 tract 512019 block group 1 dtype: object Drawing 282 households Synthesizing geog id: state 06 county 085 tract 512019 block group 2 dtype: object Drawing 665 households Synthesizing geog id: state 06 county 085 tract 512019 block group 3 dtype: object Drawing 613 households Synthesizing geog id: state 06 county 085 tract 512020 block group 1 dtype: object Drawing 269 households Synthesizing geog id: state 06 county 085 tract 512020 block group 2 dtype: object Drawing 613 households Synthesizing geog id: state 06 county 085 tract 512020 block group 3 dtype: object Drawing 1786 households Synthesizing geog id: state 06 county 085 tract 512021 block group 1 dtype: object Drawing 493 households Synthesizing geog id: state 06 county 085 tract 512021 block group 2 dtype: object Drawing 517 households Synthesizing geog id: state 06 county 085 tract 512021 block group 3 dtype: object Drawing 421 households Synthesizing geog id: state 06 county 085 tract 512021 block group 4 dtype: object Drawing 578 households Synthesizing geog id: state 06 county 085 tract 512022 block group 1 dtype: object Drawing 307 households Synthesizing geog id: state 06 county 085 tract 512022 block group 2 dtype: object Drawing 717 households Synthesizing geog id: state 06 county 085 tract 512022 block group 3 dtype: object Drawing 717 households Synthesizing geog id: state 06 county 085 tract 512023 block group 1 dtype: object Drawing 695 households Synthesizing geog id: state 06 county 085 tract 512023 block group 2 dtype: object Drawing 600 households Synthesizing geog id: state 06 county 085 tract 512023 block group 3 dtype: object Drawing 598 households Synthesizing geog id: state 06 county 085 tract 512024 block group 1 dtype: object Drawing 1204 households Synthesizing geog id: state 06 county 085 tract 512024 block group 2 dtype: object Drawing 430 households Synthesizing geog id: state 06 county 085 tract 512025 block group 1 dtype: object Drawing 771 households Synthesizing geog id: state 06 county 085 tract 512025 block group 2 dtype: object Drawing 306 households Synthesizing geog id: state 06 county 085 tract 512026 block group 1 dtype: object Drawing 859 households Synthesizing geog id: state 06 county 085 tract 512026 block group 2 dtype: object Drawing 516 households Synthesizing geog id: state 06 county 085 tract 512027 block group 1 dtype: object Drawing 864 households Synthesizing geog id: state 06 county 085 tract 512027 block group 2 dtype: object Drawing 631 households Synthesizing geog id: state 06 county 085 tract 512029 block group 1 dtype: object Drawing 651 households Synthesizing geog id: state 06 county 085 tract 512029 block group 2 dtype: object Drawing 569 households Synthesizing geog id: state 06 county 085 tract 512029 block group 3 dtype: object Drawing 462 households Synthesizing geog id: state 06 county 085 tract 512029 block group 4 dtype: object Drawing 636 households Synthesizing geog id: state 06 county 085 tract 512030 block group 1 dtype: object Drawing 548 households Synthesizing geog id: state 06 county 085 tract 512030 block group 2 dtype: object Drawing 359 households Synthesizing geog id: state 06 county 085 tract 512031 block group 1 dtype: object Drawing 270 households Synthesizing geog id: state 06 county 085 tract 512031 block group 2 dtype: object Drawing 375 households Synthesizing geog id: state 06 county 085 tract 512031 block group 3 dtype: object Drawing 378 households Synthesizing geog id: state 06 county 085 tract 512031 block group 4 dtype: object Drawing 350 households Synthesizing geog id: state 06 county 085 tract 512032 block group 1 dtype: object Drawing 395 households Synthesizing geog id: state 06 county 085 tract 512032 block group 2 dtype: object Drawing 277 households Synthesizing geog id: state 06 county 085 tract 512032 block group 3 dtype: object Drawing 384 households Synthesizing geog id: state 06 county 085 tract 512033 block group 1 dtype: object Drawing 437 households Synthesizing geog id: state 06 county 085 tract 512033 block group 2 dtype: object Drawing 655 households Synthesizing geog id: state 06 county 085 tract 512033 block group 3 dtype: object Drawing 395 households Synthesizing geog id: state 06 county 085 tract 512033 block group 4 dtype: object Drawing 400 households Synthesizing geog id: state 06 county 085 tract 512034 block group 1 dtype: object Drawing 808 households Synthesizing geog id: state 06 county 085 tract 512034 block group 2 dtype: object Drawing 233 households Synthesizing geog id: state 06 county 085 tract 512035 block group 1 dtype: object Drawing 763 households Synthesizing geog id: state 06 county 085 tract 512035 block group 2 dtype: object Drawing 591 households Synthesizing geog id: state 06 county 085 tract 512036 block group 1 dtype: object Drawing 1631 households Synthesizing geog id: state 06 county 085 tract 512037 block group 1 dtype: object Drawing 557 households Synthesizing geog id: state 06 county 085 tract 512037 block group 2 dtype: object Drawing 371 households Synthesizing geog id: state 06 county 085 tract 512038 block group 1 dtype: object Drawing 1027 households Synthesizing geog id: state 06 county 085 tract 512039 block group 1 dtype: object Drawing 400 households Synthesizing geog id: state 06 county 085 tract 512039 block group 2 dtype: object Drawing 370 households Synthesizing geog id: state 06 county 085 tract 512039 block group 3 dtype: object Drawing 503 households Synthesizing geog id: state 06 county 085 tract 512042 block group 1 dtype: object Drawing 393 households Synthesizing geog id: state 06 county 085 tract 512042 block group 2 dtype: object Drawing 412 households Synthesizing geog id: state 06 county 085 tract 512043 block group 1 dtype: object Drawing 1047 households Synthesizing geog id: state 06 county 085 tract 512043 block group 2 dtype: object Drawing 570 households Synthesizing geog id: state 06 county 085 tract 512045 block group 1 dtype: object Drawing 537 households Synthesizing geog id: state 06 county 085 tract 512045 block group 2 dtype: object Drawing 356 households Synthesizing geog id: state 06 county 085 tract 512045 block group 3 dtype: object Drawing 325 households Synthesizing geog id: state 06 county 085 tract 512045 block group 4 dtype: object Drawing 577 households Synthesizing geog id: state 06 county 085 tract 512047 block group 1 dtype: object Drawing 754 households Synthesizing geog id: state 06 county 085 tract 512047 block group 2 dtype: object Drawing 563 households Synthesizing geog id: state 06 county 085 tract 512047 block group 3 dtype: object Drawing 351 households Synthesizing geog id: state 06 county 085 tract 512052 block group 1 dtype: object Drawing 512 households Synthesizing geog id: state 06 county 085 tract 512052 block group 2 dtype: object Drawing 734 households Synthesizing geog id: state 06 county 085 tract 512052 block group 3 dtype: object Drawing 358 households Synthesizing geog id: state 06 county 085 tract 512053 block group 1 dtype: object Drawing 805 households Synthesizing geog id: state 06 county 085 tract 512053 block group 2 dtype: object Drawing 441 households Synthesizing geog id: state 06 county 085 tract 512053 block group 3 dtype: object Drawing 316 households Synthesizing geog id: state 06 county 085 tract 512100 block group 1 dtype: object Drawing 507 households Synthesizing geog id: state 06 county 085 tract 512200 block group 1 dtype: object Drawing 591 households Synthesizing geog id: state 06 county 085 tract 512200 block group 2 dtype: object Drawing 976 households Synthesizing geog id: state 06 county 085 tract 512305 block group 1 dtype: object Drawing 778 households Synthesizing geog id: state 06 county 085 tract 512305 block group 2 dtype: object Drawing 469 households Synthesizing geog id: state 06 county 085 tract 512307 block group 1 dtype: object Drawing 350 households Synthesizing geog id: state 06 county 085 tract 512307 block group 2 dtype: object Drawing 912 households Synthesizing geog id: state 06 county 085 tract 512307 block group 3 dtype: object Drawing 887 households Synthesizing geog id: state 06 county 085 tract 512308 block group 1 dtype: object Drawing 546 households Synthesizing geog id: state 06 county 085 tract 512308 block group 2 dtype: object Drawing 902 households Synthesizing geog id: state 06 county 085 tract 512308 block group 3 dtype: object Drawing 828 households Synthesizing geog id: state 06 county 085 tract 512309 block group 1 dtype: object Drawing 936 households Synthesizing geog id: state 06 county 085 tract 512309 block group 2 dtype: object Drawing 772 households Synthesizing geog id: state 06 county 085 tract 512310 block group 1 dtype: object Drawing 969 households Synthesizing geog id: state 06 county 085 tract 512310 block group 2 dtype: object Drawing 308 households Synthesizing geog id: state 06 county 085 tract 512311 block group 1 dtype: object Drawing 955 households Synthesizing geog id: state 06 county 085 tract 512312 block group 1 dtype: object Drawing 815 households Synthesizing geog id: state 06 county 085 tract 512313 block group 1 dtype: object Drawing 816 households Synthesizing geog id: state 06 county 085 tract 512313 block group 2 dtype: object Drawing 310 households Synthesizing geog id: state 06 county 085 tract 512314 block group 1 dtype: object Drawing 509 households Synthesizing geog id: state 06 county 085 tract 512314 block group 2 dtype: object Drawing 226 households Synthesizing geog id: state 06 county 085 tract 512314 block group 3 dtype: object Drawing 800 households Synthesizing geog id: state 06 county 085 tract 512314 block group 4 dtype: object Drawing 452 households Synthesizing geog id: state 06 county 085 tract 512401 block group 1 dtype: object Drawing 921 households Synthesizing geog id: state 06 county 085 tract 512401 block group 2 dtype: object Drawing 642 households Synthesizing geog id: state 06 county 085 tract 512402 block group 1 dtype: object Drawing 830 households Synthesizing geog id: state 06 county 085 tract 512402 block group 2 dtype: object Drawing 357 households Synthesizing geog id: state 06 county 085 tract 512402 block group 3 dtype: object Drawing 433 households Synthesizing geog id: state 06 county 085 tract 512503 block group 1 dtype: object Drawing 1409 households Synthesizing geog id: state 06 county 085 tract 512503 block group 2 dtype: object Drawing 984 households Synthesizing geog id: state 06 county 085 tract 512505 block group 1 dtype: object Drawing 1185 households Synthesizing geog id: state 06 county 085 tract 512505 block group 2 dtype: object Drawing 867 households Synthesizing geog id: state 06 county 085 tract 512506 block group 1 dtype: object Drawing 436 households Synthesizing geog id: state 06 county 085 tract 512506 block group 2 dtype: object Drawing 449 households Synthesizing geog id: state 06 county 085 tract 512506 block group 3 dtype: object Drawing 876 households Synthesizing geog id: state 06 county 085 tract 512508 block group 1 dtype: object Drawing 837 households Synthesizing geog id: state 06 county 085 tract 512508 block group 2 dtype: object Drawing 786 households Synthesizing geog id: state 06 county 085 tract 512508 block group 3 dtype: object Drawing 671 households Synthesizing geog id: state 06 county 085 tract 512508 block group 4 dtype: object Drawing 369 households Synthesizing geog id: state 06 county 085 tract 512509 block group 1 dtype: object Drawing 726 households Synthesizing geog id: state 06 county 085 tract 512509 block group 2 dtype: object Drawing 474 households Synthesizing geog id: state 06 county 085 tract 512510 block group 1 dtype: object Drawing 905 households Synthesizing geog id: state 06 county 085 tract 512510 block group 2 dtype: object Drawing 446 households Synthesizing geog id: state 06 county 085 tract 512510 block group 3 dtype: object Drawing 683 households Synthesizing geog id: state 06 county 085 tract 512602 block group 1 dtype: object Drawing 352 households Synthesizing geog id: state 06 county 085 tract 512602 block group 2 dtype: object Drawing 437 households Synthesizing geog id: state 06 county 085 tract 512603 block group 1 dtype: object Drawing 240 households Synthesizing geog id: state 06 county 085 tract 512603 block group 2 dtype: object Drawing 239 households Synthesizing geog id: state 06 county 085 tract 512603 block group 3 dtype: object Drawing 473 households Synthesizing geog id: state 06 county 085 tract 512604 block group 1 dtype: object Drawing 406 households Synthesizing geog id: state 06 county 085 tract 512604 block group 2 dtype: object Drawing 557 households Synthesizing geog id: state 06 county 085 tract 512604 block group 3 dtype: object Drawing 143 households Synthesizing geog id: state 06 county 085 tract 513000 block group 1 dtype: object Drawing 811 households Synthesizing geog id: state 06 county 085 tract 513000 block group 2 dtype: object Drawing 524 households Synthesizing geog id: state 06 county 085 tract 513000 block group 3 dtype: object Drawing 872 households Synthesizing geog id: state 06 county 085 tract 513500 block group 1 dtype: object Drawing 304 households Synthesizing at geog level: 'block_group' (number of geographies is 285) Synthesizing geog id: state 06 county 095 tract 250103 block group 1 dtype: object Drawing 532 households Synthesizing geog id: state 06 county 095 tract 250103 block group 2 dtype: object Drawing 524 households Synthesizing geog id: state 06 county 095 tract 250103 block group 3 dtype: object Drawing 531 households Synthesizing geog id: state 06 county 095 tract 250104 block group 1 dtype: object Drawing 341 households Synthesizing geog id: state 06 county 095 tract 250104 block group 2 dtype: object Drawing 465 households Synthesizing geog id: state 06 county 095 tract 250105 block group 1 dtype: object Drawing 696 households Synthesizing geog id: state 06 county 095 tract 250105 block group 2 dtype: object Drawing 534 households Synthesizing geog id: state 06 county 095 tract 250105 block group 3 dtype: object Drawing 912 households Synthesizing geog id: state 06 county 095 tract 250106 block group 1 dtype: object Drawing 517 households Synthesizing geog id: state 06 county 095 tract 250106 block group 2 dtype: object Drawing 790 households Synthesizing geog id: state 06 county 095 tract 250200 block group 1 dtype: object Drawing 443 households Synthesizing geog id: state 06 county 095 tract 250200 block group 2 dtype: object Drawing 348 households Synthesizing geog id: state 06 county 095 tract 250200 block group 3 dtype: object Drawing 458 households Synthesizing geog id: state 06 county 095 tract 250300 block group 1 dtype: object Drawing 305 households Synthesizing geog id: state 06 county 095 tract 250300 block group 2 dtype: object Drawing 370 households Synthesizing geog id: state 06 county 095 tract 250300 block group 3 dtype: object Drawing 391 households Synthesizing geog id: state 06 county 095 tract 250400 block group 1 dtype: object Drawing 373 households Synthesizing geog id: state 06 county 095 tract 250400 block group 2 dtype: object Drawing 456 households Synthesizing geog id: state 06 county 095 tract 250400 block group 3 dtype: object Drawing 316 households Synthesizing geog id: state 06 county 095 tract 250501 block group 1 dtype: object Drawing 270 households Synthesizing geog id: state 06 county 095 tract 250501 block group 2 dtype: object Drawing 505 households Synthesizing geog id: state 06 county 095 tract 250502 block group 1 dtype: object Drawing 580 households Synthesizing geog id: state 06 county 095 tract 250502 block group 2 dtype: object Drawing 546 households Synthesizing geog id: state 06 county 095 tract 250601 block group 1 dtype: object Drawing 539 households Synthesizing geog id: state 06 county 095 tract 250601 block group 2 dtype: object Drawing 571 households Synthesizing geog id: state 06 county 095 tract 250601 block group 3 dtype: object Drawing 324 households Synthesizing geog id: state 06 county 095 tract 250604 block group 1 dtype: object Drawing 670 households Synthesizing geog id: state 06 county 095 tract 250604 block group 2 dtype: object Drawing 435 households Synthesizing geog id: state 06 county 095 tract 250604 block group 3 dtype: object Drawing 413 households Synthesizing geog id: state 06 county 095 tract 250605 block group 1 dtype: object Drawing 359 households Synthesizing geog id: state 06 county 095 tract 250605 block group 2 dtype: object Drawing 528 households Synthesizing geog id: state 06 county 095 tract 250605 block group 3 dtype: object Drawing 552 households Synthesizing geog id: state 06 county 095 tract 250701 block group 1 dtype: object Drawing 589 households Synthesizing geog id: state 06 county 095 tract 250701 block group 2 dtype: object Drawing 440 households Synthesizing geog id: state 06 county 095 tract 250801 block group 1 dtype: object Drawing 376 households Synthesizing geog id: state 06 county 095 tract 250801 block group 2 dtype: object Drawing 505 households Synthesizing geog id: state 06 county 095 tract 250801 block group 3 dtype: object Drawing 556 households Synthesizing geog id: state 06 county 095 tract 250900 block group 1 dtype: object Drawing 442 households Synthesizing geog id: state 06 county 095 tract 250900 block group 2 dtype: object Drawing 818 households Synthesizing geog id: state 06 county 095 tract 251000 block group 1 dtype: object Drawing 323 households Synthesizing geog id: state 06 county 095 tract 251000 block group 2 dtype: object Drawing 503 households Synthesizing geog id: state 06 county 095 tract 251000 block group 3 dtype: object Drawing 257 households Synthesizing geog id: state 06 county 095 tract 251100 block group 1 dtype: object Drawing 836 households Synthesizing geog id: state 06 county 095 tract 251100 block group 2 dtype: object Drawing 246 households Synthesizing geog id: state 06 county 095 tract 251200 block group 1 dtype: object Drawing 396 households Synthesizing geog id: state 06 county 095 tract 251200 block group 2 dtype: object Drawing 327 households Synthesizing geog id: state 06 county 095 tract 251200 block group 3 dtype: object Drawing 297 households Synthesizing geog id: state 06 county 095 tract 251300 block group 1 dtype: object Drawing 268 households Synthesizing geog id: state 06 county 095 tract 251300 block group 2 dtype: object Drawing 465 households Synthesizing geog id: state 06 county 095 tract 251300 block group 3 dtype: object Drawing 416 households Synthesizing geog id: state 06 county 095 tract 251400 block group 1 dtype: object Drawing 856 households Synthesizing geog id: state 06 county 095 tract 251400 block group 2 dtype: object Drawing 371 households Synthesizing geog id: state 06 county 095 tract 251400 block group 3 dtype: object Drawing 908 households Synthesizing geog id: state 06 county 095 tract 251500 block group 1 dtype: object Drawing 255 households Synthesizing geog id: state 06 county 095 tract 251500 block group 2 dtype: object Drawing 405 households Synthesizing geog id: state 06 county 095 tract 251500 block group 3 dtype: object Drawing 715 households Synthesizing geog id: state 06 county 095 tract 251600 block group 1 dtype: object Drawing 306 households Synthesizing geog id: state 06 county 095 tract 251600 block group 2 dtype: object Drawing 839 households Synthesizing geog id: state 06 county 095 tract 251701 block group 1 dtype: object Drawing 618 households Synthesizing geog id: state 06 county 095 tract 251701 block group 2 dtype: object Drawing 612 households Synthesizing geog id: state 06 county 095 tract 251702 block group 1 dtype: object Drawing 427 households Synthesizing geog id: state 06 county 095 tract 251702 block group 2 dtype: object Drawing 439 households Synthesizing geog id: state 06 county 095 tract 251802 block group 1 dtype: object Drawing 1203 households Synthesizing geog id: state 06 county 095 tract 251803 block group 1 dtype: object Drawing 283 households Synthesizing geog id: state 06 county 095 tract 251803 block group 2 dtype: object Drawing 390 households Synthesizing geog id: state 06 county 095 tract 251803 block group 3 dtype: object Drawing 376 households Synthesizing geog id: state 06 county 095 tract 251803 block group 4 dtype: object Drawing 386 households Synthesizing geog id: state 06 county 095 tract 251804 block group 1 dtype: object Drawing 334 households Synthesizing geog id: state 06 county 095 tract 251804 block group 2 dtype: object Drawing 253 households Synthesizing geog id: state 06 county 095 tract 251804 block group 3 dtype: object Drawing 378 households Synthesizing geog id: state 06 county 095 tract 251901 block group 1 dtype: object Drawing 566 households Synthesizing geog id: state 06 county 095 tract 251901 block group 2 dtype: object Drawing 465 households Synthesizing geog id: state 06 county 095 tract 251901 block group 3 dtype: object Drawing 747 households Synthesizing geog id: state 06 county 095 tract 251902 block group 1 dtype: object Drawing 354 households Synthesizing geog id: state 06 county 095 tract 251902 block group 2 dtype: object Drawing 497 households Synthesizing geog id: state 06 county 095 tract 251902 block group 3 dtype: object Drawing 227 households Synthesizing geog id: state 06 county 095 tract 251902 block group 4 dtype: object Drawing 520 households Synthesizing geog id: state 06 county 095 tract 251903 block group 1 dtype: object Drawing 362 households Synthesizing geog id: state 06 county 095 tract 251903 block group 2 dtype: object Drawing 436 households Synthesizing geog id: state 06 county 095 tract 251903 block group 3 dtype: object Drawing 677 households Synthesizing geog id: state 06 county 095 tract 252000 block group 1 dtype: object Drawing 658 households Synthesizing geog id: state 06 county 095 tract 252000 block group 2 dtype: object Drawing 421 households Synthesizing geog id: state 06 county 095 tract 252000 block group 3 dtype: object Drawing 381 households Synthesizing geog id: state 06 county 095 tract 252000 block group 4 dtype: object Drawing 464 households Synthesizing geog id: state 06 county 095 tract 252102 block group 1 dtype: object Drawing 967 households Synthesizing geog id: state 06 county 095 tract 252102 block group 2 dtype: object Drawing 556 households Synthesizing geog id: state 06 county 095 tract 252103 block group 1 dtype: object Drawing 485 households Synthesizing geog id: state 06 county 095 tract 252103 block group 2 dtype: object Drawing 765 households Synthesizing geog id: state 06 county 095 tract 252103 block group 3 dtype: object Drawing 685 households Synthesizing geog id: state 06 county 095 tract 252104 block group 1 dtype: object Drawing 775 households Synthesizing geog id: state 06 county 095 tract 252104 block group 2 dtype: object Drawing 477 households Synthesizing geog id: state 06 county 095 tract 252104 block group 3 dtype: object Drawing 591 households Synthesizing geog id: state 06 county 095 tract 252105 block group 1 dtype: object Drawing 627 households Synthesizing geog id: state 06 county 095 tract 252105 block group 2 dtype: object Drawing 565 households Synthesizing geog id: state 06 county 095 tract 252106 block group 1 dtype: object Drawing 530 households Synthesizing geog id: state 06 county 095 tract 252106 block group 2 dtype: object Drawing 452 households Synthesizing geog id: state 06 county 095 tract 252106 block group 3 dtype: object Drawing 695 households Synthesizing geog id: state 06 county 095 tract 252107 block group 1 dtype: object Drawing 836 households Synthesizing geog id: state 06 county 095 tract 252107 block group 2 dtype: object Drawing 536 households Synthesizing geog id: state 06 county 095 tract 252108 block group 1 dtype: object Drawing 606 households Synthesizing geog id: state 06 county 095 tract 252108 block group 2 dtype: object Drawing 646 households Synthesizing geog id: state 06 county 095 tract 252201 block group 1 dtype: object Drawing 1020 households Synthesizing geog id: state 06 county 095 tract 252201 block group 2 dtype: object Drawing 243 households Synthesizing geog id: state 06 county 095 tract 252201 block group 3 dtype: object Drawing 393 households Synthesizing geog id: state 06 county 095 tract 252201 block group 4 dtype: object Drawing 1205 households Synthesizing geog id: state 06 county 095 tract 252202 block group 1 dtype: object Drawing 431 households Synthesizing geog id: state 06 county 095 tract 252202 block group 2 dtype: object Drawing 777 households Synthesizing geog id: state 06 county 095 tract 252202 block group 3 dtype: object Drawing 472 households Synthesizing geog id: state 06 county 095 tract 252202 block group 4 dtype: object Drawing 1089 households Synthesizing geog id: state 06 county 095 tract 252305 block group 1 dtype: object Drawing 636 households Synthesizing geog id: state 06 county 095 tract 252305 block group 2 dtype: object Drawing 381 households Synthesizing geog id: state 06 county 095 tract 252305 block group 3 dtype: object Drawing 523 households Synthesizing geog id: state 06 county 095 tract 252306 block group 1 dtype: object Drawing 429 households Synthesizing geog id: state 06 county 095 tract 252306 block group 2 dtype: object Drawing 686 households Synthesizing geog id: state 06 county 095 tract 252310 block group 1 dtype: object Drawing 831 households Synthesizing geog id: state 06 county 095 tract 252310 block group 2 dtype: object Drawing 313 households Synthesizing geog id: state 06 county 095 tract 252311 block group 1 dtype: object Drawing 571 households Synthesizing geog id: state 06 county 095 tract 252311 block group 2 dtype: object Drawing 588 households Synthesizing geog id: state 06 county 095 tract 252311 block group 3 dtype: object Drawing 364 households Synthesizing geog id: state 06 county 095 tract 252312 block group 1 dtype: object Drawing 564 households Synthesizing geog id: state 06 county 095 tract 252312 block group 2 dtype: object Drawing 656 households Synthesizing geog id: state 06 county 095 tract 252313 block group 1 dtype: object Drawing 452 households Synthesizing geog id: state 06 county 095 tract 252313 block group 2 dtype: object Drawing 603 households Synthesizing geog id: state 06 county 095 tract 252313 block group 3 dtype: object Drawing 823 households Synthesizing geog id: state 06 county 095 tract 252314 block group 1 dtype: object Drawing 393 households Synthesizing geog id: state 06 county 095 tract 252314 block group 2 dtype: object Drawing 446 households Synthesizing geog id: state 06 county 095 tract 252314 block group 3 dtype: object Drawing 434 households Synthesizing geog id: state 06 county 095 tract 252315 block group 1 dtype: object Drawing 451 households Synthesizing geog id: state 06 county 095 tract 252315 block group 2 dtype: object Drawing 299 households Synthesizing geog id: state 06 county 095 tract 252315 block group 3 dtype: object Drawing 525 households Synthesizing geog id: state 06 county 095 tract 252316 block group 1 dtype: object Drawing 495 households Synthesizing geog id: state 06 county 095 tract 252316 block group 2 dtype: object Drawing 573 households Synthesizing geog id: state 06 county 095 tract 252317 block group 1 dtype: object Drawing 688 households Synthesizing geog id: state 06 county 095 tract 252317 block group 2 dtype: object Drawing 1148 households Synthesizing geog id: state 06 county 095 tract 252401 block group 1 dtype: object Drawing 224 households Synthesizing geog id: state 06 county 095 tract 252401 block group 2 dtype: object Drawing 351 households Synthesizing geog id: state 06 county 095 tract 252401 block group 3 dtype: object Drawing 328 households Synthesizing geog id: state 06 county 095 tract 252401 block group 4 dtype: object Drawing 302 households Synthesizing geog id: state 06 county 095 tract 252402 block group 1 dtype: object Drawing 356 households Synthesizing geog id: state 06 county 095 tract 252402 block group 2 dtype: object Drawing 703 households Synthesizing geog id: state 06 county 095 tract 252402 block group 3 dtype: object Drawing 447 households Synthesizing geog id: state 06 county 095 tract 252501 block group 1 dtype: object Drawing 228 households Synthesizing geog id: state 06 county 095 tract 252501 block group 2 dtype: object Drawing 684 households Synthesizing geog id: state 06 county 095 tract 252502 block group 1 dtype: object Drawing 354 households Synthesizing geog id: state 06 county 095 tract 252502 block group 2 dtype: object Drawing 225 households Synthesizing geog id: state 06 county 095 tract 252604 block group 1 dtype: object Drawing 243 households Synthesizing geog id: state 06 county 095 tract 252604 block group 2 dtype: object Drawing 476 households Synthesizing geog id: state 06 county 095 tract 252604 block group 3 dtype: object Drawing 292 households Synthesizing geog id: state 06 county 095 tract 252605 block group 1 dtype: object Drawing 859 households Synthesizing geog id: state 06 county 095 tract 252605 block group 2 dtype: object Drawing 479 households Synthesizing geog id: state 06 county 095 tract 252605 block group 3 dtype: object Drawing 468 households Synthesizing geog id: state 06 county 095 tract 252606 block group 1 dtype: object Drawing 795 households Synthesizing geog id: state 06 county 095 tract 252606 block group 2 dtype: object Drawing 406 households Synthesizing geog id: state 06 county 095 tract 252606 block group 3 dtype: object Drawing 440 households Synthesizing geog id: state 06 county 095 tract 252607 block group 1 dtype: object Drawing 472 households Synthesizing geog id: state 06 county 095 tract 252607 block group 2 dtype: object Drawing 620 households Synthesizing geog id: state 06 county 095 tract 252608 block group 1 dtype: object Drawing 287 households Synthesizing geog id: state 06 county 095 tract 252608 block group 2 dtype: object Drawing 886 households Synthesizing geog id: state 06 county 095 tract 252610 block group 1 dtype: object Drawing 500 households Synthesizing geog id: state 06 county 095 tract 252610 block group 2 dtype: object Drawing 546 households Synthesizing geog id: state 06 county 095 tract 252611 block group 1 dtype: object Drawing 409 households Synthesizing geog id: state 06 county 095 tract 252611 block group 2 dtype: object Drawing 196 households Synthesizing geog id: state 06 county 095 tract 252611 block group 3 dtype: object Drawing 433 households Synthesizing geog id: state 06 county 095 tract 252702 block group 1 dtype: object Drawing 582 households Synthesizing geog id: state 06 county 095 tract 252702 block group 2 dtype: object Drawing 280 households Synthesizing geog id: state 06 county 095 tract 252702 block group 3 dtype: object Drawing 239 households Synthesizing geog id: state 06 county 095 tract 252702 block group 4 dtype: object Drawing 527 households Synthesizing geog id: state 06 county 095 tract 252702 block group 5 dtype: object Drawing 411 households Synthesizing geog id: state 06 county 095 tract 252702 block group 6 dtype: object Drawing 233 households Synthesizing geog id: state 06 county 095 tract 252703 block group 1 dtype: object Drawing 474 households Synthesizing geog id: state 06 county 095 tract 252703 block group 2 dtype: object Drawing 383 households Synthesizing geog id: state 06 county 095 tract 252703 block group 3 dtype: object Drawing 343 households Synthesizing geog id: state 06 county 095 tract 252704 block group 1 dtype: object Drawing 452 households Synthesizing geog id: state 06 county 095 tract 252704 block group 2 dtype: object Drawing 268 households Synthesizing geog id: state 06 county 095 tract 252704 block group 3 dtype: object Drawing 208 households Synthesizing geog id: state 06 county 095 tract 252704 block group 4 dtype: object Drawing 297 households Synthesizing geog id: state 06 county 095 tract 252704 block group 5 dtype: object Drawing 573 households Synthesizing geog id: state 06 county 095 tract 252705 block group 1 dtype: object Drawing 318 households Synthesizing geog id: state 06 county 095 tract 252705 block group 2 dtype: object Drawing 357 households Synthesizing geog id: state 06 county 095 tract 252705 block group 3 dtype: object Drawing 198 households Synthesizing geog id: state 06 county 095 tract 252705 block group 4 dtype: object Drawing 596 households Synthesizing geog id: state 06 county 095 tract 252705 block group 5 dtype: object Drawing 467 households Synthesizing geog id: state 06 county 095 tract 252706 block group 1 dtype: object Drawing 1149 households Synthesizing geog id: state 06 county 095 tract 252707 block group 1 dtype: object Drawing 578 households Synthesizing geog id: state 06 county 095 tract 252707 block group 2 dtype: object Drawing 694 households Synthesizing geog id: state 06 county 095 tract 252707 block group 3 dtype: object Drawing 211 households Synthesizing geog id: state 06 county 095 tract 252801 block group 1 dtype: object Drawing 0 households Synthesizing geog id: state 06 county 095 tract 252801 block group 2 dtype: object Drawing 0 households Synthesizing geog id: state 06 county 095 tract 252801 block group 3 dtype: object Drawing 274 households Synthesizing geog id: state 06 county 095 tract 252801 block group 4 dtype: object Drawing 324 households Synthesizing geog id: state 06 county 095 tract 252801 block group 5 dtype: object Drawing 232 households Synthesizing geog id: state 06 county 095 tract 252802 block group 1 dtype: object Drawing 118 households Synthesizing geog id: state 06 county 095 tract 252802 block group 2 dtype: object Drawing 0 households Synthesizing geog id: state 06 county 095 tract 252903 block group 1 dtype: object Drawing 430 households Synthesizing geog id: state 06 county 095 tract 252903 block group 2 dtype: object Drawing 384 households Synthesizing geog id: state 06 county 095 tract 252903 block group 3 dtype: object Drawing 510 households Synthesizing geog id: state 06 county 095 tract 252903 block group 4 dtype: object Drawing 362 households Synthesizing geog id: state 06 county 095 tract 252904 block group 1 dtype: object Drawing 658 households Synthesizing geog id: state 06 county 095 tract 252904 block group 2 dtype: object Drawing 736 households Synthesizing geog id: state 06 county 095 tract 252904 block group 3 dtype: object Drawing 439 households Synthesizing geog id: state 06 county 095 tract 252908 block group 1 dtype: object Drawing 367 households Synthesizing geog id: state 06 county 095 tract 252908 block group 2 dtype: object Drawing 575 households Synthesizing geog id: state 06 county 095 tract 252908 block group 3 dtype: object Drawing 246 households Synthesizing geog id: state 06 county 095 tract 252909 block group 1 dtype: object Drawing 562 households Synthesizing geog id: state 06 county 095 tract 252909 block group 2 dtype: object Drawing 502 households Synthesizing geog id: state 06 county 095 tract 252910 block group 1 dtype: object Drawing 436 households Synthesizing geog id: state 06 county 095 tract 252910 block group 2 dtype: object Drawing 465 households Synthesizing geog id: state 06 county 095 tract 252910 block group 3 dtype: object Drawing 665 households Synthesizing geog id: state 06 county 095 tract 252910 block group 4 dtype: object Drawing 273 households Synthesizing geog id: state 06 county 095 tract 252911 block group 1 dtype: object Drawing 849 households Synthesizing geog id: state 06 county 095 tract 252911 block group 2 dtype: object Drawing 661 households Synthesizing geog id: state 06 county 095 tract 252911 block group 3 dtype: object Drawing 346 households Synthesizing geog id: state 06 county 095 tract 252911 block group 4 dtype: object Drawing 804 households Synthesizing geog id: state 06 county 095 tract 252912 block group 1 dtype: object Drawing 618 households Synthesizing geog id: state 06 county 095 tract 252912 block group 2 dtype: object Drawing 216 households Synthesizing geog id: state 06 county 095 tract 252912 block group 3 dtype: object Drawing 337 households Synthesizing geog id: state 06 county 095 tract 252912 block group 4 dtype: object Drawing 370 households Synthesizing geog id: state 06 county 095 tract 252912 block group 5 dtype: object Drawing 358 households Synthesizing geog id: state 06 county 095 tract 252913 block group 1 dtype: object Drawing 420 households Synthesizing geog id: state 06 county 095 tract 252913 block group 2 dtype: object Drawing 455 households Synthesizing geog id: state 06 county 095 tract 252913 block group 3 dtype: object Drawing 387 households Synthesizing geog id: state 06 county 095 tract 252913 block group 4 dtype: object Drawing 464 households Synthesizing geog id: state 06 county 095 tract 252914 block group 1 dtype: object Drawing 791 households Synthesizing geog id: state 06 county 095 tract 252914 block group 2 dtype: object Drawing 611 households Synthesizing geog id: state 06 county 095 tract 252914 block group 3 dtype: object Drawing 391 households Synthesizing geog id: state 06 county 095 tract 252915 block group 1 dtype: object Drawing 389 households Synthesizing geog id: state 06 county 095 tract 252915 block group 2 dtype: object Drawing 589 households Synthesizing geog id: state 06 county 095 tract 253000 block group 1 dtype: object Drawing 0 households Synthesizing geog id: state 06 county 095 tract 253101 block group 1 dtype: object Drawing 248 households Synthesizing geog id: state 06 county 095 tract 253101 block group 2 dtype: object Drawing 279 households Synthesizing geog id: state 06 county 095 tract 253101 block group 3 dtype: object Drawing 297 households Synthesizing geog id: state 06 county 095 tract 253101 block group 4 dtype: object Drawing 252 households Synthesizing geog id: state 06 county 095 tract 253101 block group 5 dtype: object Drawing 504 households Synthesizing geog id: state 06 county 095 tract 253101 block group 6 dtype: object Drawing 371 households Synthesizing geog id: state 06 county 095 tract 253105 block group 1 dtype: object Drawing 509 households Synthesizing geog id: state 06 county 095 tract 253105 block group 2 dtype: object Drawing 645 households Synthesizing geog id: state 06 county 095 tract 253105 block group 3 dtype: object Drawing 433 households Synthesizing geog id: state 06 county 095 tract 253105 block group 4 dtype: object Drawing 243 households Synthesizing geog id: state 06 county 095 tract 253105 block group 5 dtype: object Drawing 393 households Synthesizing geog id: state 06 county 095 tract 253106 block group 1 dtype: object Drawing 233 households Synthesizing geog id: state 06 county 095 tract 253106 block group 2 dtype: object Drawing 312 households Synthesizing geog id: state 06 county 095 tract 253106 block group 3 dtype: object Drawing 676 households Synthesizing geog id: state 06 county 095 tract 253107 block group 1 dtype: object Drawing 363 households Synthesizing geog id: state 06 county 095 tract 253107 block group 2 dtype: object Drawing 611 households Synthesizing geog id: state 06 county 095 tract 253107 block group 3 dtype: object Drawing 654 households Synthesizing geog id: state 06 county 095 tract 253107 block group 4 dtype: object Drawing 471 households Synthesizing geog id: state 06 county 095 tract 253108 block group 1 dtype: object Drawing 515 households Synthesizing geog id: state 06 county 095 tract 253108 block group 2 dtype: object Drawing 496 households Synthesizing geog id: state 06 county 095 tract 253108 block group 3 dtype: object Drawing 376 households Synthesizing geog id: state 06 county 095 tract 253201 block group 1 dtype: object Drawing 489 households Synthesizing geog id: state 06 county 095 tract 253201 block group 2 dtype: object Drawing 270 households Synthesizing geog id: state 06 county 095 tract 253201 block group 3 dtype: object Drawing 452 households Synthesizing geog id: state 06 county 095 tract 253201 block group 4 dtype: object Drawing 552 households Synthesizing geog id: state 06 county 095 tract 253203 block group 1 dtype: object Drawing 611 households Synthesizing geog id: state 06 county 095 tract 253203 block group 2 dtype: object Drawing 540 households Synthesizing geog id: state 06 county 095 tract 253203 block group 3 dtype: object Drawing 415 households Synthesizing geog id: state 06 county 095 tract 253204 block group 1 dtype: object Drawing 429 households Synthesizing geog id: state 06 county 095 tract 253204 block group 2 dtype: object Drawing 423 households Synthesizing geog id: state 06 county 095 tract 253204 block group 3 dtype: object Drawing 596 households Synthesizing geog id: state 06 county 095 tract 253204 block group 4 dtype: object Drawing 480 households Synthesizing geog id: state 06 county 095 tract 253204 block group 5 dtype: object Drawing 317 households Synthesizing geog id: state 06 county 095 tract 253205 block group 1 dtype: object Drawing 478 households Synthesizing geog id: state 06 county 095 tract 253205 block group 2 dtype: object Drawing 265 households Synthesizing geog id: state 06 county 095 tract 253205 block group 3 dtype: object Drawing 348 households Synthesizing geog id: state 06 county 095 tract 253206 block group 1 dtype: object Drawing 481 households Synthesizing geog id: state 06 county 095 tract 253206 block group 2 dtype: object Drawing 509 households Synthesizing geog id: state 06 county 095 tract 253300 block group 1 dtype: object Drawing 556 households Synthesizing geog id: state 06 county 095 tract 253300 block group 2 dtype: object Drawing 472 households Synthesizing geog id: state 06 county 095 tract 253402 block group 1 dtype: object Drawing 575 households Synthesizing geog id: state 06 county 095 tract 253402 block group 2 dtype: object Drawing 272 households Synthesizing geog id: state 06 county 095 tract 253402 block group 3 dtype: object Drawing 207 households Synthesizing geog id: state 06 county 095 tract 253402 block group 4 dtype: object Drawing 822 households Synthesizing geog id: state 06 county 095 tract 253402 block group 5 dtype: object Drawing 456 households Synthesizing geog id: state 06 county 095 tract 253403 block group 1 dtype: object Drawing 513 households Synthesizing geog id: state 06 county 095 tract 253403 block group 2 dtype: object Drawing 390 households Synthesizing geog id: state 06 county 095 tract 253403 block group 3 dtype: object Drawing 716 households Synthesizing geog id: state 06 county 095 tract 253404 block group 1 dtype: object Drawing 752 households Synthesizing geog id: state 06 county 095 tract 253404 block group 2 dtype: object Drawing 328 households Synthesizing geog id: state 06 county 095 tract 253404 block group 3 dtype: object Drawing 297 households Synthesizing geog id: state 06 county 095 tract 253404 block group 4 dtype: object Drawing 722 households Synthesizing geog id: state 06 county 095 tract 253500 block group 1 dtype: object Drawing 1928 households Synthesizing geog id: state 06 county 095 tract 253500 block group 2 dtype: object Drawing 531 households Synthesizing geog id: state 06 county 095 tract 253500 block group 3 dtype: object Drawing 716 households Synthesizing geog id: state 06 county 095 tract 253500 block group 4 dtype: object Drawing 582 households Synthesizing geog id: state 06 county 095 tract 980000 block group 1 dtype: object Drawing 0 households Synthesizing at geog level: 'block_group' (number of geographies is 463) Synthesizing geog id: state 06 county 081 tract 600100 block group 1 dtype: object Drawing 606 households Synthesizing geog id: state 06 county 081 tract 600100 block group 2 dtype: object Drawing 898 households Synthesizing geog id: state 06 county 081 tract 600100 block group 3 dtype: object Drawing 482 households Synthesizing geog id: state 06 county 081 tract 600200 block group 1 dtype: object Drawing 442 households Synthesizing geog id: state 06 county 081 tract 600200 block group 2 dtype: object Drawing 645 households Synthesizing geog id: state 06 county 081 tract 600300 block group 1 dtype: object Drawing 568 households Synthesizing geog id: state 06 county 081 tract 600300 block group 2 dtype: object Drawing 778 households Synthesizing geog id: state 06 county 081 tract 600401 block group 1 dtype: object Drawing 813 households Synthesizing geog id: state 06 county 081 tract 600401 block group 2 dtype: object Drawing 304 households Synthesizing geog id: state 06 county 081 tract 600402 block group 1 dtype: object Drawing 430 households Synthesizing geog id: state 06 county 081 tract 600402 block group 2 dtype: object Drawing 661 households Synthesizing geog id: state 06 county 081 tract 600402 block group 3 dtype: object Drawing 141 households Synthesizing geog id: state 06 county 081 tract 600500 block group 1 dtype: object Drawing 598 households Synthesizing geog id: state 06 county 081 tract 600500 block group 2 dtype: object Drawing 302 households Synthesizing geog id: state 06 county 081 tract 600500 block group 3 dtype: object Drawing 527 households Synthesizing geog id: state 06 county 081 tract 600500 block group 4 dtype: object Drawing 368 households Synthesizing geog id: state 06 county 081 tract 600500 block group 5 dtype: object Drawing 402 households Synthesizing geog id: state 06 county 081 tract 600600 block group 1 dtype: object Drawing 769 households Synthesizing geog id: state 06 county 081 tract 600600 block group 2 dtype: object Drawing 721 households Synthesizing geog id: state 06 county 081 tract 600700 block group 1 dtype: object Drawing 811 households Synthesizing geog id: state 06 county 081 tract 600700 block group 2 dtype: object Drawing 643 households Synthesizing geog id: state 06 county 081 tract 600700 block group 3 dtype: object Drawing 337 households Synthesizing geog id: state 06 county 081 tract 600700 block group 4 dtype: object Drawing 213 households Synthesizing geog id: state 06 county 081 tract 600800 block group 1 dtype: object Drawing 327 households Synthesizing geog id: state 06 county 081 tract 600800 block group 2 dtype: object Drawing 1031 households Synthesizing geog id: state 06 county 081 tract 600800 block group 3 dtype: object Drawing 1011 households Synthesizing geog id: state 06 county 081 tract 600800 block group 4 dtype: object Drawing 394 households Synthesizing geog id: state 06 county 081 tract 600900 block group 1 dtype: object Drawing 729 households Synthesizing geog id: state 06 county 081 tract 600900 block group 2 dtype: object Drawing 699 households Synthesizing geog id: state 06 county 081 tract 601000 block group 1 dtype: object Drawing 698 households Synthesizing geog id: state 06 county 081 tract 601000 block group 2 dtype: object Drawing 341 households Synthesizing geog id: state 06 county 081 tract 601000 block group 3 dtype: object Drawing 814 households Synthesizing geog id: state 06 county 081 tract 601000 block group 4 dtype: object Drawing 185 households Synthesizing geog id: state 06 county 081 tract 601100 block group 1 dtype: object Drawing 268 households Synthesizing geog id: state 06 county 081 tract 601100 block group 2 dtype: object Drawing 216 households Synthesizing geog id: state 06 county 081 tract 601100 block group 3 dtype: object Drawing 503 households Synthesizing geog id: state 06 county 081 tract 601100 block group 4 dtype: object Drawing 301 households Synthesizing geog id: state 06 county 081 tract 601100 block group 5 dtype: object Drawing 484 households Synthesizing geog id: state 06 county 081 tract 601200 block group 1 dtype: object Drawing 883 households Synthesizing geog id: state 06 county 081 tract 601200 block group 2 dtype: object Drawing 294 households Synthesizing geog id: state 06 county 081 tract 601200 block group 3 dtype: object Drawing 371 households Synthesizing geog id: state 06 county 081 tract 601200 block group 4 dtype: object Drawing 485 households Synthesizing geog id: state 06 county 081 tract 601300 block group 1 dtype: object Drawing 257 households Synthesizing geog id: state 06 county 081 tract 601300 block group 2 dtype: object Drawing 547 households Synthesizing geog id: state 06 county 081 tract 601300 block group 3 dtype: object Drawing 686 households Synthesizing geog id: state 06 county 081 tract 601300 block group 4 dtype: object Drawing 732 households Synthesizing geog id: state 06 county 081 tract 601400 block group 1 dtype: object Drawing 417 households Synthesizing geog id: state 06 county 081 tract 601400 block group 2 dtype: object Drawing 786 households Synthesizing geog id: state 06 county 081 tract 601400 block group 3 dtype: object Drawing 622 households Synthesizing geog id: state 06 county 081 tract 601501 block group 1 dtype: object Drawing 510 households Synthesizing geog id: state 06 county 081 tract 601501 block group 2 dtype: object Drawing 406 households Synthesizing geog id: state 06 county 081 tract 601501 block group 3 dtype: object Drawing 364 households Synthesizing geog id: state 06 county 081 tract 601502 block group 1 dtype: object Drawing 1235 households Synthesizing geog id: state 06 county 081 tract 601502 block group 2 dtype: object Drawing 479 households Synthesizing geog id: state 06 county 081 tract 601601 block group 1 dtype: object Drawing 552 households Synthesizing geog id: state 06 county 081 tract 601601 block group 2 dtype: object Drawing 495 households Synthesizing geog id: state 06 county 081 tract 601603 block group 1 dtype: object Drawing 704 households Synthesizing geog id: state 06 county 081 tract 601603 block group 2 dtype: object Drawing 562 households Synthesizing geog id: state 06 county 081 tract 601603 block group 3 dtype: object Drawing 586 households Synthesizing geog id: state 06 county 081 tract 601604 block group 1 dtype: object Drawing 1178 households Synthesizing geog id: state 06 county 081 tract 601605 block group 1 dtype: object Drawing 261 households Synthesizing geog id: state 06 county 081 tract 601605 block group 2 dtype: object Drawing 286 households Synthesizing geog id: state 06 county 081 tract 601605 block group 3 dtype: object Drawing 562 households Synthesizing geog id: state 06 county 081 tract 601605 block group 4 dtype: object Drawing 554 households Synthesizing geog id: state 06 county 081 tract 601700 block group 1 dtype: object Drawing 303 households Synthesizing geog id: state 06 county 081 tract 601700 block group 2 dtype: object Drawing 545 households Synthesizing geog id: state 06 county 081 tract 601700 block group 3 dtype: object Drawing 457 households Synthesizing geog id: state 06 county 081 tract 601800 block group 1 dtype: object Drawing 1197 households Synthesizing geog id: state 06 county 081 tract 601800 block group 2 dtype: object Drawing 860 households Synthesizing geog id: state 06 county 081 tract 601901 block group 1 dtype: object Drawing 358 households Synthesizing geog id: state 06 county 081 tract 601901 block group 2 dtype: object Drawing 730 households Synthesizing geog id: state 06 county 081 tract 601901 block group 3 dtype: object Drawing 315 households Synthesizing geog id: state 06 county 081 tract 601902 block group 1 dtype: object Drawing 679 households Synthesizing geog id: state 06 county 081 tract 601902 block group 2 dtype: object Drawing 374 households Synthesizing geog id: state 06 county 081 tract 601902 block group 3 dtype: object Drawing 1113 households Synthesizing geog id: state 06 county 081 tract 602000 block group 1 dtype: object Drawing 867 households Synthesizing geog id: state 06 county 081 tract 602000 block group 2 dtype: object Drawing 396 households Synthesizing geog id: state 06 county 081 tract 602000 block group 3 dtype: object Drawing 314 households Synthesizing geog id: state 06 county 081 tract 602000 block group 4 dtype: object Drawing 809 households Synthesizing geog id: state 06 county 081 tract 602000 block group 5 dtype: object Drawing 191 households Synthesizing geog id: state 06 county 081 tract 602100 block group 1 dtype: object Drawing 315 households Synthesizing geog id: state 06 county 081 tract 602100 block group 2 dtype: object Drawing 341 households Synthesizing geog id: state 06 county 081 tract 602100 block group 3 dtype: object Drawing 341 households Synthesizing geog id: state 06 county 081 tract 602200 block group 1 dtype: object Drawing 422 households Synthesizing geog id: state 06 county 081 tract 602200 block group 2 dtype: object Drawing 340 households Synthesizing geog id: state 06 county 081 tract 602200 block group 3 dtype: object Drawing 1010 households Synthesizing geog id: state 06 county 081 tract 602200 block group 4 dtype: object Drawing 780 households Synthesizing geog id: state 06 county 081 tract 602300 block group 1 dtype: object Drawing 1200 households Synthesizing geog id: state 06 county 081 tract 602400 block group 1 dtype: object Drawing 406 households Synthesizing geog id: state 06 county 081 tract 602400 block group 2 dtype: object Drawing 638 households Synthesizing geog id: state 06 county 081 tract 602400 block group 3 dtype: object Drawing 602 households Synthesizing geog id: state 06 county 081 tract 602400 block group 4 dtype: object Drawing 958 households Synthesizing geog id: state 06 county 081 tract 602500 block group 1 dtype: object Drawing 560 households Synthesizing geog id: state 06 county 081 tract 602500 block group 2 dtype: object Drawing 469 households Synthesizing geog id: state 06 county 081 tract 602500 block group 3 dtype: object Drawing 450 households Synthesizing geog id: state 06 county 081 tract 602600 block group 1 dtype: object Drawing 453 households Synthesizing geog id: state 06 county 081 tract 602600 block group 2 dtype: object Drawing 835 households Synthesizing geog id: state 06 county 081 tract 602600 block group 3 dtype: object Drawing 746 households Synthesizing geog id: state 06 county 081 tract 602600 block group 4 dtype: object Drawing 515 households Synthesizing geog id: state 06 county 081 tract 602700 block group 1 dtype: object Drawing 406 households Synthesizing geog id: state 06 county 081 tract 602700 block group 2 dtype: object Drawing 502 households Synthesizing geog id: state 06 county 081 tract 602700 block group 3 dtype: object Drawing 539 households Synthesizing geog id: state 06 county 081 tract 602700 block group 4 dtype: object Drawing 507 households Synthesizing geog id: state 06 county 081 tract 602800 block group 1 dtype: object Drawing 400 households Synthesizing geog id: state 06 county 081 tract 602800 block group 2 dtype: object Drawing 775 households Synthesizing geog id: state 06 county 081 tract 602800 block group 3 dtype: object Drawing 333 households Synthesizing geog id: state 06 county 081 tract 602900 block group 1 dtype: object Drawing 1048 households Synthesizing geog id: state 06 county 081 tract 602900 block group 2 dtype: object Drawing 619 households Synthesizing geog id: state 06 county 081 tract 603000 block group 1 dtype: object Drawing 629 households Synthesizing geog id: state 06 county 081 tract 603000 block group 2 dtype: object Drawing 289 households Synthesizing geog id: state 06 county 081 tract 603000 block group 3 dtype: object Drawing 331 households Synthesizing geog id: state 06 county 081 tract 603000 block group 4 dtype: object Drawing 671 households Synthesizing geog id: state 06 county 081 tract 603100 block group 1 dtype: object Drawing 706 households Synthesizing geog id: state 06 county 081 tract 603100 block group 2 dtype: object Drawing 524 households Synthesizing geog id: state 06 county 081 tract 603200 block group 1 dtype: object Drawing 510 households Synthesizing geog id: state 06 county 081 tract 603200 block group 2 dtype: object Drawing 278 households Synthesizing geog id: state 06 county 081 tract 603200 block group 3 dtype: object Drawing 333 households Synthesizing geog id: state 06 county 081 tract 603200 block group 4 dtype: object Drawing 360 households Synthesizing geog id: state 06 county 081 tract 603300 block group 1 dtype: object Drawing 820 households Synthesizing geog id: state 06 county 081 tract 603300 block group 2 dtype: object Drawing 809 households Synthesizing geog id: state 06 county 081 tract 603300 block group 3 dtype: object Drawing 696 households Synthesizing geog id: state 06 county 081 tract 603400 block group 1 dtype: object Drawing 617 households Synthesizing geog id: state 06 county 081 tract 603400 block group 2 dtype: object Drawing 313 households Synthesizing geog id: state 06 county 081 tract 603400 block group 3 dtype: object Drawing 629 households Synthesizing geog id: state 06 county 081 tract 603400 block group 4 dtype: object Drawing 534 households Synthesizing geog id: state 06 county 081 tract 603700 block group 1 dtype: object Drawing 710 households Synthesizing geog id: state 06 county 081 tract 603700 block group 2 dtype: object Drawing 927 households Synthesizing geog id: state 06 county 081 tract 603801 block group 1 dtype: object Drawing 1655 households Synthesizing geog id: state 06 county 081 tract 603802 block group 1 dtype: object Drawing 1145 households Synthesizing geog id: state 06 county 081 tract 603802 block group 2 dtype: object Drawing 724 households Synthesizing geog id: state 06 county 081 tract 603900 block group 1 dtype: object Drawing 270 households Synthesizing geog id: state 06 county 081 tract 603900 block group 2 dtype: object Drawing 514 households Synthesizing geog id: state 06 county 081 tract 603900 block group 3 dtype: object Drawing 373 households Synthesizing geog id: state 06 county 081 tract 603900 block group 4 dtype: object Drawing 203 households Synthesizing geog id: state 06 county 081 tract 603900 block group 5 dtype: object Drawing 218 households Synthesizing geog id: state 06 county 081 tract 603900 block group 6 dtype: object Drawing 336 households Synthesizing geog id: state 06 county 081 tract 604000 block group 1 dtype: object Drawing 203 households Synthesizing geog id: state 06 county 081 tract 604000 block group 2 dtype: object Drawing 452 households Synthesizing geog id: state 06 county 081 tract 604000 block group 3 dtype: object Drawing 423 households Synthesizing geog id: state 06 county 081 tract 604101 block group 1 dtype: object Drawing 727 households Synthesizing geog id: state 06 county 081 tract 604101 block group 2 dtype: object Drawing 1006 households Synthesizing geog id: state 06 county 081 tract 604101 block group 3 dtype: object Drawing 860 households Synthesizing geog id: state 06 county 081 tract 604102 block group 1 dtype: object Drawing 1322 households Synthesizing geog id: state 06 county 081 tract 604200 block group 1 dtype: object Drawing 211 households Synthesizing geog id: state 06 county 081 tract 604200 block group 2 dtype: object Drawing 251 households Synthesizing geog id: state 06 county 081 tract 604200 block group 3 dtype: object Drawing 604 households Synthesizing geog id: state 06 county 081 tract 604400 block group 1 dtype: object Drawing 589 households Synthesizing geog id: state 06 county 081 tract 604400 block group 2 dtype: object Drawing 400 households Synthesizing geog id: state 06 county 081 tract 604400 block group 3 dtype: object Drawing 622 households Synthesizing geog id: state 06 county 081 tract 604500 block group 1 dtype: object Drawing 149 households Synthesizing geog id: state 06 county 081 tract 604500 block group 2 dtype: object Drawing 249 households Synthesizing geog id: state 06 county 081 tract 604500 block group 3 dtype: object Drawing 891 households Synthesizing geog id: state 06 county 081 tract 604600 block group 1 dtype: object Drawing 510 households Synthesizing geog id: state 06 county 081 tract 604600 block group 2 dtype: object Drawing 436 households Synthesizing geog id: state 06 county 081 tract 604700 block group 1 dtype: object Drawing 682 households Synthesizing geog id: state 06 county 081 tract 604700 block group 2 dtype: object Drawing 319 households Synthesizing geog id: state 06 county 081 tract 604800 block group 1 dtype: object Drawing 984 households Synthesizing geog id: state 06 county 081 tract 604800 block group 2 dtype: object Drawing 334 households Synthesizing geog id: state 06 county 081 tract 604800 block group 3 dtype: object Drawing 636 households Synthesizing geog id: state 06 county 081 tract 604900 block group 1 dtype: object Drawing 792 households Synthesizing geog id: state 06 county 081 tract 604900 block group 2 dtype: object Drawing 492 households Synthesizing geog id: state 06 county 081 tract 605000 block group 1 dtype: object Drawing 730 households Synthesizing geog id: state 06 county 081 tract 605000 block group 2 dtype: object Drawing 277 households Synthesizing geog id: state 06 county 081 tract 605000 block group 3 dtype: object Drawing 965 households Synthesizing geog id: state 06 county 081 tract 605000 block group 4 dtype: object Drawing 433 households Synthesizing geog id: state 06 county 081 tract 605000 block group 5 dtype: object Drawing 342 households Synthesizing geog id: state 06 county 081 tract 605100 block group 1 dtype: object Drawing 252 households Synthesizing geog id: state 06 county 081 tract 605100 block group 2 dtype: object Drawing 1112 households Synthesizing geog id: state 06 county 081 tract 605200 block group 1 dtype: object Drawing 405 households Synthesizing geog id: state 06 county 081 tract 605200 block group 2 dtype: object Drawing 256 households Synthesizing geog id: state 06 county 081 tract 605200 block group 3 dtype: object Drawing 259 households Synthesizing geog id: state 06 county 081 tract 605200 block group 4 dtype: object Drawing 348 households Synthesizing geog id: state 06 county 081 tract 605300 block group 1 dtype: object Drawing 609 households Synthesizing geog id: state 06 county 081 tract 605300 block group 2 dtype: object Drawing 592 households Synthesizing geog id: state 06 county 081 tract 605300 block group 3 dtype: object Drawing 313 households Synthesizing geog id: state 06 county 081 tract 605300 block group 4 dtype: object Drawing 327 households Synthesizing geog id: state 06 county 081 tract 605400 block group 1 dtype: object Drawing 219 households Synthesizing geog id: state 06 county 081 tract 605400 block group 2 dtype: object Drawing 395 households Synthesizing geog id: state 06 county 081 tract 605400 block group 3 dtype: object Drawing 782 households Synthesizing geog id: state 06 county 081 tract 605400 block group 4 dtype: object Drawing 435 households Synthesizing geog id: state 06 county 081 tract 605400 block group 5 dtype: object Drawing 894 households Synthesizing geog id: state 06 county 081 tract 605500 block group 1 dtype: object Drawing 1464 households Synthesizing geog id: state 06 county 081 tract 605500 block group 2 dtype: object Drawing 336 households Synthesizing geog id: state 06 county 081 tract 605500 block group 3 dtype: object Drawing 710 households Synthesizing geog id: state 06 county 081 tract 605600 block group 1 dtype: object Drawing 281 households Synthesizing geog id: state 06 county 081 tract 605600 block group 2 dtype: object Drawing 326 households Synthesizing geog id: state 06 county 081 tract 605600 block group 3 dtype: object Drawing 358 households Synthesizing geog id: state 06 county 081 tract 605600 block group 4 dtype: object Drawing 797 households Synthesizing geog id: state 06 county 081 tract 605700 block group 1 dtype: object Drawing 381 households Synthesizing geog id: state 06 county 081 tract 605700 block group 2 dtype: object Drawing 424 households Synthesizing geog id: state 06 county 081 tract 605700 block group 3 dtype: object Drawing 500 households Synthesizing geog id: state 06 county 081 tract 605700 block group 4 dtype: object Drawing 407 households Synthesizing geog id: state 06 county 081 tract 605800 block group 1 dtype: object Drawing 406 households Synthesizing geog id: state 06 county 081 tract 605800 block group 2 dtype: object Drawing 331 households Synthesizing geog id: state 06 county 081 tract 605800 block group 3 dtype: object Drawing 271 households Synthesizing geog id: state 06 county 081 tract 605900 block group 1 dtype: object Drawing 1125 households Synthesizing geog id: state 06 county 081 tract 605900 block group 2 dtype: object Drawing 629 households Synthesizing geog id: state 06 county 081 tract 605900 block group 3 dtype: object Drawing 800 households Synthesizing geog id: state 06 county 081 tract 606000 block group 1 dtype: object Drawing 1093 households Synthesizing geog id: state 06 county 081 tract 606000 block group 2 dtype: object Drawing 926 households Synthesizing geog id: state 06 county 081 tract 606100 block group 1 dtype: object Drawing 653 households Synthesizing geog id: state 06 county 081 tract 606100 block group 2 dtype: object Drawing 376 households Synthesizing geog id: state 06 county 081 tract 606100 block group 3 dtype: object Drawing 269 households Synthesizing geog id: state 06 county 081 tract 606200 block group 1 dtype: object Drawing 417 households Synthesizing geog id: state 06 county 081 tract 606200 block group 2 dtype: object Drawing 560 households Synthesizing geog id: state 06 county 081 tract 606200 block group 3 dtype: object Drawing 637 households Synthesizing geog id: state 06 county 081 tract 606200 block group 4 dtype: object Drawing 596 households Synthesizing geog id: state 06 county 081 tract 606300 block group 1 dtype: object Drawing 655 households Synthesizing geog id: state 06 county 081 tract 606300 block group 2 dtype: object Drawing 484 households Synthesizing geog id: state 06 county 081 tract 606300 block group 3 dtype: object Drawing 657 households Synthesizing geog id: state 06 county 081 tract 606400 block group 1 dtype: object Drawing 584 households Synthesizing geog id: state 06 county 081 tract 606400 block group 2 dtype: object Drawing 362 households Synthesizing geog id: state 06 county 081 tract 606400 block group 3 dtype: object Drawing 729 households Synthesizing geog id: state 06 county 081 tract 606400 block group 4 dtype: object Drawing 935 households Synthesizing geog id: state 06 county 081 tract 606500 block group 1 dtype: object Drawing 253 households Synthesizing geog id: state 06 county 081 tract 606500 block group 2 dtype: object Drawing 439 households Synthesizing geog id: state 06 county 081 tract 606500 block group 3 dtype: object Drawing 329 households Synthesizing geog id: state 06 county 081 tract 606500 block group 4 dtype: object Drawing 319 households Synthesizing geog id: state 06 county 081 tract 606600 block group 1 dtype: object Drawing 586 households Synthesizing geog id: state 06 county 081 tract 606600 block group 2 dtype: object Drawing 376 households Synthesizing geog id: state 06 county 081 tract 606600 block group 3 dtype: object Drawing 410 households Synthesizing geog id: state 06 county 081 tract 606700 block group 1 dtype: object Drawing 302 households Synthesizing geog id: state 06 county 081 tract 606700 block group 2 dtype: object Drawing 636 households Synthesizing geog id: state 06 county 081 tract 606800 block group 1 dtype: object Drawing 521 households Synthesizing geog id: state 06 county 081 tract 606800 block group 2 dtype: object Drawing 772 households Synthesizing geog id: state 06 county 081 tract 606900 block group 1 dtype: object Drawing 308 households Synthesizing geog id: state 06 county 081 tract 606900 block group 2 dtype: object Drawing 572 households Synthesizing geog id: state 06 county 081 tract 607000 block group 1 dtype: object Drawing 408 households Synthesizing geog id: state 06 county 081 tract 607000 block group 2 dtype: object Drawing 1046 households Synthesizing geog id: state 06 county 081 tract 607100 block group 1 dtype: object Drawing 302 households Synthesizing geog id: state 06 county 081 tract 607100 block group 2 dtype: object Drawing 474 households Synthesizing geog id: state 06 county 081 tract 607100 block group 3 dtype: object Drawing 302 households Synthesizing geog id: state 06 county 081 tract 607200 block group 1 dtype: object Drawing 1065 households Synthesizing geog id: state 06 county 081 tract 607200 block group 2 dtype: object Drawing 648 households Synthesizing geog id: state 06 county 081 tract 607300 block group 1 dtype: object Drawing 437 households Synthesizing geog id: state 06 county 081 tract 607300 block group 2 dtype: object Drawing 591 households Synthesizing geog id: state 06 county 081 tract 607300 block group 3 dtype: object Drawing 228 households Synthesizing geog id: state 06 county 081 tract 607400 block group 1 dtype: object Drawing 836 households Synthesizing geog id: state 06 county 081 tract 607400 block group 2 dtype: object Drawing 339 households Synthesizing geog id: state 06 county 081 tract 607400 block group 3 dtype: object Drawing 639 households Synthesizing geog id: state 06 county 081 tract 607500 block group 1 dtype: object Drawing 1525 households Synthesizing geog id: state 06 county 081 tract 607600 block group 1 dtype: object Drawing 351 households Synthesizing geog id: state 06 county 081 tract 607600 block group 2 dtype: object Drawing 333 households Synthesizing geog id: state 06 county 081 tract 607600 block group 3 dtype: object Drawing 295 households Synthesizing geog id: state 06 county 081 tract 607600 block group 4 dtype: object Drawing 305 households Synthesizing geog id: state 06 county 081 tract 607701 block group 1 dtype: object Drawing 628 households Synthesizing geog id: state 06 county 081 tract 607701 block group 2 dtype: object Drawing 204 households Synthesizing geog id: state 06 county 081 tract 607701 block group 3 dtype: object Drawing 363 households Synthesizing geog id: state 06 county 081 tract 607702 block group 1 dtype: object Drawing 372 households Synthesizing geog id: state 06 county 081 tract 607702 block group 2 dtype: object Drawing 453 households Synthesizing geog id: state 06 county 081 tract 607800 block group 1 dtype: object Drawing 451 households Synthesizing geog id: state 06 county 081 tract 607800 block group 2 dtype: object Drawing 438 households Synthesizing geog id: state 06 county 081 tract 607900 block group 1 dtype: object Drawing 546 households Synthesizing geog id: state 06 county 081 tract 607900 block group 2 dtype: object Drawing 311 households Synthesizing geog id: state 06 county 081 tract 607900 block group 3 dtype: object Drawing 789 households Synthesizing geog id: state 06 county 081 tract 608001 block group 1 dtype: object Drawing 714 households Synthesizing geog id: state 06 county 081 tract 608001 block group 2 dtype: object Drawing 651 households Synthesizing geog id: state 06 county 081 tract 608002 block group 1 dtype: object Drawing 735 households Synthesizing geog id: state 06 county 081 tract 608002 block group 2 dtype: object Drawing 247 households Synthesizing geog id: state 06 county 081 tract 608002 block group 3 dtype: object Drawing 278 households Synthesizing geog id: state 06 county 081 tract 608004 block group 1 dtype: object Drawing 486 households Synthesizing geog id: state 06 county 081 tract 608004 block group 2 dtype: object Drawing 637 households Synthesizing geog id: state 06 county 081 tract 608004 block group 3 dtype: object Drawing 734 households Synthesizing geog id: state 06 county 081 tract 608004 block group 4 dtype: object Drawing 765 households Synthesizing geog id: state 06 county 081 tract 608013 block group 1 dtype: object Drawing 767 households Synthesizing geog id: state 06 county 081 tract 608013 block group 2 dtype: object Drawing 329 households Synthesizing geog id: state 06 county 081 tract 608013 block group 3 dtype: object Drawing 347 households Synthesizing geog id: state 06 county 081 tract 608023 block group 1 dtype: object Drawing 234 households Synthesizing geog id: state 06 county 081 tract 608023 block group 2 dtype: object Drawing 597 households Synthesizing geog id: state 06 county 081 tract 608100 block group 1 dtype: object Drawing 1314 households Synthesizing geog id: state 06 county 081 tract 608200 block group 1 dtype: object Drawing 1302 households Synthesizing geog id: state 06 county 081 tract 608300 block group 1 dtype: object Drawing 582 households Synthesizing geog id: state 06 county 081 tract 608300 block group 2 dtype: object Drawing 758 households Synthesizing geog id: state 06 county 081 tract 608400 block group 1 dtype: object Drawing 779 households Synthesizing geog id: state 06 county 081 tract 608400 block group 2 dtype: object Drawing 828 households Synthesizing geog id: state 06 county 081 tract 608400 block group 3 dtype: object Drawing 403 households Synthesizing geog id: state 06 county 081 tract 608501 block group 1 dtype: object Drawing 455 households Synthesizing geog id: state 06 county 081 tract 608501 block group 2 dtype: object Drawing 507 households Synthesizing geog id: state 06 county 081 tract 608501 block group 3 dtype: object Drawing 417 households Synthesizing geog id: state 06 county 081 tract 608501 block group 4 dtype: object Drawing 317 households Synthesizing geog id: state 06 county 081 tract 608502 block group 1 dtype: object Drawing 1158 households Synthesizing geog id: state 06 county 081 tract 608600 block group 1 dtype: object Drawing 378 households Synthesizing geog id: state 06 county 081 tract 608600 block group 2 dtype: object Drawing 353 households Synthesizing geog id: state 06 county 081 tract 608600 block group 3 dtype: object Drawing 1035 households Synthesizing geog id: state 06 county 081 tract 608700 block group 1 dtype: object Drawing 766 households Synthesizing geog id: state 06 county 081 tract 608700 block group 2 dtype: object Drawing 529 households Synthesizing geog id: state 06 county 081 tract 608700 block group 3 dtype: object Drawing 396 households Synthesizing geog id: state 06 county 081 tract 608700 block group 4 dtype: object Drawing 337 households Synthesizing geog id: state 06 county 081 tract 608700 block group 5 dtype: object Drawing 615 households Synthesizing geog id: state 06 county 081 tract 608800 block group 1 dtype: object Drawing 281 households Synthesizing geog id: state 06 county 081 tract 608800 block group 2 dtype: object Drawing 458 households Synthesizing geog id: state 06 county 081 tract 608800 block group 3 dtype: object Drawing 304 households Synthesizing geog id: state 06 county 081 tract 608800 block group 4 dtype: object Drawing 337 households Synthesizing geog id: state 06 county 081 tract 608800 block group 5 dtype: object Drawing 665 households Synthesizing geog id: state 06 county 081 tract 608900 block group 1 dtype: object Drawing 452 households Synthesizing geog id: state 06 county 081 tract 608900 block group 2 dtype: object Drawing 832 households Synthesizing geog id: state 06 county 081 tract 608900 block group 3 dtype: object Drawing 1372 households Synthesizing geog id: state 06 county 081 tract 608900 block group 4 dtype: object Drawing 317 households Synthesizing geog id: state 06 county 081 tract 609000 block group 1 dtype: object Drawing 422 households Synthesizing geog id: state 06 county 081 tract 609000 block group 2 dtype: object Drawing 527 households Synthesizing geog id: state 06 county 081 tract 609100 block group 1 dtype: object Drawing 316 households Synthesizing geog id: state 06 county 081 tract 609100 block group 2 dtype: object Drawing 274 households Synthesizing geog id: state 06 county 081 tract 609201 block group 1 dtype: object Drawing 451 households Synthesizing geog id: state 06 county 081 tract 609201 block group 2 dtype: object Drawing 604 households Synthesizing geog id: state 06 county 081 tract 609201 block group 3 dtype: object Drawing 506 households Synthesizing geog id: state 06 county 081 tract 609202 block group 1 dtype: object Drawing 724 households Synthesizing geog id: state 06 county 081 tract 609202 block group 2 dtype: object Drawing 1102 households Synthesizing geog id: state 06 county 081 tract 609300 block group 1 dtype: object Drawing 558 households Synthesizing geog id: state 06 county 081 tract 609300 block group 2 dtype: object Drawing 675 households Synthesizing geog id: state 06 county 081 tract 609400 block group 1 dtype: object Drawing 1065 households Synthesizing geog id: state 06 county 081 tract 609500 block group 1 dtype: object Drawing 745 households Synthesizing geog id: state 06 county 081 tract 609500 block group 2 dtype: object Drawing 952 households Synthesizing geog id: state 06 county 081 tract 609601 block group 1 dtype: object Drawing 1204 households Synthesizing geog id: state 06 county 081 tract 609602 block group 1 dtype: object Drawing 616 households Synthesizing geog id: state 06 county 081 tract 609603 block group 1 dtype: object Drawing 667 households Synthesizing geog id: state 06 county 081 tract 609603 block group 2 dtype: object Drawing 605 households Synthesizing geog id: state 06 county 081 tract 609603 block group 3 dtype: object Drawing 513 households Synthesizing geog id: state 06 county 081 tract 609603 block group 4 dtype: object Drawing 283 households Synthesizing geog id: state 06 county 081 tract 609700 block group 1 dtype: object Drawing 631 households Synthesizing geog id: state 06 county 081 tract 609700 block group 2 dtype: object Drawing 908 households Synthesizing geog id: state 06 county 081 tract 609800 block group 1 dtype: object Drawing 275 households Synthesizing geog id: state 06 county 081 tract 609800 block group 2 dtype: object Drawing 589 households Synthesizing geog id: state 06 county 081 tract 609800 block group 3 dtype: object Drawing 265 households Synthesizing geog id: state 06 county 081 tract 609800 block group 4 dtype: object Drawing 569 households Synthesizing geog id: state 06 county 081 tract 609900 block group 1 dtype: object Drawing 471 households Synthesizing geog id: state 06 county 081 tract 609900 block group 2 dtype: object Drawing 634 households Synthesizing geog id: state 06 county 081 tract 610000 block group 1 dtype: object Drawing 863 households Synthesizing geog id: state 06 county 081 tract 610000 block group 2 dtype: object Drawing 453 households Synthesizing geog id: state 06 county 081 tract 610000 block group 3 dtype: object Drawing 636 households Synthesizing geog id: state 06 county 081 tract 610100 block group 1 dtype: object Drawing 903 households Synthesizing geog id: state 06 county 081 tract 610201 block group 1 dtype: object Drawing 233 households Synthesizing geog id: state 06 county 081 tract 610201 block group 2 dtype: object Drawing 453 households Synthesizing geog id: state 06 county 081 tract 610201 block group 3 dtype: object Drawing 155 households Synthesizing geog id: state 06 county 081 tract 610201 block group 4 dtype: object Drawing 912 households Synthesizing geog id: state 06 county 081 tract 610202 block group 1 dtype: object Drawing 644 households Synthesizing geog id: state 06 county 081 tract 610203 block group 1 dtype: object Drawing 350 households Synthesizing geog id: state 06 county 081 tract 610203 block group 2 dtype: object Drawing 576 households Synthesizing geog id: state 06 county 081 tract 610302 block group 1 dtype: object Drawing 872 households Synthesizing geog id: state 06 county 081 tract 610303 block group 1 dtype: object Drawing 721 households Synthesizing geog id: state 06 county 081 tract 610303 block group 2 dtype: object Drawing 681 households Synthesizing geog id: state 06 county 081 tract 610303 block group 3 dtype: object Drawing 859 households Synthesizing geog id: state 06 county 081 tract 610303 block group 4 dtype: object Drawing 622 households Synthesizing geog id: state 06 county 081 tract 610304 block group 1 dtype: object Drawing 629 households Synthesizing geog id: state 06 county 081 tract 610304 block group 2 dtype: object Drawing 703 households Synthesizing geog id: state 06 county 081 tract 610304 block group 3 dtype: object Drawing 458 households Synthesizing geog id: state 06 county 081 tract 610400 block group 1 dtype: object Drawing 827 households Synthesizing geog id: state 06 county 081 tract 610400 block group 2 dtype: object Drawing 769 households Synthesizing geog id: state 06 county 081 tract 610500 block group 1 dtype: object Drawing 202 households Synthesizing geog id: state 06 county 081 tract 610500 block group 2 dtype: object Drawing 417 households Synthesizing geog id: state 06 county 081 tract 610500 block group 3 dtype: object Drawing 256 households Synthesizing geog id: state 06 county 081 tract 610500 block group 4 dtype: object Drawing 446 households Synthesizing geog id: state 06 county 081 tract 610601 block group 1 dtype: object Drawing 595 households Synthesizing geog id: state 06 county 081 tract 610601 block group 2 dtype: object Drawing 440 households Synthesizing geog id: state 06 county 081 tract 610601 block group 3 dtype: object Drawing 535 households Synthesizing geog id: state 06 county 081 tract 610602 block group 1 dtype: object Drawing 251 households Synthesizing geog id: state 06 county 081 tract 610602 block group 2 dtype: object Drawing 340 households Synthesizing geog id: state 06 county 081 tract 610602 block group 3 dtype: object Drawing 532 households Synthesizing geog id: state 06 county 081 tract 610700 block group 1 dtype: object Drawing 915 households Synthesizing geog id: state 06 county 081 tract 610700 block group 2 dtype: object Drawing 1101 households Synthesizing geog id: state 06 county 081 tract 610800 block group 1 dtype: object Drawing 725 households Synthesizing geog id: state 06 county 081 tract 610800 block group 2 dtype: object Drawing 945 households Synthesizing geog id: state 06 county 081 tract 610900 block group 1 dtype: object Drawing 713 households Synthesizing geog id: state 06 county 081 tract 610900 block group 2 dtype: object Drawing 674 households Synthesizing geog id: state 06 county 081 tract 610900 block group 3 dtype: object Drawing 387 households Synthesizing geog id: state 06 county 081 tract 610900 block group 4 dtype: object Drawing 587 households Synthesizing geog id: state 06 county 081 tract 611000 block group 1 dtype: object Drawing 436 households Synthesizing geog id: state 06 county 081 tract 611000 block group 2 dtype: object Drawing 361 households Synthesizing geog id: state 06 county 081 tract 611000 block group 3 dtype: object Drawing 433 households Synthesizing geog id: state 06 county 081 tract 611000 block group 4 dtype: object Drawing 1042 households Synthesizing geog id: state 06 county 081 tract 611100 block group 1 dtype: object Drawing 963 households Synthesizing geog id: state 06 county 081 tract 611100 block group 2 dtype: object Drawing 816 households Synthesizing geog id: state 06 county 081 tract 611100 block group 3 dtype: object Drawing 509 households Synthesizing geog id: state 06 county 081 tract 611200 block group 1 dtype: object Drawing 1101 households Synthesizing geog id: state 06 county 081 tract 611300 block group 1 dtype: object Drawing 427 households Synthesizing geog id: state 06 county 081 tract 611300 block group 2 dtype: object Drawing 695 households Synthesizing geog id: state 06 county 081 tract 611300 block group 3 dtype: object Drawing 255 households Synthesizing geog id: state 06 county 081 tract 611300 block group 4 dtype: object Drawing 469 households Synthesizing geog id: state 06 county 081 tract 611400 block group 1 dtype: object Drawing 199 households Synthesizing geog id: state 06 county 081 tract 611400 block group 2 dtype: object Drawing 224 households Synthesizing geog id: state 06 county 081 tract 611400 block group 3 dtype: object Drawing 450 households Synthesizing geog id: state 06 county 081 tract 611400 block group 4 dtype: object Drawing 410 households Synthesizing geog id: state 06 county 081 tract 611500 block group 1 dtype: object Drawing 202 households Synthesizing geog id: state 06 county 081 tract 611500 block group 2 dtype: object Drawing 405 households Synthesizing geog id: state 06 county 081 tract 611500 block group 3 dtype: object Drawing 317 households Synthesizing geog id: state 06 county 081 tract 611600 block group 1 dtype: object Drawing 418 households Synthesizing geog id: state 06 county 081 tract 611600 block group 2 dtype: object Drawing 425 households Synthesizing geog id: state 06 county 081 tract 611700 block group 1 dtype: object Drawing 502 households Synthesizing geog id: state 06 county 081 tract 611700 block group 2 dtype: object Drawing 427 households Synthesizing geog id: state 06 county 081 tract 611700 block group 3 dtype: object Drawing 420 households Synthesizing geog id: state 06 county 081 tract 611700 block group 4 dtype: object Drawing 0 households Synthesizing geog id: state 06 county 081 tract 611800 block group 1 dtype: object Drawing 367 households Synthesizing geog id: state 06 county 081 tract 611800 block group 2 dtype: object Drawing 589 households Synthesizing geog id: state 06 county 081 tract 611900 block group 1 dtype: object Drawing 275 households Synthesizing geog id: state 06 county 081 tract 611900 block group 2 dtype: object Drawing 544 households Synthesizing geog id: state 06 county 081 tract 611900 block group 3 dtype: object Drawing 331 households Synthesizing geog id: state 06 county 081 tract 611900 block group 4 dtype: object Drawing 168 households Synthesizing geog id: state 06 county 081 tract 611900 block group 5 dtype: object Drawing 674 households Synthesizing geog id: state 06 county 081 tract 611900 block group 6 dtype: object Drawing 356 households Synthesizing geog id: state 06 county 081 tract 612000 block group 1 dtype: object Drawing 399 households Synthesizing geog id: state 06 county 081 tract 612000 block group 2 dtype: object Drawing 507 households Synthesizing geog id: state 06 county 081 tract 612000 block group 3 dtype: object Drawing 373 households Synthesizing geog id: state 06 county 081 tract 612000 block group 4 dtype: object Drawing 268 households Synthesizing geog id: state 06 county 081 tract 612100 block group 1 dtype: object Drawing 400 households Synthesizing geog id: state 06 county 081 tract 612100 block group 2 dtype: object Drawing 750 households Synthesizing geog id: state 06 county 081 tract 612100 block group 3 dtype: object Drawing 437 households Synthesizing geog id: state 06 county 081 tract 612100 block group 4 dtype: object Drawing 236 households Synthesizing geog id: state 06 county 081 tract 612100 block group 5 dtype: object Drawing 784 households Synthesizing geog id: state 06 county 081 tract 612500 block group 1 dtype: object Drawing 840 households Synthesizing geog id: state 06 county 081 tract 612500 block group 2 dtype: object Drawing 436 households Synthesizing geog id: state 06 county 081 tract 612500 block group 3 dtype: object Drawing 852 households Synthesizing geog id: state 06 county 081 tract 612600 block group 1 dtype: object Drawing 417 households Synthesizing geog id: state 06 county 081 tract 612600 block group 2 dtype: object Drawing 680 households Synthesizing geog id: state 06 county 081 tract 612600 block group 3 dtype: object Drawing 476 households Synthesizing geog id: state 06 county 081 tract 612600 block group 4 dtype: object Drawing 628 households Synthesizing geog id: state 06 county 081 tract 612700 block group 1 dtype: object Drawing 319 households Synthesizing geog id: state 06 county 081 tract 612700 block group 2 dtype: object Drawing 432 households Synthesizing geog id: state 06 county 081 tract 612800 block group 1 dtype: object Drawing 632 households Synthesizing geog id: state 06 county 081 tract 612800 block group 2 dtype: object Drawing 533 households Synthesizing geog id: state 06 county 081 tract 612900 block group 1 dtype: object Drawing 571 households Synthesizing geog id: state 06 county 081 tract 612900 block group 2 dtype: object Drawing 287 households Synthesizing geog id: state 06 county 081 tract 612900 block group 3 dtype: object Drawing 321 households Synthesizing geog id: state 06 county 081 tract 612900 block group 4 dtype: object Drawing 610 households Synthesizing geog id: state 06 county 081 tract 613000 block group 1 dtype: object Drawing 895 households Synthesizing geog id: state 06 county 081 tract 613000 block group 2 dtype: object Drawing 628 households Synthesizing geog id: state 06 county 081 tract 613200 block group 1 dtype: object Drawing 551 households Synthesizing geog id: state 06 county 081 tract 613200 block group 2 dtype: object Drawing 564 households Synthesizing geog id: state 06 county 081 tract 613200 block group 3 dtype: object Drawing 459 households Synthesizing geog id: state 06 county 081 tract 613200 block group 4 dtype: object Drawing 788 households Synthesizing geog id: state 06 county 081 tract 613200 block group 5 dtype: object Drawing 157 households Synthesizing geog id: state 06 county 081 tract 613300 block group 1 dtype: object Drawing 511 households Synthesizing geog id: state 06 county 081 tract 613300 block group 2 dtype: object Drawing 404 households Synthesizing geog id: state 06 county 081 tract 613400 block group 1 dtype: object Drawing 362 households Synthesizing geog id: state 06 county 081 tract 613400 block group 2 dtype: object Drawing 298 households Synthesizing geog id: state 06 county 081 tract 613400 block group 3 dtype: object Drawing 564 households Synthesizing geog id: state 06 county 081 tract 613501 block group 1 dtype: object Drawing 665 households Synthesizing geog id: state 06 county 081 tract 613501 block group 2 dtype: object Drawing 668 households Synthesizing geog id: state 06 county 081 tract 613502 block group 1 dtype: object Drawing 683 households Synthesizing geog id: state 06 county 081 tract 613502 block group 2 dtype: object Drawing 363 households Synthesizing geog id: state 06 county 081 tract 613502 block group 3 dtype: object Drawing 444 households Synthesizing geog id: state 06 county 081 tract 613502 block group 4 dtype: object Drawing 604 households Synthesizing geog id: state 06 county 081 tract 613600 block group 1 dtype: object Drawing 905 households Synthesizing geog id: state 06 county 081 tract 613600 block group 2 dtype: object Drawing 636 households Synthesizing geog id: state 06 county 081 tract 613600 block group 3 dtype: object Drawing 292 households Synthesizing geog id: state 06 county 081 tract 613600 block group 4 dtype: object Drawing 201 households Synthesizing geog id: state 06 county 081 tract 613700 block group 1 dtype: object Drawing 940 households Synthesizing geog id: state 06 county 081 tract 613700 block group 2 dtype: object Drawing 244 households Synthesizing geog id: state 06 county 081 tract 613700 block group 3 dtype: object Drawing 624 households Synthesizing geog id: state 06 county 081 tract 613700 block group 4 dtype: object Drawing 869 households Synthesizing geog id: state 06 county 081 tract 613700 block group 5 dtype: object Drawing 768 households Synthesizing geog id: state 06 county 081 tract 613800 block group 1 dtype: object Drawing 227 households Synthesizing geog id: state 06 county 081 tract 613800 block group 2 dtype: object Drawing 256 households Synthesizing geog id: state 06 county 081 tract 613800 block group 3 dtype: object Drawing 471 households Synthesizing geog id: state 06 county 081 tract 613800 block group 4 dtype: object Drawing 639 households Synthesizing geog id: state 06 county 081 tract 613900 block group 1 dtype: object Drawing 291 households Synthesizing geog id: state 06 county 081 tract 613900 block group 2 dtype: object Drawing 372 households Synthesizing geog id: state 06 county 081 tract 613900 block group 3 dtype: object Drawing 453 households Synthesizing geog id: state 06 county 081 tract 613900 block group 4 dtype: object Drawing 250 households Synthesizing geog id: state 06 county 081 tract 613900 block group 5 dtype: object Drawing 903 households Synthesizing geog id: state 06 county 081 tract 614000 block group 1 dtype: object Drawing 824 households Synthesizing geog id: state 06 county 081 tract 614000 block group 2 dtype: object Drawing 525 households Synthesizing geog id: state 06 county 081 tract 614000 block group 3 dtype: object Drawing 282 households Synthesizing geog id: state 06 county 081 tract 984300 block group 1 dtype: object Drawing 0 households Synthesizing geog id: state 06 county 081 tract 990100 block group 0 dtype: object Drawing 0 households Synthesizing at geog level: 'block_group' (number of geographies is 175) Synthesizing geog id: state 06 county 041 tract 101100 block group 1 dtype: object Drawing 984 households Synthesizing geog id: state 06 county 041 tract 101200 block group 1 dtype: object Drawing 1027 households Synthesizing geog id: state 06 county 041 tract 102100 block group 1 dtype: object Drawing 267 households Synthesizing geog id: state 06 county 041 tract 102100 block group 2 dtype: object Drawing 647 households Synthesizing geog id: state 06 county 041 tract 102202 block group 1 dtype: object Drawing 246 households Synthesizing geog id: state 06 county 041 tract 102202 block group 2 dtype: object Drawing 404 households Synthesizing geog id: state 06 county 041 tract 102202 block group 3 dtype: object Drawing 599 households Synthesizing geog id: state 06 county 041 tract 102202 block group 4 dtype: object Drawing 417 households Synthesizing geog id: state 06 county 041 tract 102202 block group 5 dtype: object Drawing 585 households Synthesizing geog id: state 06 county 041 tract 102203 block group 1 dtype: object Drawing 824 households Synthesizing geog id: state 06 county 041 tract 102203 block group 2 dtype: object Drawing 350 households Synthesizing geog id: state 06 county 041 tract 102203 block group 3 dtype: object Drawing 768 households Synthesizing geog id: state 06 county 041 tract 103100 block group 1 dtype: object Drawing 805 households Synthesizing geog id: state 06 county 041 tract 103100 block group 2 dtype: object Drawing 546 households Synthesizing geog id: state 06 county 041 tract 103100 block group 3 dtype: object Drawing 703 households Synthesizing geog id: state 06 county 041 tract 103100 block group 4 dtype: object Drawing 544 households Synthesizing geog id: state 06 county 041 tract 103200 block group 1 dtype: object Drawing 397 households Synthesizing geog id: state 06 county 041 tract 103200 block group 2 dtype: object Drawing 869 households Synthesizing geog id: state 06 county 041 tract 103200 block group 3 dtype: object Drawing 1268 households Synthesizing geog id: state 06 county 041 tract 104101 block group 1 dtype: object Drawing 581 households Synthesizing geog id: state 06 county 041 tract 104101 block group 2 dtype: object Drawing 548 households Synthesizing geog id: state 06 county 041 tract 104101 block group 3 dtype: object Drawing 903 households Synthesizing geog id: state 06 county 041 tract 104101 block group 4 dtype: object Drawing 1069 households Synthesizing geog id: state 06 county 041 tract 104102 block group 1 dtype: object Drawing 1092 households Synthesizing geog id: state 06 county 041 tract 104102 block group 2 dtype: object Drawing 955 households Synthesizing geog id: state 06 county 041 tract 104200 block group 1 dtype: object Drawing 704 households Synthesizing geog id: state 06 county 041 tract 104200 block group 2 dtype: object Drawing 1034 households Synthesizing geog id: state 06 county 041 tract 104200 block group 3 dtype: object Drawing 739 households Synthesizing geog id: state 06 county 041 tract 104300 block group 1 dtype: object Drawing 591 households Synthesizing geog id: state 06 county 041 tract 105000 block group 1 dtype: object Drawing 1234 households Synthesizing geog id: state 06 county 041 tract 105000 block group 2 dtype: object Drawing 1178 households Synthesizing geog id: state 06 county 041 tract 106001 block group 1 dtype: object Drawing 253 households Synthesizing geog id: state 06 county 041 tract 106001 block group 2 dtype: object Drawing 919 households Synthesizing geog id: state 06 county 041 tract 106001 block group 3 dtype: object Drawing 1003 households Synthesizing geog id: state 06 county 041 tract 106002 block group 1 dtype: object Drawing 891 households Synthesizing geog id: state 06 county 041 tract 106002 block group 2 dtype: object Drawing 574 households Synthesizing geog id: state 06 county 041 tract 106002 block group 3 dtype: object Drawing 643 households Synthesizing geog id: state 06 county 041 tract 107000 block group 1 dtype: object Drawing 471 households Synthesizing geog id: state 06 county 041 tract 107000 block group 2 dtype: object Drawing 294 households Synthesizing geog id: state 06 county 041 tract 107000 block group 3 dtype: object Drawing 367 households Synthesizing geog id: state 06 county 041 tract 107000 block group 4 dtype: object Drawing 572 households Synthesizing geog id: state 06 county 041 tract 107000 block group 5 dtype: object Drawing 687 households Synthesizing geog id: state 06 county 041 tract 108100 block group 1 dtype: object Drawing 1171 households Synthesizing geog id: state 06 county 041 tract 108100 block group 2 dtype: object Drawing 388 households Synthesizing geog id: state 06 county 041 tract 108100 block group 3 dtype: object Drawing 487 households Synthesizing geog id: state 06 county 041 tract 108100 block group 4 dtype: object Drawing 629 households Synthesizing geog id: state 06 county 041 tract 108200 block group 1 dtype: object Drawing 681 households Synthesizing geog id: state 06 county 041 tract 108200 block group 2 dtype: object Drawing 947 households Synthesizing geog id: state 06 county 041 tract 108200 block group 3 dtype: object Drawing 1028 households Synthesizing geog id: state 06 county 041 tract 108200 block group 4 dtype: object Drawing 332 households Synthesizing geog id: state 06 county 041 tract 109001 block group 1 dtype: object Drawing 746 households Synthesizing geog id: state 06 county 041 tract 109001 block group 2 dtype: object Drawing 428 households Synthesizing geog id: state 06 county 041 tract 109001 block group 3 dtype: object Drawing 613 households Synthesizing geog id: state 06 county 041 tract 109002 block group 1 dtype: object Drawing 507 households Synthesizing geog id: state 06 county 041 tract 109002 block group 2 dtype: object Drawing 995 households Synthesizing geog id: state 06 county 041 tract 109002 block group 3 dtype: object Drawing 342 households Synthesizing geog id: state 06 county 041 tract 110100 block group 1 dtype: object Drawing 482 households Synthesizing geog id: state 06 county 041 tract 110100 block group 2 dtype: object Drawing 608 households Synthesizing geog id: state 06 county 041 tract 110100 block group 3 dtype: object Drawing 1294 households Synthesizing geog id: state 06 county 041 tract 110200 block group 1 dtype: object Drawing 1125 households Synthesizing geog id: state 06 county 041 tract 110200 block group 2 dtype: object Drawing 419 households Synthesizing geog id: state 06 county 041 tract 110200 block group 3 dtype: object Drawing 754 households Synthesizing geog id: state 06 county 041 tract 111000 block group 1 dtype: object Drawing 619 households Synthesizing geog id: state 06 county 041 tract 111000 block group 2 dtype: object Drawing 521 households Synthesizing geog id: state 06 county 041 tract 111000 block group 3 dtype: object Drawing 695 households Synthesizing geog id: state 06 county 041 tract 111000 block group 4 dtype: object Drawing 895 households Synthesizing geog id: state 06 county 041 tract 112100 block group 1 dtype: object Drawing 498 households Synthesizing geog id: state 06 county 041 tract 112100 block group 2 dtype: object Drawing 455 households Synthesizing geog id: state 06 county 041 tract 112100 block group 3 dtype: object Drawing 425 households Synthesizing geog id: state 06 county 041 tract 112100 block group 4 dtype: object Drawing 506 households Synthesizing geog id: state 06 county 041 tract 112201 block group 1 dtype: object Drawing 1214 households Synthesizing geog id: state 06 county 041 tract 112201 block group 2 dtype: object Drawing 741 households Synthesizing geog id: state 06 county 041 tract 112202 block group 1 dtype: object Drawing 1161 households Synthesizing geog id: state 06 county 041 tract 112202 block group 2 dtype: object Drawing 161 households Synthesizing geog id: state 06 county 041 tract 113000 block group 1 dtype: object Drawing 232 households Synthesizing geog id: state 06 county 041 tract 113000 block group 2 dtype: object Drawing 487 households Synthesizing geog id: state 06 county 041 tract 113000 block group 3 dtype: object Drawing 447 households Synthesizing geog id: state 06 county 041 tract 113000 block group 4 dtype: object Drawing 355 households Synthesizing geog id: state 06 county 041 tract 114100 block group 1 dtype: object Drawing 768 households Synthesizing geog id: state 06 county 041 tract 114100 block group 2 dtype: object Drawing 692 households Synthesizing geog id: state 06 county 041 tract 114100 block group 3 dtype: object Drawing 790 households Synthesizing geog id: state 06 county 041 tract 114200 block group 1 dtype: object Drawing 820 households Synthesizing geog id: state 06 county 041 tract 114200 block group 2 dtype: object Drawing 440 households Synthesizing geog id: state 06 county 041 tract 115000 block group 1 dtype: object Drawing 1024 households Synthesizing geog id: state 06 county 041 tract 115000 block group 2 dtype: object Drawing 507 households Synthesizing geog id: state 06 county 041 tract 115000 block group 3 dtype: object Drawing 791 households Synthesizing geog id: state 06 county 041 tract 115000 block group 4 dtype: object Drawing 473 households Synthesizing geog id: state 06 county 041 tract 116000 block group 1 dtype: object Drawing 707 households Synthesizing geog id: state 06 county 041 tract 116000 block group 2 dtype: object Drawing 564 households Synthesizing geog id: state 06 county 041 tract 117000 block group 1 dtype: object Drawing 544 households Synthesizing geog id: state 06 county 041 tract 117000 block group 2 dtype: object Drawing 225 households Synthesizing geog id: state 06 county 041 tract 117000 block group 3 dtype: object Drawing 485 households Synthesizing geog id: state 06 county 041 tract 117000 block group 4 dtype: object Drawing 615 households Synthesizing geog id: state 06 county 041 tract 118100 block group 1 dtype: object Drawing 235 households Synthesizing geog id: state 06 county 041 tract 118100 block group 2 dtype: object Drawing 465 households Synthesizing geog id: state 06 county 041 tract 119100 block group 1 dtype: object Drawing 192 households Synthesizing geog id: state 06 county 041 tract 119100 block group 2 dtype: object Drawing 505 households Synthesizing geog id: state 06 county 041 tract 119100 block group 3 dtype: object Drawing 258 households Synthesizing geog id: state 06 county 041 tract 119100 block group 4 dtype: object Drawing 527 households Synthesizing geog id: state 06 county 041 tract 119100 block group 5 dtype: object Drawing 334 households Synthesizing geog id: state 06 county 041 tract 119201 block group 1 dtype: object Drawing 671 households Synthesizing geog id: state 06 county 041 tract 119201 block group 2 dtype: object Drawing 186 households Synthesizing geog id: state 06 county 041 tract 119201 block group 3 dtype: object Drawing 1017 households Synthesizing geog id: state 06 county 041 tract 119202 block group 1 dtype: object Drawing 593 households Synthesizing geog id: state 06 county 041 tract 119202 block group 2 dtype: object Drawing 682 households Synthesizing geog id: state 06 county 041 tract 120000 block group 1 dtype: object Drawing 314 households Synthesizing geog id: state 06 county 041 tract 120000 block group 2 dtype: object Drawing 489 households Synthesizing geog id: state 06 county 041 tract 120000 block group 3 dtype: object Drawing 802 households Synthesizing geog id: state 06 county 041 tract 120000 block group 4 dtype: object Drawing 698 households Synthesizing geog id: state 06 county 041 tract 120000 block group 5 dtype: object Drawing 536 households Synthesizing geog id: state 06 county 041 tract 121100 block group 1 dtype: object Drawing 687 households Synthesizing geog id: state 06 county 041 tract 121100 block group 2 dtype: object Drawing 289 households Synthesizing geog id: state 06 county 041 tract 121100 block group 3 dtype: object Drawing 572 households Synthesizing geog id: state 06 county 041 tract 121100 block group 4 dtype: object Drawing 498 households Synthesizing geog id: state 06 county 041 tract 121100 block group 5 dtype: object Drawing 251 households Synthesizing geog id: state 06 county 041 tract 121200 block group 1 dtype: object Drawing 450 households Synthesizing geog id: state 06 county 041 tract 121200 block group 2 dtype: object Drawing 1090 households Synthesizing geog id: state 06 county 041 tract 121200 block group 3 dtype: object Drawing 751 households Synthesizing geog id: state 06 county 041 tract 121200 block group 4 dtype: object Drawing 205 households Synthesizing geog id: state 06 county 041 tract 122000 block group 1 dtype: object Drawing 0 households Synthesizing geog id: state 06 county 041 tract 123000 block group 1 dtype: object Drawing 384 households Synthesizing geog id: state 06 county 041 tract 123000 block group 2 dtype: object Drawing 517 households Synthesizing geog id: state 06 county 041 tract 124100 block group 1 dtype: object Drawing 702 households Synthesizing geog id: state 06 county 041 tract 124100 block group 2 dtype: object Drawing 384 households Synthesizing geog id: state 06 county 041 tract 124100 block group 3 dtype: object Drawing 270 households Synthesizing geog id: state 06 county 041 tract 124100 block group 4 dtype: object Drawing 768 households Synthesizing geog id: state 06 county 041 tract 124200 block group 1 dtype: object Drawing 0 households Synthesizing geog id: state 06 county 041 tract 124200 block group 2 dtype: object Drawing 511 households Synthesizing geog id: state 06 county 041 tract 124200 block group 3 dtype: object Drawing 642 households Synthesizing geog id: state 06 county 041 tract 124200 block group 4 dtype: object Drawing 543 households Synthesizing geog id: state 06 county 041 tract 124200 block group 5 dtype: object Drawing 798 households Synthesizing geog id: state 06 county 041 tract 125000 block group 1 dtype: object Drawing 432 households Synthesizing geog id: state 06 county 041 tract 125000 block group 2 dtype: object Drawing 588 households Synthesizing geog id: state 06 county 041 tract 125000 block group 3 dtype: object Drawing 853 households Synthesizing geog id: state 06 county 041 tract 126100 block group 1 dtype: object Drawing 543 households Synthesizing geog id: state 06 county 041 tract 126100 block group 2 dtype: object Drawing 503 households Synthesizing geog id: state 06 county 041 tract 126100 block group 3 dtype: object Drawing 605 households Synthesizing geog id: state 06 county 041 tract 126100 block group 4 dtype: object Drawing 359 households Synthesizing geog id: state 06 county 041 tract 126100 block group 5 dtype: object Drawing 377 households Synthesizing geog id: state 06 county 041 tract 126200 block group 1 dtype: object Drawing 671 households Synthesizing geog id: state 06 county 041 tract 126200 block group 2 dtype: object Drawing 1281 households Synthesizing geog id: state 06 county 041 tract 126200 block group 3 dtype: object Drawing 256 households Synthesizing geog id: state 06 county 041 tract 127000 block group 1 dtype: object Drawing 580 households Synthesizing geog id: state 06 county 041 tract 127000 block group 2 dtype: object Drawing 184 households Synthesizing geog id: state 06 county 041 tract 127000 block group 3 dtype: object Drawing 271 households Synthesizing geog id: state 06 county 041 tract 127000 block group 4 dtype: object Drawing 414 households Synthesizing geog id: state 06 county 041 tract 127000 block group 5 dtype: object Drawing 425 households Synthesizing geog id: state 06 county 041 tract 128100 block group 1 dtype: object Drawing 709 households Synthesizing geog id: state 06 county 041 tract 128100 block group 2 dtype: object Drawing 751 households Synthesizing geog id: state 06 county 041 tract 128100 block group 3 dtype: object Drawing 1096 households Synthesizing geog id: state 06 county 041 tract 128200 block group 1 dtype: object Drawing 293 households Synthesizing geog id: state 06 county 041 tract 128200 block group 2 dtype: object Drawing 805 households Synthesizing geog id: state 06 county 041 tract 128200 block group 3 dtype: object Drawing 768 households Synthesizing geog id: state 06 county 041 tract 129000 block group 1 dtype: object Drawing 561 households Synthesizing geog id: state 06 county 041 tract 129000 block group 2 dtype: object Drawing 478 households Synthesizing geog id: state 06 county 041 tract 130201 block group 1 dtype: object Drawing 546 households Synthesizing geog id: state 06 county 041 tract 130201 block group 2 dtype: object Drawing 695 households Synthesizing geog id: state 06 county 041 tract 130201 block group 3 dtype: object Drawing 708 households Synthesizing geog id: state 06 county 041 tract 130202 block group 1 dtype: object Drawing 447 households Synthesizing geog id: state 06 county 041 tract 130202 block group 2 dtype: object Drawing 481 households Synthesizing geog id: state 06 county 041 tract 130202 block group 3 dtype: object Drawing 992 households Synthesizing geog id: state 06 county 041 tract 130202 block group 4 dtype: object Drawing 521 households Synthesizing geog id: state 06 county 041 tract 131100 block group 1 dtype: object Drawing 38 households Synthesizing geog id: state 06 county 041 tract 131100 block group 2 dtype: object Drawing 224 households Synthesizing geog id: state 06 county 041 tract 131100 block group 3 dtype: object Drawing 141 households Synthesizing geog id: state 06 county 041 tract 132100 block group 1 dtype: object Drawing 255 households Synthesizing geog id: state 06 county 041 tract 132100 block group 2 dtype: object Drawing 472 households Synthesizing geog id: state 06 county 041 tract 132200 block group 1 dtype: object Drawing 263 households Synthesizing geog id: state 06 county 041 tract 132200 block group 2 dtype: object Drawing 342 households Synthesizing geog id: state 06 county 041 tract 132200 block group 3 dtype: object Drawing 210 households Synthesizing geog id: state 06 county 041 tract 133000 block group 1 dtype: object Drawing 399 households Synthesizing geog id: state 06 county 041 tract 133000 block group 2 dtype: object Drawing 211 households Synthesizing geog id: state 06 county 041 tract 133000 block group 3 dtype: object Drawing 331 households Synthesizing geog id: state 06 county 041 tract 133000 block group 4 dtype: object Drawing 297 households Synthesizing geog id: state 06 county 041 tract 990100 block group 0 dtype: object Drawing 0 households Synthesizing at geog level: 'block_group' (number of geographies is 581) Synthesizing geog id: state 06 county 075 tract 010100 block group 1 dtype: object Drawing 517 households Synthesizing geog id: state 06 county 075 tract 010100 block group 2 dtype: object Drawing 1684 households Synthesizing geog id: state 06 county 075 tract 010200 block group 1 dtype: object Drawing 657 households Synthesizing geog id: state 06 county 075 tract 010200 block group 2 dtype: object Drawing 1304 households Synthesizing geog id: state 06 county 075 tract 010200 block group 3 dtype: object Drawing 687 households Synthesizing geog id: state 06 county 075 tract 010300 block group 1 dtype: object Drawing 781 households Synthesizing geog id: state 06 county 075 tract 010300 block group 2 dtype: object Drawing 588 households Synthesizing geog id: state 06 county 075 tract 010300 block group 3 dtype: object Drawing 577 households Synthesizing geog id: state 06 county 075 tract 010400 block group 1 dtype: object Drawing 364 households Synthesizing geog id: state 06 county 075 tract 010400 block group 2 dtype: object Drawing 803 households Synthesizing geog id: state 06 county 075 tract 010400 block group 3 dtype: object Drawing 872 households Synthesizing geog id: state 06 county 075 tract 010400 block group 4 dtype: object Drawing 434 households Synthesizing geog id: state 06 county 075 tract 010500 block group 1 dtype: object Drawing 385 households Synthesizing geog id: state 06 county 075 tract 010500 block group 2 dtype: object Drawing 1183 households Synthesizing geog id: state 06 county 075 tract 010600 block group 1 dtype: object Drawing 696 households Synthesizing geog id: state 06 county 075 tract 010600 block group 2 dtype: object Drawing 636 households Synthesizing geog id: state 06 county 075 tract 010600 block group 3 dtype: object Drawing 521 households Synthesizing geog id: state 06 county 075 tract 010700 block group 1 dtype: object Drawing 529 households Synthesizing geog id: state 06 county 075 tract 010700 block group 2 dtype: object Drawing 526 households Synthesizing geog id: state 06 county 075 tract 010700 block group 3 dtype: object Drawing 838 households Synthesizing geog id: state 06 county 075 tract 010700 block group 4 dtype: object Drawing 818 households Synthesizing geog id: state 06 county 075 tract 010800 block group 1 dtype: object Drawing 644 households Synthesizing geog id: state 06 county 075 tract 010800 block group 2 dtype: object Drawing 968 households Synthesizing geog id: state 06 county 075 tract 010800 block group 3 dtype: object Drawing 842 households Synthesizing geog id: state 06 county 075 tract 010900 block group 1 dtype: object Drawing 559 households Synthesizing geog id: state 06 county 075 tract 010900 block group 2 dtype: object Drawing 956 households Synthesizing geog id: state 06 county 075 tract 010900 block group 3 dtype: object Drawing 1096 households Synthesizing geog id: state 06 county 075 tract 011000 block group 1 dtype: object Drawing 499 households Synthesizing geog id: state 06 county 075 tract 011000 block group 2 dtype: object Drawing 954 households Synthesizing geog id: state 06 county 075 tract 011000 block group 3 dtype: object Drawing 1118 households Synthesizing geog id: state 06 county 075 tract 011100 block group 1 dtype: object Drawing 1202 households Synthesizing geog id: state 06 county 075 tract 011100 block group 2 dtype: object Drawing 1090 households Synthesizing geog id: state 06 county 075 tract 011100 block group 3 dtype: object Drawing 570 households Synthesizing geog id: state 06 county 075 tract 011200 block group 1 dtype: object Drawing 726 households Synthesizing geog id: state 06 county 075 tract 011200 block group 2 dtype: object Drawing 486 households Synthesizing geog id: state 06 county 075 tract 011200 block group 3 dtype: object Drawing 451 households Synthesizing geog id: state 06 county 075 tract 011300 block group 1 dtype: object Drawing 605 households Synthesizing geog id: state 06 county 075 tract 011300 block group 2 dtype: object Drawing 988 households Synthesizing geog id: state 06 county 075 tract 011700 block group 1 dtype: object Drawing 353 households Synthesizing geog id: state 06 county 075 tract 011700 block group 2 dtype: object Drawing 562 households Synthesizing geog id: state 06 county 075 tract 011800 block group 1 dtype: object Drawing 699 households Synthesizing geog id: state 06 county 075 tract 011901 block group 1 dtype: object Drawing 597 households Synthesizing geog id: state 06 county 075 tract 011901 block group 2 dtype: object Drawing 865 households Synthesizing geog id: state 06 county 075 tract 011902 block group 1 dtype: object Drawing 1045 households Synthesizing geog id: state 06 county 075 tract 011902 block group 2 dtype: object Drawing 540 households Synthesizing geog id: state 06 county 075 tract 012000 block group 1 dtype: object Drawing 1063 households Synthesizing geog id: state 06 county 075 tract 012000 block group 2 dtype: object Drawing 1331 households Synthesizing geog id: state 06 county 075 tract 012100 block group 1 dtype: object Drawing 1605 households Synthesizing geog id: state 06 county 075 tract 012100 block group 2 dtype: object Drawing 435 households Synthesizing geog id: state 06 county 075 tract 012201 block group 1 dtype: object Drawing 1312 households Synthesizing geog id: state 06 county 075 tract 012201 block group 2 dtype: object Drawing 1270 households Synthesizing geog id: state 06 county 075 tract 012202 block group 1 dtype: object Drawing 1546 households Synthesizing geog id: state 06 county 075 tract 012301 block group 1 dtype: object Drawing 591 households Synthesizing geog id: state 06 county 075 tract 012301 block group 2 dtype: object Drawing 714 households Synthesizing geog id: state 06 county 075 tract 012302 block group 1 dtype: object Drawing 1078 households Synthesizing geog id: state 06 county 075 tract 012302 block group 2 dtype: object Drawing 586 households Synthesizing geog id: state 06 county 075 tract 012401 block group 1 dtype: object Drawing 774 households Synthesizing geog id: state 06 county 075 tract 012401 block group 2 dtype: object Drawing 1430 households Synthesizing geog id: state 06 county 075 tract 012402 block group 1 dtype: object Drawing 387 households Synthesizing geog id: state 06 county 075 tract 012402 block group 2 dtype: object Drawing 494 households Synthesizing geog id: state 06 county 075 tract 012402 block group 3 dtype: object Drawing 1002 households Synthesizing geog id: state 06 county 075 tract 012501 block group 1 dtype: object Drawing 963 households Synthesizing geog id: state 06 county 075 tract 012501 block group 2 dtype: object Drawing 1056 households Synthesizing geog id: state 06 county 075 tract 012502 block group 1 dtype: object Drawing 1481 households Synthesizing geog id: state 06 county 075 tract 012502 block group 2 dtype: object Drawing 721 households Synthesizing geog id: state 06 county 075 tract 012601 block group 1 dtype: object Drawing 1419 households Synthesizing geog id: state 06 county 075 tract 012602 block group 1 dtype: object Drawing 977 households Synthesizing geog id: state 06 county 075 tract 012602 block group 2 dtype: object Drawing 659 households Synthesizing geog id: state 06 county 075 tract 012700 block group 1 dtype: object Drawing 771 households Synthesizing geog id: state 06 county 075 tract 012700 block group 2 dtype: object Drawing 814 households Synthesizing geog id: state 06 county 075 tract 012700 block group 3 dtype: object Drawing 418 households Synthesizing geog id: state 06 county 075 tract 012800 block group 1 dtype: object Drawing 897 households Synthesizing geog id: state 06 county 075 tract 012800 block group 2 dtype: object Drawing 425 households Synthesizing geog id: state 06 county 075 tract 012800 block group 3 dtype: object Drawing 434 households Synthesizing geog id: state 06 county 075 tract 012800 block group 4 dtype: object Drawing 467 households Synthesizing geog id: state 06 county 075 tract 012901 block group 1 dtype: object Drawing 720 households Synthesizing geog id: state 06 county 075 tract 012901 block group 2 dtype: object Drawing 796 households Synthesizing geog id: state 06 county 075 tract 012902 block group 1 dtype: object Drawing 673 households Synthesizing geog id: state 06 county 075 tract 012902 block group 2 dtype: object Drawing 769 households Synthesizing geog id: state 06 county 075 tract 012902 block group 3 dtype: object Drawing 619 households Synthesizing geog id: state 06 county 075 tract 013000 block group 1 dtype: object Drawing 646 households Synthesizing geog id: state 06 county 075 tract 013000 block group 2 dtype: object Drawing 499 households Synthesizing geog id: state 06 county 075 tract 013000 block group 3 dtype: object Drawing 601 households Synthesizing geog id: state 06 county 075 tract 013000 block group 4 dtype: object Drawing 588 households Synthesizing geog id: state 06 county 075 tract 013101 block group 1 dtype: object Drawing 1032 households Synthesizing geog id: state 06 county 075 tract 013101 block group 2 dtype: object Drawing 1372 households Synthesizing geog id: state 06 county 075 tract 013102 block group 1 dtype: object Drawing 869 households Synthesizing geog id: state 06 county 075 tract 013102 block group 2 dtype: object Drawing 707 households Synthesizing geog id: state 06 county 075 tract 013200 block group 1 dtype: object Drawing 1400 households Synthesizing geog id: state 06 county 075 tract 013200 block group 2 dtype: object Drawing 407 households Synthesizing geog id: state 06 county 075 tract 013200 block group 3 dtype: object Drawing 580 households Synthesizing geog id: state 06 county 075 tract 013300 block group 1 dtype: object Drawing 240 households Synthesizing geog id: state 06 county 075 tract 013300 block group 2 dtype: object Drawing 627 households Synthesizing geog id: state 06 county 075 tract 013300 block group 3 dtype: object Drawing 372 households Synthesizing geog id: state 06 county 075 tract 013300 block group 4 dtype: object Drawing 271 households Synthesizing geog id: state 06 county 075 tract 013300 block group 5 dtype: object Drawing 343 households Synthesizing geog id: state 06 county 075 tract 013400 block group 1 dtype: object Drawing 332 households Synthesizing geog id: state 06 county 075 tract 013400 block group 2 dtype: object Drawing 749 households Synthesizing geog id: state 06 county 075 tract 013400 block group 3 dtype: object Drawing 754 households Synthesizing geog id: state 06 county 075 tract 013500 block group 1 dtype: object Drawing 779 households Synthesizing geog id: state 06 county 075 tract 013500 block group 2 dtype: object Drawing 962 households Synthesizing geog id: state 06 county 075 tract 015100 block group 1 dtype: object Drawing 1012 households Synthesizing geog id: state 06 county 075 tract 015100 block group 2 dtype: object Drawing 539 households Synthesizing geog id: state 06 county 075 tract 015200 block group 1 dtype: object Drawing 1092 households Synthesizing geog id: state 06 county 075 tract 015200 block group 2 dtype: object Drawing 827 households Synthesizing geog id: state 06 county 075 tract 015200 block group 3 dtype: object Drawing 411 households Synthesizing geog id: state 06 county 075 tract 015300 block group 1 dtype: object Drawing 499 households Synthesizing geog id: state 06 county 075 tract 015300 block group 2 dtype: object Drawing 448 households Synthesizing geog id: state 06 county 075 tract 015400 block group 1 dtype: object Drawing 277 households Synthesizing geog id: state 06 county 075 tract 015400 block group 2 dtype: object Drawing 624 households Synthesizing geog id: state 06 county 075 tract 015400 block group 3 dtype: object Drawing 806 households Synthesizing geog id: state 06 county 075 tract 015400 block group 4 dtype: object Drawing 567 households Synthesizing geog id: state 06 county 075 tract 015400 block group 5 dtype: object Drawing 625 households Synthesizing geog id: state 06 county 075 tract 015500 block group 1 dtype: object Drawing 962 households Synthesizing geog id: state 06 county 075 tract 015500 block group 2 dtype: object Drawing 1146 households Synthesizing geog id: state 06 county 075 tract 015500 block group 3 dtype: object Drawing 287 households Synthesizing geog id: state 06 county 075 tract 015600 block group 1 dtype: object Drawing 341 households Synthesizing geog id: state 06 county 075 tract 015600 block group 2 dtype: object Drawing 475 households Synthesizing geog id: state 06 county 075 tract 015600 block group 3 dtype: object Drawing 426 households Synthesizing geog id: state 06 county 075 tract 015700 block group 1 dtype: object Drawing 615 households Synthesizing geog id: state 06 county 075 tract 015700 block group 2 dtype: object Drawing 849 households Synthesizing geog id: state 06 county 075 tract 015700 block group 3 dtype: object Drawing 559 households Synthesizing geog id: state 06 county 075 tract 015700 block group 4 dtype: object Drawing 435 households Synthesizing geog id: state 06 county 075 tract 015801 block group 1 dtype: object Drawing 170 households Synthesizing geog id: state 06 county 075 tract 015801 block group 2 dtype: object Drawing 840 households Synthesizing geog id: state 06 county 075 tract 015801 block group 3 dtype: object Drawing 562 households Synthesizing geog id: state 06 county 075 tract 015802 block group 1 dtype: object Drawing 631 households Synthesizing geog id: state 06 county 075 tract 015802 block group 2 dtype: object Drawing 735 households Synthesizing geog id: state 06 county 075 tract 015900 block group 1 dtype: object Drawing 933 households Synthesizing geog id: state 06 county 075 tract 015900 block group 2 dtype: object Drawing 1249 households Synthesizing geog id: state 06 county 075 tract 016000 block group 1 dtype: object Drawing 1551 households Synthesizing geog id: state 06 county 075 tract 016100 block group 1 dtype: object Drawing 313 households Synthesizing geog id: state 06 county 075 tract 016100 block group 2 dtype: object Drawing 1010 households Synthesizing geog id: state 06 county 075 tract 016100 block group 3 dtype: object Drawing 535 households Synthesizing geog id: state 06 county 075 tract 016100 block group 4 dtype: object Drawing 767 households Synthesizing geog id: state 06 county 075 tract 016200 block group 1 dtype: object Drawing 420 households Synthesizing geog id: state 06 county 075 tract 016200 block group 2 dtype: object Drawing 546 households Synthesizing geog id: state 06 county 075 tract 016200 block group 3 dtype: object Drawing 460 households Synthesizing geog id: state 06 county 075 tract 016300 block group 1 dtype: object Drawing 371 households Synthesizing geog id: state 06 county 075 tract 016300 block group 2 dtype: object Drawing 496 households Synthesizing geog id: state 06 county 075 tract 016300 block group 3 dtype: object Drawing 1096 households Synthesizing geog id: state 06 county 075 tract 016400 block group 1 dtype: object Drawing 1182 households Synthesizing geog id: state 06 county 075 tract 016400 block group 2 dtype: object Drawing 722 households Synthesizing geog id: state 06 county 075 tract 016500 block group 1 dtype: object Drawing 683 households Synthesizing geog id: state 06 county 075 tract 016500 block group 2 dtype: object Drawing 491 households Synthesizing geog id: state 06 county 075 tract 016500 block group 3 dtype: object Drawing 688 households Synthesizing geog id: state 06 county 075 tract 016500 block group 4 dtype: object Drawing 486 households Synthesizing geog id: state 06 county 075 tract 016600 block group 1 dtype: object Drawing 856 households Synthesizing geog id: state 06 county 075 tract 016600 block group 2 dtype: object Drawing 401 households Synthesizing geog id: state 06 county 075 tract 016600 block group 3 dtype: object Drawing 704 households Synthesizing geog id: state 06 county 075 tract 016600 block group 4 dtype: object Drawing 523 households Synthesizing geog id: state 06 county 075 tract 016700 block group 1 dtype: object Drawing 630 households Synthesizing geog id: state 06 county 075 tract 016700 block group 2 dtype: object Drawing 225 households Synthesizing geog id: state 06 county 075 tract 016700 block group 3 dtype: object Drawing 551 households Synthesizing geog id: state 06 county 075 tract 016700 block group 4 dtype: object Drawing 895 households Synthesizing geog id: state 06 county 075 tract 016801 block group 1 dtype: object Drawing 764 households Synthesizing geog id: state 06 county 075 tract 016801 block group 2 dtype: object Drawing 487 households Synthesizing geog id: state 06 county 075 tract 016801 block group 3 dtype: object Drawing 385 households Synthesizing geog id: state 06 county 075 tract 016802 block group 1 dtype: object Drawing 536 households Synthesizing geog id: state 06 county 075 tract 016802 block group 2 dtype: object Drawing 668 households Synthesizing geog id: state 06 county 075 tract 016802 block group 3 dtype: object Drawing 361 households Synthesizing geog id: state 06 county 075 tract 016900 block group 1 dtype: object Drawing 1006 households Synthesizing geog id: state 06 county 075 tract 016900 block group 2 dtype: object Drawing 690 households Synthesizing geog id: state 06 county 075 tract 017000 block group 1 dtype: object Drawing 549 households Synthesizing geog id: state 06 county 075 tract 017000 block group 2 dtype: object Drawing 1231 households Synthesizing geog id: state 06 county 075 tract 017000 block group 3 dtype: object Drawing 332 households Synthesizing geog id: state 06 county 075 tract 017101 block group 1 dtype: object Drawing 587 households Synthesizing geog id: state 06 county 075 tract 017101 block group 2 dtype: object Drawing 549 households Synthesizing geog id: state 06 county 075 tract 017101 block group 3 dtype: object Drawing 606 households Synthesizing geog id: state 06 county 075 tract 017102 block group 1 dtype: object Drawing 578 households Synthesizing geog id: state 06 county 075 tract 017102 block group 2 dtype: object Drawing 301 households Synthesizing geog id: state 06 county 075 tract 017102 block group 3 dtype: object Drawing 850 households Synthesizing geog id: state 06 county 075 tract 017601 block group 1 dtype: object Drawing 0 households Synthesizing geog id: state 06 county 075 tract 017601 block group 2 dtype: object Drawing 1335 households Synthesizing geog id: state 06 county 075 tract 017601 block group 3 dtype: object Drawing 1186 households Synthesizing geog id: state 06 county 075 tract 017601 block group 4 dtype: object Drawing 205 households Synthesizing geog id: state 06 county 075 tract 017601 block group 5 dtype: object Drawing 598 households Synthesizing geog id: state 06 county 075 tract 017700 block group 1 dtype: object Drawing 118 households Synthesizing geog id: state 06 county 075 tract 017700 block group 2 dtype: object Drawing 543 households Synthesizing geog id: state 06 county 075 tract 017801 block group 1 dtype: object Drawing 909 households Synthesizing geog id: state 06 county 075 tract 017801 block group 2 dtype: object Drawing 1311 households Synthesizing geog id: state 06 county 075 tract 017802 block group 1 dtype: object Drawing 1106 households Synthesizing geog id: state 06 county 075 tract 017802 block group 2 dtype: object Drawing 404 households Synthesizing geog id: state 06 county 075 tract 017902 block group 1 dtype: object Drawing 615 households Synthesizing geog id: state 06 county 075 tract 018000 block group 1 dtype: object Drawing 750 households Synthesizing geog id: state 06 county 075 tract 018000 block group 2 dtype: object Drawing 461 households Synthesizing geog id: state 06 county 075 tract 020100 block group 1 dtype: object Drawing 684 households Synthesizing geog id: state 06 county 075 tract 020100 block group 2 dtype: object Drawing 526 households Synthesizing geog id: state 06 county 075 tract 020100 block group 3 dtype: object Drawing 542 households Synthesizing geog id: state 06 county 075 tract 020100 block group 4 dtype: object Drawing 880 households Synthesizing geog id: state 06 county 075 tract 020200 block group 1 dtype: object Drawing 501 households Synthesizing geog id: state 06 county 075 tract 020200 block group 2 dtype: object Drawing 1363 households Synthesizing geog id: state 06 county 075 tract 020200 block group 3 dtype: object Drawing 1097 households Synthesizing geog id: state 06 county 075 tract 020300 block group 1 dtype: object Drawing 788 households Synthesizing geog id: state 06 county 075 tract 020300 block group 2 dtype: object Drawing 259 households Synthesizing geog id: state 06 county 075 tract 020300 block group 3 dtype: object Drawing 570 households Synthesizing geog id: state 06 county 075 tract 020401 block group 1 dtype: object Drawing 528 households Synthesizing geog id: state 06 county 075 tract 020401 block group 2 dtype: object Drawing 400 households Synthesizing geog id: state 06 county 075 tract 020401 block group 3 dtype: object Drawing 680 households Synthesizing geog id: state 06 county 075 tract 020402 block group 1 dtype: object Drawing 1307 households Synthesizing geog id: state 06 county 075 tract 020402 block group 2 dtype: object Drawing 1102 households Synthesizing geog id: state 06 county 075 tract 020500 block group 1 dtype: object Drawing 458 households Synthesizing geog id: state 06 county 075 tract 020500 block group 2 dtype: object Drawing 355 households Synthesizing geog id: state 06 county 075 tract 020500 block group 3 dtype: object Drawing 528 households Synthesizing geog id: state 06 county 075 tract 020600 block group 1 dtype: object Drawing 916 households Synthesizing geog id: state 06 county 075 tract 020600 block group 2 dtype: object Drawing 482 households Synthesizing geog id: state 06 county 075 tract 020600 block group 3 dtype: object Drawing 416 households Synthesizing geog id: state 06 county 075 tract 020600 block group 4 dtype: object Drawing 701 households Synthesizing geog id: state 06 county 075 tract 020700 block group 1 dtype: object Drawing 1327 households Synthesizing geog id: state 06 county 075 tract 020700 block group 2 dtype: object Drawing 1049 households Synthesizing geog id: state 06 county 075 tract 020700 block group 3 dtype: object Drawing 436 households Synthesizing geog id: state 06 county 075 tract 020800 block group 1 dtype: object Drawing 542 households Synthesizing geog id: state 06 county 075 tract 020800 block group 2 dtype: object Drawing 607 households Synthesizing geog id: state 06 county 075 tract 020800 block group 3 dtype: object Drawing 557 households Synthesizing geog id: state 06 county 075 tract 020800 block group 4 dtype: object Drawing 724 households Synthesizing geog id: state 06 county 075 tract 020900 block group 1 dtype: object Drawing 707 households Synthesizing geog id: state 06 county 075 tract 020900 block group 2 dtype: object Drawing 417 households Synthesizing geog id: state 06 county 075 tract 020900 block group 3 dtype: object Drawing 216 households Synthesizing geog id: state 06 county 075 tract 020900 block group 4 dtype: object Drawing 463 households Synthesizing geog id: state 06 county 075 tract 021000 block group 1 dtype: object Drawing 424 households Synthesizing geog id: state 06 county 075 tract 021000 block group 2 dtype: object Drawing 536 households Synthesizing geog id: state 06 county 075 tract 021000 block group 3 dtype: object Drawing 733 households Synthesizing geog id: state 06 county 075 tract 021000 block group 4 dtype: object Drawing 421 households Synthesizing geog id: state 06 county 075 tract 021100 block group 1 dtype: object Drawing 500 households Synthesizing geog id: state 06 county 075 tract 021100 block group 2 dtype: object Drawing 504 households Synthesizing geog id: state 06 county 075 tract 021100 block group 3 dtype: object Drawing 486 households Synthesizing geog id: state 06 county 075 tract 021100 block group 4 dtype: object Drawing 442 households Synthesizing geog id: state 06 county 075 tract 021200 block group 1 dtype: object Drawing 382 households Synthesizing geog id: state 06 county 075 tract 021200 block group 2 dtype: object Drawing 636 households Synthesizing geog id: state 06 county 075 tract 021200 block group 3 dtype: object Drawing 443 households Synthesizing geog id: state 06 county 075 tract 021300 block group 1 dtype: object Drawing 619 households Synthesizing geog id: state 06 county 075 tract 021300 block group 2 dtype: object Drawing 621 households Synthesizing geog id: state 06 county 075 tract 021400 block group 1 dtype: object Drawing 426 households Synthesizing geog id: state 06 county 075 tract 021400 block group 2 dtype: object Drawing 681 households Synthesizing geog id: state 06 county 075 tract 021400 block group 3 dtype: object Drawing 608 households Synthesizing geog id: state 06 county 075 tract 021500 block group 1 dtype: object Drawing 430 households Synthesizing geog id: state 06 county 075 tract 021500 block group 2 dtype: object Drawing 761 households Synthesizing geog id: state 06 county 075 tract 021500 block group 3 dtype: object Drawing 289 households Synthesizing geog id: state 06 county 075 tract 021500 block group 4 dtype: object Drawing 480 households Synthesizing geog id: state 06 county 075 tract 021500 block group 5 dtype: object Drawing 485 households Synthesizing geog id: state 06 county 075 tract 021600 block group 1 dtype: object Drawing 1011 households Synthesizing geog id: state 06 county 075 tract 021600 block group 2 dtype: object Drawing 1173 households Synthesizing geog id: state 06 county 075 tract 021700 block group 1 dtype: object Drawing 738 households Synthesizing geog id: state 06 county 075 tract 021700 block group 2 dtype: object Drawing 434 households Synthesizing geog id: state 06 county 075 tract 021700 block group 3 dtype: object Drawing 766 households Synthesizing geog id: state 06 county 075 tract 021800 block group 1 dtype: object Drawing 632 households Synthesizing geog id: state 06 county 075 tract 021800 block group 2 dtype: object Drawing 546 households Synthesizing geog id: state 06 county 075 tract 021800 block group 3 dtype: object Drawing 244 households Synthesizing geog id: state 06 county 075 tract 021800 block group 4 dtype: object Drawing 422 households Synthesizing geog id: state 06 county 075 tract 022600 block group 1 dtype: object Drawing 360 households Synthesizing geog id: state 06 county 075 tract 022600 block group 2 dtype: object Drawing 420 households Synthesizing geog id: state 06 county 075 tract 022702 block group 1 dtype: object Drawing 483 households Synthesizing geog id: state 06 county 075 tract 022702 block group 2 dtype: object Drawing 506 households Synthesizing geog id: state 06 county 075 tract 022704 block group 1 dtype: object Drawing 611 households Synthesizing geog id: state 06 county 075 tract 022704 block group 2 dtype: object Drawing 918 households Synthesizing geog id: state 06 county 075 tract 022801 block group 1 dtype: object Drawing 414 households Synthesizing geog id: state 06 county 075 tract 022801 block group 2 dtype: object Drawing 683 households Synthesizing geog id: state 06 county 075 tract 022801 block group 3 dtype: object Drawing 624 households Synthesizing geog id: state 06 county 075 tract 022802 block group 1 dtype: object Drawing 184 households Synthesizing geog id: state 06 county 075 tract 022802 block group 2 dtype: object Drawing 402 households Synthesizing geog id: state 06 county 075 tract 022803 block group 1 dtype: object Drawing 804 households Synthesizing geog id: state 06 county 075 tract 022803 block group 2 dtype: object Drawing 467 households Synthesizing geog id: state 06 county 075 tract 022803 block group 3 dtype: object Drawing 315 households Synthesizing geog id: state 06 county 075 tract 022901 block group 1 dtype: object Drawing 557 households Synthesizing geog id: state 06 county 075 tract 022901 block group 2 dtype: object Drawing 555 households Synthesizing geog id: state 06 county 075 tract 022901 block group 3 dtype: object Drawing 230 households Synthesizing geog id: state 06 county 075 tract 022902 block group 1 dtype: object Drawing 482 households Synthesizing geog id: state 06 county 075 tract 022902 block group 2 dtype: object Drawing 344 households Synthesizing geog id: state 06 county 075 tract 022903 block group 1 dtype: object Drawing 512 households Synthesizing geog id: state 06 county 075 tract 022903 block group 2 dtype: object Drawing 354 households Synthesizing geog id: state 06 county 075 tract 022903 block group 3 dtype: object Drawing 228 households Synthesizing geog id: state 06 county 075 tract 023001 block group 1 dtype: object Drawing 486 households Synthesizing geog id: state 06 county 075 tract 023001 block group 2 dtype: object Drawing 432 households Synthesizing geog id: state 06 county 075 tract 023001 block group 3 dtype: object Drawing 449 households Synthesizing geog id: state 06 county 075 tract 023003 block group 1 dtype: object Drawing 751 households Synthesizing geog id: state 06 county 075 tract 023003 block group 2 dtype: object Drawing 343 households Synthesizing geog id: state 06 county 075 tract 023102 block group 1 dtype: object Drawing 678 households Synthesizing geog id: state 06 county 075 tract 023102 block group 2 dtype: object Drawing 548 households Synthesizing geog id: state 06 county 075 tract 023103 block group 1 dtype: object Drawing 427 households Synthesizing geog id: state 06 county 075 tract 023103 block group 2 dtype: object Drawing 767 households Synthesizing geog id: state 06 county 075 tract 023200 block group 1 dtype: object Drawing 477 households Synthesizing geog id: state 06 county 075 tract 023200 block group 2 dtype: object Drawing 352 households Synthesizing geog id: state 06 county 075 tract 023200 block group 3 dtype: object Drawing 455 households Synthesizing geog id: state 06 county 075 tract 023300 block group 1 dtype: object Drawing 654 households Synthesizing geog id: state 06 county 075 tract 023400 block group 1 dtype: object Drawing 609 households Synthesizing geog id: state 06 county 075 tract 023400 block group 2 dtype: object Drawing 373 households Synthesizing geog id: state 06 county 075 tract 025100 block group 1 dtype: object Drawing 639 households Synthesizing geog id: state 06 county 075 tract 025100 block group 2 dtype: object Drawing 396 households Synthesizing geog id: state 06 county 075 tract 025100 block group 3 dtype: object Drawing 227 households Synthesizing geog id: state 06 county 075 tract 025200 block group 1 dtype: object Drawing 477 households Synthesizing geog id: state 06 county 075 tract 025200 block group 2 dtype: object Drawing 536 households Synthesizing geog id: state 06 county 075 tract 025200 block group 3 dtype: object Drawing 612 households Synthesizing geog id: state 06 county 075 tract 025200 block group 4 dtype: object Drawing 534 households Synthesizing geog id: state 06 county 075 tract 025300 block group 1 dtype: object Drawing 563 households Synthesizing geog id: state 06 county 075 tract 025300 block group 2 dtype: object Drawing 298 households Synthesizing geog id: state 06 county 075 tract 025300 block group 3 dtype: object Drawing 366 households Synthesizing geog id: state 06 county 075 tract 025300 block group 4 dtype: object Drawing 625 households Synthesizing geog id: state 06 county 075 tract 025401 block group 1 dtype: object Drawing 544 households Synthesizing geog id: state 06 county 075 tract 025401 block group 2 dtype: object Drawing 456 households Synthesizing geog id: state 06 county 075 tract 025401 block group 3 dtype: object Drawing 297 households Synthesizing geog id: state 06 county 075 tract 025402 block group 1 dtype: object Drawing 486 households Synthesizing geog id: state 06 county 075 tract 025402 block group 2 dtype: object Drawing 275 households Synthesizing geog id: state 06 county 075 tract 025402 block group 3 dtype: object Drawing 361 households Synthesizing geog id: state 06 county 075 tract 025403 block group 1 dtype: object Drawing 648 households Synthesizing geog id: state 06 county 075 tract 025403 block group 2 dtype: object Drawing 778 households Synthesizing geog id: state 06 county 075 tract 025500 block group 1 dtype: object Drawing 339 households Synthesizing geog id: state 06 county 075 tract 025500 block group 2 dtype: object Drawing 272 households Synthesizing geog id: state 06 county 075 tract 025500 block group 3 dtype: object Drawing 282 households Synthesizing geog id: state 06 county 075 tract 025500 block group 4 dtype: object Drawing 455 households Synthesizing geog id: state 06 county 075 tract 025500 block group 5 dtype: object Drawing 499 households Synthesizing geog id: state 06 county 075 tract 025500 block group 6 dtype: object Drawing 502 households Synthesizing geog id: state 06 county 075 tract 025600 block group 1 dtype: object Drawing 568 households Synthesizing geog id: state 06 county 075 tract 025600 block group 2 dtype: object Drawing 388 households Synthesizing geog id: state 06 county 075 tract 025600 block group 3 dtype: object Drawing 293 households Synthesizing geog id: state 06 county 075 tract 025600 block group 4 dtype: object Drawing 286 households Synthesizing geog id: state 06 county 075 tract 025701 block group 1 dtype: object Drawing 291 households Synthesizing geog id: state 06 county 075 tract 025701 block group 2 dtype: object Drawing 586 households Synthesizing geog id: state 06 county 075 tract 025701 block group 3 dtype: object Drawing 339 households Synthesizing geog id: state 06 county 075 tract 025702 block group 1 dtype: object Drawing 320 households Synthesizing geog id: state 06 county 075 tract 025702 block group 2 dtype: object Drawing 519 households Synthesizing geog id: state 06 county 075 tract 025702 block group 3 dtype: object Drawing 293 households Synthesizing geog id: state 06 county 075 tract 025800 block group 1 dtype: object Drawing 374 households Synthesizing geog id: state 06 county 075 tract 025800 block group 2 dtype: object Drawing 242 households Synthesizing geog id: state 06 county 075 tract 025900 block group 1 dtype: object Drawing 670 households Synthesizing geog id: state 06 county 075 tract 025900 block group 2 dtype: object Drawing 451 households Synthesizing geog id: state 06 county 075 tract 025900 block group 3 dtype: object Drawing 146 households Synthesizing geog id: state 06 county 075 tract 026001 block group 1 dtype: object Drawing 784 households Synthesizing geog id: state 06 county 075 tract 026001 block group 2 dtype: object Drawing 637 households Synthesizing geog id: state 06 county 075 tract 026002 block group 1 dtype: object Drawing 412 households Synthesizing geog id: state 06 county 075 tract 026002 block group 2 dtype: object Drawing 571 households Synthesizing geog id: state 06 county 075 tract 026003 block group 1 dtype: object Drawing 534 households Synthesizing geog id: state 06 county 075 tract 026003 block group 2 dtype: object Drawing 800 households Synthesizing geog id: state 06 county 075 tract 026004 block group 1 dtype: object Drawing 637 households Synthesizing geog id: state 06 county 075 tract 026004 block group 2 dtype: object Drawing 537 households Synthesizing geog id: state 06 county 075 tract 026100 block group 1 dtype: object Drawing 567 households Synthesizing geog id: state 06 county 075 tract 026100 block group 2 dtype: object Drawing 613 households Synthesizing geog id: state 06 county 075 tract 026100 block group 3 dtype: object Drawing 348 households Synthesizing geog id: state 06 county 075 tract 026100 block group 4 dtype: object Drawing 322 households Synthesizing geog id: state 06 county 075 tract 026200 block group 1 dtype: object Drawing 435 households Synthesizing geog id: state 06 county 075 tract 026200 block group 2 dtype: object Drawing 340 households Synthesizing geog id: state 06 county 075 tract 026200 block group 3 dtype: object Drawing 502 households Synthesizing geog id: state 06 county 075 tract 026200 block group 4 dtype: object Drawing 275 households Synthesizing geog id: state 06 county 075 tract 026200 block group 5 dtype: object Drawing 254 households Synthesizing geog id: state 06 county 075 tract 026301 block group 1 dtype: object Drawing 270 households Synthesizing geog id: state 06 county 075 tract 026301 block group 2 dtype: object Drawing 504 households Synthesizing geog id: state 06 county 075 tract 026301 block group 3 dtype: object Drawing 360 households Synthesizing geog id: state 06 county 075 tract 026302 block group 1 dtype: object Drawing 291 households Synthesizing geog id: state 06 county 075 tract 026302 block group 2 dtype: object Drawing 281 households Synthesizing geog id: state 06 county 075 tract 026302 block group 3 dtype: object Drawing 835 households Synthesizing geog id: state 06 county 075 tract 026303 block group 1 dtype: object Drawing 635 households Synthesizing geog id: state 06 county 075 tract 026303 block group 2 dtype: object Drawing 623 households Synthesizing geog id: state 06 county 075 tract 026401 block group 1 dtype: object Drawing 598 households Synthesizing geog id: state 06 county 075 tract 026401 block group 2 dtype: object Drawing 467 households Synthesizing geog id: state 06 county 075 tract 026402 block group 1 dtype: object Drawing 367 households Synthesizing geog id: state 06 county 075 tract 026402 block group 2 dtype: object Drawing 315 households Synthesizing geog id: state 06 county 075 tract 026402 block group 3 dtype: object Drawing 430 households Synthesizing geog id: state 06 county 075 tract 026403 block group 1 dtype: object Drawing 500 households Synthesizing geog id: state 06 county 075 tract 026403 block group 2 dtype: object Drawing 609 households Synthesizing geog id: state 06 county 075 tract 026404 block group 1 dtype: object Drawing 286 households Synthesizing geog id: state 06 county 075 tract 026404 block group 2 dtype: object Drawing 364 households Synthesizing geog id: state 06 county 075 tract 030101 block group 1 dtype: object Drawing 664 households Synthesizing geog id: state 06 county 075 tract 030101 block group 2 dtype: object Drawing 462 households Synthesizing geog id: state 06 county 075 tract 030101 block group 3 dtype: object Drawing 369 households Synthesizing geog id: state 06 county 075 tract 030101 block group 4 dtype: object Drawing 479 households Synthesizing geog id: state 06 county 075 tract 030102 block group 1 dtype: object Drawing 1234 households Synthesizing geog id: state 06 county 075 tract 030102 block group 2 dtype: object Drawing 630 households Synthesizing geog id: state 06 county 075 tract 030102 block group 3 dtype: object Drawing 456 households Synthesizing geog id: state 06 county 075 tract 030201 block group 1 dtype: object Drawing 854 households Synthesizing geog id: state 06 county 075 tract 030201 block group 2 dtype: object Drawing 418 households Synthesizing geog id: state 06 county 075 tract 030201 block group 3 dtype: object Drawing 628 households Synthesizing geog id: state 06 county 075 tract 030202 block group 1 dtype: object Drawing 710 households Synthesizing geog id: state 06 county 075 tract 030202 block group 2 dtype: object Drawing 813 households Synthesizing geog id: state 06 county 075 tract 030202 block group 3 dtype: object Drawing 581 households Synthesizing geog id: state 06 county 075 tract 030301 block group 1 dtype: object Drawing 455 households Synthesizing geog id: state 06 county 075 tract 030301 block group 2 dtype: object Drawing 745 households Synthesizing geog id: state 06 county 075 tract 030301 block group 3 dtype: object Drawing 563 households Synthesizing geog id: state 06 county 075 tract 030301 block group 4 dtype: object Drawing 497 households Synthesizing geog id: state 06 county 075 tract 030302 block group 1 dtype: object Drawing 415 households Synthesizing geog id: state 06 county 075 tract 030302 block group 2 dtype: object Drawing 462 households Synthesizing geog id: state 06 county 075 tract 030302 block group 3 dtype: object Drawing 429 households Synthesizing geog id: state 06 county 075 tract 030400 block group 1 dtype: object Drawing 357 households Synthesizing geog id: state 06 county 075 tract 030400 block group 2 dtype: object Drawing 417 households Synthesizing geog id: state 06 county 075 tract 030400 block group 3 dtype: object Drawing 484 households Synthesizing geog id: state 06 county 075 tract 030400 block group 4 dtype: object Drawing 310 households Synthesizing geog id: state 06 county 075 tract 030400 block group 5 dtype: object Drawing 348 households Synthesizing geog id: state 06 county 075 tract 030500 block group 1 dtype: object Drawing 337 households Synthesizing geog id: state 06 county 075 tract 030500 block group 2 dtype: object Drawing 378 households Synthesizing geog id: state 06 county 075 tract 030500 block group 3 dtype: object Drawing 281 households Synthesizing geog id: state 06 county 075 tract 030600 block group 1 dtype: object Drawing 293 households Synthesizing geog id: state 06 county 075 tract 030600 block group 2 dtype: object Drawing 225 households Synthesizing geog id: state 06 county 075 tract 030600 block group 3 dtype: object Drawing 286 households Synthesizing geog id: state 06 county 075 tract 030700 block group 1 dtype: object Drawing 1026 households Synthesizing geog id: state 06 county 075 tract 030700 block group 2 dtype: object Drawing 723 households Synthesizing geog id: state 06 county 075 tract 030700 block group 3 dtype: object Drawing 905 households Synthesizing geog id: state 06 county 075 tract 030800 block group 1 dtype: object Drawing 353 households Synthesizing geog id: state 06 county 075 tract 030800 block group 2 dtype: object Drawing 326 households Synthesizing geog id: state 06 county 075 tract 030800 block group 3 dtype: object Drawing 155 households Synthesizing geog id: state 06 county 075 tract 030800 block group 4 dtype: object Drawing 507 households Synthesizing geog id: state 06 county 075 tract 030800 block group 5 dtype: object Drawing 717 households Synthesizing geog id: state 06 county 075 tract 030900 block group 1 dtype: object Drawing 363 households Synthesizing geog id: state 06 county 075 tract 030900 block group 2 dtype: object Drawing 454 households Synthesizing geog id: state 06 county 075 tract 030900 block group 3 dtype: object Drawing 319 households Synthesizing geog id: state 06 county 075 tract 030900 block group 4 dtype: object Drawing 335 households Synthesizing geog id: state 06 county 075 tract 030900 block group 5 dtype: object Drawing 225 households Synthesizing geog id: state 06 county 075 tract 030900 block group 6 dtype: object Drawing 244 households Synthesizing geog id: state 06 county 075 tract 030900 block group 7 dtype: object Drawing 337 households Synthesizing geog id: state 06 county 075 tract 031000 block group 1 dtype: object Drawing 286 households Synthesizing geog id: state 06 county 075 tract 031000 block group 2 dtype: object Drawing 323 households Synthesizing geog id: state 06 county 075 tract 031000 block group 3 dtype: object Drawing 631 households Synthesizing geog id: state 06 county 075 tract 031100 block group 1 dtype: object Drawing 519 households Synthesizing geog id: state 06 county 075 tract 031100 block group 2 dtype: object Drawing 449 households Synthesizing geog id: state 06 county 075 tract 031100 block group 3 dtype: object Drawing 306 households Synthesizing geog id: state 06 county 075 tract 031100 block group 4 dtype: object Drawing 477 households Synthesizing geog id: state 06 county 075 tract 031100 block group 5 dtype: object Drawing 765 households Synthesizing geog id: state 06 county 075 tract 031201 block group 1 dtype: object Drawing 633 households Synthesizing geog id: state 06 county 075 tract 031201 block group 2 dtype: object Drawing 432 households Synthesizing geog id: state 06 county 075 tract 031201 block group 3 dtype: object Drawing 314 households Synthesizing geog id: state 06 county 075 tract 031201 block group 4 dtype: object Drawing 337 households Synthesizing geog id: state 06 county 075 tract 031202 block group 1 dtype: object Drawing 374 households Synthesizing geog id: state 06 county 075 tract 031202 block group 2 dtype: object Drawing 517 households Synthesizing geog id: state 06 county 075 tract 031301 block group 1 dtype: object Drawing 387 households Synthesizing geog id: state 06 county 075 tract 031301 block group 2 dtype: object Drawing 431 households Synthesizing geog id: state 06 county 075 tract 031301 block group 3 dtype: object Drawing 383 households Synthesizing geog id: state 06 county 075 tract 031302 block group 1 dtype: object Drawing 553 households Synthesizing geog id: state 06 county 075 tract 031302 block group 2 dtype: object Drawing 344 households Synthesizing geog id: state 06 county 075 tract 031302 block group 3 dtype: object Drawing 919 households Synthesizing geog id: state 06 county 075 tract 031400 block group 1 dtype: object Drawing 241 households Synthesizing geog id: state 06 county 075 tract 031400 block group 2 dtype: object Drawing 494 households Synthesizing geog id: state 06 county 075 tract 031400 block group 3 dtype: object Drawing 462 households Synthesizing geog id: state 06 county 075 tract 031400 block group 4 dtype: object Drawing 357 households Synthesizing geog id: state 06 county 075 tract 031400 block group 5 dtype: object Drawing 342 households Synthesizing geog id: state 06 county 075 tract 032601 block group 1 dtype: object Drawing 546 households Synthesizing geog id: state 06 county 075 tract 032601 block group 2 dtype: object Drawing 562 households Synthesizing geog id: state 06 county 075 tract 032601 block group 3 dtype: object Drawing 609 households Synthesizing geog id: state 06 county 075 tract 032602 block group 1 dtype: object Drawing 603 households Synthesizing geog id: state 06 county 075 tract 032602 block group 2 dtype: object Drawing 565 households Synthesizing geog id: state 06 county 075 tract 032602 block group 3 dtype: object Drawing 486 households Synthesizing geog id: state 06 county 075 tract 032700 block group 1 dtype: object Drawing 254 households Synthesizing geog id: state 06 county 075 tract 032700 block group 2 dtype: object Drawing 432 households Synthesizing geog id: state 06 county 075 tract 032700 block group 3 dtype: object Drawing 517 households Synthesizing geog id: state 06 county 075 tract 032700 block group 4 dtype: object Drawing 398 households Synthesizing geog id: state 06 county 075 tract 032700 block group 5 dtype: object Drawing 287 households Synthesizing geog id: state 06 county 075 tract 032700 block group 6 dtype: object Drawing 265 households Synthesizing geog id: state 06 county 075 tract 032700 block group 7 dtype: object Drawing 249 households Synthesizing geog id: state 06 county 075 tract 032801 block group 1 dtype: object Drawing 428 households Synthesizing geog id: state 06 county 075 tract 032801 block group 2 dtype: object Drawing 474 households Synthesizing geog id: state 06 county 075 tract 032801 block group 3 dtype: object Drawing 389 households Synthesizing geog id: state 06 county 075 tract 032802 block group 1 dtype: object Drawing 447 households Synthesizing geog id: state 06 county 075 tract 032802 block group 2 dtype: object Drawing 461 households Synthesizing geog id: state 06 county 075 tract 032802 block group 3 dtype: object Drawing 377 households Synthesizing geog id: state 06 county 075 tract 032901 block group 1 dtype: object Drawing 373 households Synthesizing geog id: state 06 county 075 tract 032901 block group 2 dtype: object Drawing 527 households Synthesizing geog id: state 06 county 075 tract 032901 block group 3 dtype: object Drawing 500 households Synthesizing geog id: state 06 county 075 tract 032901 block group 4 dtype: object Drawing 390 households Synthesizing geog id: state 06 county 075 tract 032902 block group 1 dtype: object Drawing 325 households Synthesizing geog id: state 06 county 075 tract 032902 block group 2 dtype: object Drawing 440 households Synthesizing geog id: state 06 county 075 tract 032902 block group 3 dtype: object Drawing 507 households Synthesizing geog id: state 06 county 075 tract 033000 block group 1 dtype: object Drawing 556 households Synthesizing geog id: state 06 county 075 tract 033000 block group 2 dtype: object Drawing 374 households Synthesizing geog id: state 06 county 075 tract 033000 block group 3 dtype: object Drawing 366 households Synthesizing geog id: state 06 county 075 tract 033000 block group 4 dtype: object Drawing 531 households Synthesizing geog id: state 06 county 075 tract 033000 block group 5 dtype: object Drawing 449 households Synthesizing geog id: state 06 county 075 tract 033000 block group 6 dtype: object Drawing 462 households Synthesizing geog id: state 06 county 075 tract 033100 block group 1 dtype: object Drawing 184 households Synthesizing geog id: state 06 county 075 tract 033100 block group 2 dtype: object Drawing 344 households Synthesizing geog id: state 06 county 075 tract 033100 block group 3 dtype: object Drawing 233 households Synthesizing geog id: state 06 county 075 tract 033100 block group 4 dtype: object Drawing 684 households Synthesizing geog id: state 06 county 075 tract 033201 block group 1 dtype: object Drawing 695 households Synthesizing geog id: state 06 county 075 tract 033203 block group 1 dtype: object Drawing 829 households Synthesizing geog id: state 06 county 075 tract 033203 block group 2 dtype: object Drawing 569 households Synthesizing geog id: state 06 county 075 tract 033204 block group 1 dtype: object Drawing 315 households Synthesizing geog id: state 06 county 075 tract 033204 block group 2 dtype: object Drawing 655 households Synthesizing geog id: state 06 county 075 tract 033204 block group 3 dtype: object Drawing 618 households Synthesizing geog id: state 06 county 075 tract 035100 block group 1 dtype: object Drawing 506 households Synthesizing geog id: state 06 county 075 tract 035100 block group 2 dtype: object Drawing 375 households Synthesizing geog id: state 06 county 075 tract 035100 block group 3 dtype: object Drawing 404 households Synthesizing geog id: state 06 county 075 tract 035100 block group 4 dtype: object Drawing 223 households Synthesizing geog id: state 06 county 075 tract 035100 block group 5 dtype: object Drawing 330 households Synthesizing geog id: state 06 county 075 tract 035100 block group 6 dtype: object Drawing 426 households Synthesizing geog id: state 06 county 075 tract 035100 block group 7 dtype: object Drawing 487 households Synthesizing geog id: state 06 county 075 tract 035201 block group 1 dtype: object Drawing 312 households Synthesizing geog id: state 06 county 075 tract 035201 block group 2 dtype: object Drawing 374 households Synthesizing geog id: state 06 county 075 tract 035201 block group 3 dtype: object Drawing 278 households Synthesizing geog id: state 06 county 075 tract 035201 block group 4 dtype: object Drawing 380 households Synthesizing geog id: state 06 county 075 tract 035201 block group 5 dtype: object Drawing 356 households Synthesizing geog id: state 06 county 075 tract 035202 block group 1 dtype: object Drawing 592 households Synthesizing geog id: state 06 county 075 tract 035202 block group 2 dtype: object Drawing 569 households Synthesizing geog id: state 06 county 075 tract 035202 block group 3 dtype: object Drawing 561 households Synthesizing geog id: state 06 county 075 tract 035300 block group 1 dtype: object Drawing 303 households Synthesizing geog id: state 06 county 075 tract 035300 block group 2 dtype: object Drawing 445 households Synthesizing geog id: state 06 county 075 tract 035300 block group 3 dtype: object Drawing 358 households Synthesizing geog id: state 06 county 075 tract 035300 block group 4 dtype: object Drawing 276 households Synthesizing geog id: state 06 county 075 tract 035300 block group 5 dtype: object Drawing 547 households Synthesizing geog id: state 06 county 075 tract 035300 block group 6 dtype: object Drawing 446 households Synthesizing geog id: state 06 county 075 tract 035400 block group 1 dtype: object Drawing 391 households Synthesizing geog id: state 06 county 075 tract 035400 block group 2 dtype: object Drawing 387 households Synthesizing geog id: state 06 county 075 tract 035400 block group 3 dtype: object Drawing 295 households Synthesizing geog id: state 06 county 075 tract 035400 block group 4 dtype: object Drawing 795 households Synthesizing geog id: state 06 county 075 tract 035400 block group 5 dtype: object Drawing 292 households Synthesizing geog id: state 06 county 075 tract 040100 block group 1 dtype: object Drawing 317 households Synthesizing geog id: state 06 county 075 tract 040100 block group 2 dtype: object Drawing 638 households Synthesizing geog id: state 06 county 075 tract 040100 block group 3 dtype: object Drawing 617 households Synthesizing geog id: state 06 county 075 tract 040100 block group 4 dtype: object Drawing 330 households Synthesizing geog id: state 06 county 075 tract 040200 block group 1 dtype: object Drawing 737 households Synthesizing geog id: state 06 county 075 tract 040200 block group 2 dtype: object Drawing 348 households Synthesizing geog id: state 06 county 075 tract 040200 block group 3 dtype: object Drawing 583 households Synthesizing geog id: state 06 county 075 tract 040200 block group 4 dtype: object Drawing 555 households Synthesizing geog id: state 06 county 075 tract 042601 block group 1 dtype: object Drawing 722 households Synthesizing geog id: state 06 county 075 tract 042601 block group 2 dtype: object Drawing 990 households Synthesizing geog id: state 06 county 075 tract 042602 block group 1 dtype: object Drawing 360 households Synthesizing geog id: state 06 county 075 tract 042602 block group 2 dtype: object Drawing 517 households Synthesizing geog id: state 06 county 075 tract 042602 block group 3 dtype: object Drawing 562 households Synthesizing geog id: state 06 county 075 tract 042700 block group 1 dtype: object Drawing 797 households Synthesizing geog id: state 06 county 075 tract 042700 block group 2 dtype: object Drawing 999 households Synthesizing geog id: state 06 county 075 tract 042700 block group 3 dtype: object Drawing 606 households Synthesizing geog id: state 06 county 075 tract 042800 block group 1 dtype: object Drawing 360 households Synthesizing geog id: state 06 county 075 tract 042800 block group 2 dtype: object Drawing 252 households Synthesizing geog id: state 06 county 075 tract 042800 block group 3 dtype: object Drawing 266 households Synthesizing geog id: state 06 county 075 tract 045100 block group 1 dtype: object Drawing 1038 households Synthesizing geog id: state 06 county 075 tract 045100 block group 2 dtype: object Drawing 530 households Synthesizing geog id: state 06 county 075 tract 045100 block group 3 dtype: object Drawing 516 households Synthesizing geog id: state 06 county 075 tract 045200 block group 1 dtype: object Drawing 713 households Synthesizing geog id: state 06 county 075 tract 045200 block group 2 dtype: object Drawing 648 households Synthesizing geog id: state 06 county 075 tract 045200 block group 3 dtype: object Drawing 336 households Synthesizing geog id: state 06 county 075 tract 045200 block group 4 dtype: object Drawing 378 households Synthesizing geog id: state 06 county 075 tract 045200 block group 5 dtype: object Drawing 675 households Synthesizing geog id: state 06 county 075 tract 047600 block group 1 dtype: object Drawing 749 households Synthesizing geog id: state 06 county 075 tract 047600 block group 2 dtype: object Drawing 403 households Synthesizing geog id: state 06 county 075 tract 047600 block group 3 dtype: object Drawing 508 households Synthesizing geog id: state 06 county 075 tract 047600 block group 4 dtype: object Drawing 560 households Synthesizing geog id: state 06 county 075 tract 047701 block group 1 dtype: object Drawing 522 households Synthesizing geog id: state 06 county 075 tract 047701 block group 2 dtype: object Drawing 733 households Synthesizing geog id: state 06 county 075 tract 047701 block group 3 dtype: object Drawing 604 households Synthesizing geog id: state 06 county 075 tract 047702 block group 1 dtype: object Drawing 502 households Synthesizing geog id: state 06 county 075 tract 047702 block group 2 dtype: object Drawing 452 households Synthesizing geog id: state 06 county 075 tract 047702 block group 3 dtype: object Drawing 610 households Synthesizing geog id: state 06 county 075 tract 047801 block group 1 dtype: object Drawing 563 households Synthesizing geog id: state 06 county 075 tract 047801 block group 2 dtype: object Drawing 271 households Synthesizing geog id: state 06 county 075 tract 047801 block group 3 dtype: object Drawing 789 households Synthesizing geog id: state 06 county 075 tract 047802 block group 1 dtype: object Drawing 471 households Synthesizing geog id: state 06 county 075 tract 047802 block group 2 dtype: object Drawing 526 households Synthesizing geog id: state 06 county 075 tract 047802 block group 3 dtype: object Drawing 633 households Synthesizing geog id: state 06 county 075 tract 047901 block group 1 dtype: object Drawing 365 households Synthesizing geog id: state 06 county 075 tract 047901 block group 2 dtype: object Drawing 777 households Synthesizing geog id: state 06 county 075 tract 047901 block group 3 dtype: object Drawing 457 households Synthesizing geog id: state 06 county 075 tract 047901 block group 4 dtype: object Drawing 495 households Synthesizing geog id: state 06 county 075 tract 047901 block group 5 dtype: object Drawing 486 households Synthesizing geog id: state 06 county 075 tract 047902 block group 1 dtype: object Drawing 417 households Synthesizing geog id: state 06 county 075 tract 047902 block group 2 dtype: object Drawing 590 households Synthesizing geog id: state 06 county 075 tract 047902 block group 3 dtype: object Drawing 536 households Synthesizing geog id: state 06 county 075 tract 060100 block group 1 dtype: object Drawing 1127 households Synthesizing geog id: state 06 county 075 tract 060400 block group 1 dtype: object Drawing 1454 households Synthesizing geog id: state 06 county 075 tract 060502 block group 1 dtype: object Drawing 280 households Synthesizing geog id: state 06 county 075 tract 060502 block group 2 dtype: object Drawing 239 households Synthesizing geog id: state 06 county 075 tract 060502 block group 3 dtype: object Drawing 394 households Synthesizing geog id: state 06 county 075 tract 060700 block group 1 dtype: object Drawing 2947 households Synthesizing geog id: state 06 county 075 tract 060700 block group 2 dtype: object Drawing 175 households Synthesizing geog id: state 06 county 075 tract 060700 block group 3 dtype: object Drawing 440 households Synthesizing geog id: state 06 county 075 tract 061000 block group 1 dtype: object Drawing 765 households Synthesizing geog id: state 06 county 075 tract 061000 block group 2 dtype: object Drawing 433 households Synthesizing geog id: state 06 county 075 tract 061100 block group 1 dtype: object Drawing 599 households Synthesizing geog id: state 06 county 075 tract 061100 block group 2 dtype: object Drawing 1001 households Synthesizing geog id: state 06 county 075 tract 061100 block group 3 dtype: object Drawing 560 households Synthesizing geog id: state 06 county 075 tract 061200 block group 1 dtype: object Drawing 285 households Synthesizing geog id: state 06 county 075 tract 061200 block group 2 dtype: object Drawing 819 households Synthesizing geog id: state 06 county 075 tract 061400 block group 1 dtype: object Drawing 830 households Synthesizing geog id: state 06 county 075 tract 061400 block group 2 dtype: object Drawing 1000 households Synthesizing geog id: state 06 county 075 tract 061400 block group 3 dtype: object Drawing 557 households Synthesizing geog id: state 06 county 075 tract 061500 block group 1 dtype: object Drawing 946 households Synthesizing geog id: state 06 county 075 tract 061500 block group 2 dtype: object Drawing 602 households Synthesizing geog id: state 06 county 075 tract 061500 block group 3 dtype: object Drawing 796 households Synthesizing geog id: state 06 county 075 tract 061500 block group 4 dtype: object Drawing 894 households Synthesizing geog id: state 06 county 075 tract 061500 block group 5 dtype: object Drawing 657 households Synthesizing geog id: state 06 county 075 tract 061500 block group 6 dtype: object Drawing 1904 households Synthesizing geog id: state 06 county 075 tract 980200 block group 1 dtype: object Drawing 76 households Synthesizing geog id: state 06 county 075 tract 980300 block group 1 dtype: object Drawing 23 households Synthesizing geog id: state 06 county 075 tract 980401 block group 1 dtype: object Drawing 0 households Synthesizing geog id: state 06 county 075 tract 980501 block group 1 dtype: object Drawing 234 households Synthesizing geog id: state 06 county 075 tract 980600 block group 1 dtype: object Drawing 109 households Synthesizing geog id: state 06 county 075 tract 980900 block group 1 dtype: object Drawing 177 households Synthesizing geog id: state 06 county 075 tract 990100 block group 0 dtype: object Drawing 0 households Synthesizing at geog level: 'block_group' (number of geographies is 106) Synthesizing geog id: state 06 county 055 tract 200201 block group 1 dtype: object Drawing 415 households Synthesizing geog id: state 06 county 055 tract 200201 block group 2 dtype: object Drawing 473 households Synthesizing geog id: state 06 county 055 tract 200201 block group 3 dtype: object Drawing 397 households Synthesizing geog id: state 06 county 055 tract 200202 block group 1 dtype: object Drawing 297 households Synthesizing geog id: state 06 county 055 tract 200202 block group 2 dtype: object Drawing 151 households Synthesizing geog id: state 06 county 055 tract 200202 block group 3 dtype: object Drawing 598 households Synthesizing geog id: state 06 county 055 tract 200203 block group 1 dtype: object Drawing 420 households Synthesizing geog id: state 06 county 055 tract 200203 block group 2 dtype: object Drawing 438 households Synthesizing geog id: state 06 county 055 tract 200301 block group 1 dtype: object Drawing 637 households Synthesizing geog id: state 06 county 055 tract 200301 block group 2 dtype: object Drawing 442 households Synthesizing geog id: state 06 county 055 tract 200301 block group 3 dtype: object Drawing 630 households Synthesizing geog id: state 06 county 055 tract 200302 block group 1 dtype: object Drawing 364 households Synthesizing geog id: state 06 county 055 tract 200302 block group 2 dtype: object Drawing 552 households Synthesizing geog id: state 06 county 055 tract 200400 block group 1 dtype: object Drawing 452 households Synthesizing geog id: state 06 county 055 tract 200400 block group 2 dtype: object Drawing 607 households Synthesizing geog id: state 06 county 055 tract 200400 block group 3 dtype: object Drawing 404 households Synthesizing geog id: state 06 county 055 tract 200501 block group 1 dtype: object Drawing 440 households Synthesizing geog id: state 06 county 055 tract 200501 block group 2 dtype: object Drawing 457 households Synthesizing geog id: state 06 county 055 tract 200501 block group 3 dtype: object Drawing 958 households Synthesizing geog id: state 06 county 055 tract 200503 block group 1 dtype: object Drawing 597 households Synthesizing geog id: state 06 county 055 tract 200503 block group 2 dtype: object Drawing 178 households Synthesizing geog id: state 06 county 055 tract 200504 block group 1 dtype: object Drawing 562 households Synthesizing geog id: state 06 county 055 tract 200504 block group 2 dtype: object Drawing 1185 households Synthesizing geog id: state 06 county 055 tract 200504 block group 3 dtype: object Drawing 570 households Synthesizing geog id: state 06 county 055 tract 200505 block group 1 dtype: object Drawing 518 households Synthesizing geog id: state 06 county 055 tract 200505 block group 2 dtype: object Drawing 479 households Synthesizing geog id: state 06 county 055 tract 200601 block group 1 dtype: object Drawing 493 households Synthesizing geog id: state 06 county 055 tract 200601 block group 2 dtype: object Drawing 392 households Synthesizing geog id: state 06 county 055 tract 200601 block group 3 dtype: object Drawing 414 households Synthesizing geog id: state 06 county 055 tract 200601 block group 4 dtype: object Drawing 309 households Synthesizing geog id: state 06 county 055 tract 200602 block group 1 dtype: object Drawing 1113 households Synthesizing geog id: state 06 county 055 tract 200602 block group 2 dtype: object Drawing 358 households Synthesizing geog id: state 06 county 055 tract 200602 block group 3 dtype: object Drawing 376 households Synthesizing geog id: state 06 county 055 tract 200703 block group 1 dtype: object Drawing 782 households Synthesizing geog id: state 06 county 055 tract 200703 block group 2 dtype: object Drawing 355 households Synthesizing geog id: state 06 county 055 tract 200704 block group 1 dtype: object Drawing 660 households Synthesizing geog id: state 06 county 055 tract 200704 block group 2 dtype: object Drawing 403 households Synthesizing geog id: state 06 county 055 tract 200704 block group 3 dtype: object Drawing 515 households Synthesizing geog id: state 06 county 055 tract 200705 block group 1 dtype: object Drawing 550 households Synthesizing geog id: state 06 county 055 tract 200705 block group 2 dtype: object Drawing 454 households Synthesizing geog id: state 06 county 055 tract 200706 block group 1 dtype: object Drawing 453 households Synthesizing geog id: state 06 county 055 tract 200706 block group 2 dtype: object Drawing 314 households Synthesizing geog id: state 06 county 055 tract 200706 block group 3 dtype: object Drawing 343 households Synthesizing geog id: state 06 county 055 tract 200707 block group 1 dtype: object Drawing 864 households Synthesizing geog id: state 06 county 055 tract 200707 block group 2 dtype: object Drawing 470 households Synthesizing geog id: state 06 county 055 tract 200802 block group 1 dtype: object Drawing 348 households Synthesizing geog id: state 06 county 055 tract 200802 block group 2 dtype: object Drawing 777 households Synthesizing geog id: state 06 county 055 tract 200802 block group 3 dtype: object Drawing 1164 households Synthesizing geog id: state 06 county 055 tract 200803 block group 1 dtype: object Drawing 321 households Synthesizing geog id: state 06 county 055 tract 200803 block group 2 dtype: object Drawing 543 households Synthesizing geog id: state 06 county 055 tract 200804 block group 1 dtype: object Drawing 397 households Synthesizing geog id: state 06 county 055 tract 200804 block group 2 dtype: object Drawing 400 households Synthesizing geog id: state 06 county 055 tract 200804 block group 3 dtype: object Drawing 506 households Synthesizing geog id: state 06 county 055 tract 200804 block group 4 dtype: object Drawing 440 households Synthesizing geog id: state 06 county 055 tract 200900 block group 1 dtype: object Drawing 19 households Synthesizing geog id: state 06 county 055 tract 201003 block group 1 dtype: object Drawing 244 households Synthesizing geog id: state 06 county 055 tract 201003 block group 2 dtype: object Drawing 914 households Synthesizing geog id: state 06 county 055 tract 201004 block group 1 dtype: object Drawing 1150 households Synthesizing geog id: state 06 county 055 tract 201004 block group 2 dtype: object Drawing 718 households Synthesizing geog id: state 06 county 055 tract 201005 block group 1 dtype: object Drawing 255 households Synthesizing geog id: state 06 county 055 tract 201005 block group 2 dtype: object Drawing 434 households Synthesizing geog id: state 06 county 055 tract 201006 block group 1 dtype: object Drawing 440 households Synthesizing geog id: state 06 county 055 tract 201006 block group 2 dtype: object Drawing 428 households Synthesizing geog id: state 06 county 055 tract 201007 block group 1 dtype: object Drawing 488 households Synthesizing geog id: state 06 county 055 tract 201007 block group 2 dtype: object Drawing 567 households Synthesizing geog id: state 06 county 055 tract 201101 block group 1 dtype: object Drawing 446 households Synthesizing geog id: state 06 county 055 tract 201101 block group 2 dtype: object Drawing 321 households Synthesizing geog id: state 06 county 055 tract 201102 block group 1 dtype: object Drawing 477 households Synthesizing geog id: state 06 county 055 tract 201102 block group 2 dtype: object Drawing 326 households Synthesizing geog id: state 06 county 055 tract 201200 block group 1 dtype: object Drawing 257 households Synthesizing geog id: state 06 county 055 tract 201200 block group 2 dtype: object Drawing 393 households Synthesizing geog id: state 06 county 055 tract 201200 block group 3 dtype: object Drawing 812 households Synthesizing geog id: state 06 county 055 tract 201200 block group 4 dtype: object Drawing 487 households Synthesizing geog id: state 06 county 055 tract 201300 block group 1 dtype: object Drawing 660 households Synthesizing geog id: state 06 county 055 tract 201300 block group 2 dtype: object Drawing 568 households Synthesizing geog id: state 06 county 055 tract 201300 block group 3 dtype: object Drawing 11 households Synthesizing geog id: state 06 county 055 tract 201401 block group 1 dtype: object Drawing 341 households Synthesizing geog id: state 06 county 055 tract 201401 block group 2 dtype: object Drawing 598 households Synthesizing geog id: state 06 county 055 tract 201401 block group 3 dtype: object Drawing 585 households Synthesizing geog id: state 06 county 055 tract 201402 block group 1 dtype: object Drawing 280 households Synthesizing geog id: state 06 county 055 tract 201402 block group 2 dtype: object Drawing 309 households Synthesizing geog id: state 06 county 055 tract 201402 block group 3 dtype: object Drawing 538 households Synthesizing geog id: state 06 county 055 tract 201403 block group 1 dtype: object Drawing 93 households Synthesizing geog id: state 06 county 055 tract 201403 block group 2 dtype: object Drawing 202 households Synthesizing geog id: state 06 county 055 tract 201500 block group 1 dtype: object Drawing 415 households Synthesizing geog id: state 06 county 055 tract 201500 block group 2 dtype: object Drawing 380 households Synthesizing geog id: state 06 county 055 tract 201601 block group 1 dtype: object Drawing 473 households Synthesizing geog id: state 06 county 055 tract 201601 block group 2 dtype: object Drawing 539 households Synthesizing geog id: state 06 county 055 tract 201602 block group 1 dtype: object Drawing 502 households Synthesizing geog id: state 06 county 055 tract 201602 block group 2 dtype: object Drawing 271 households Synthesizing geog id: state 06 county 055 tract 201602 block group 3 dtype: object Drawing 174 households Synthesizing geog id: state 06 county 055 tract 201602 block group 4 dtype: object Drawing 617 households Synthesizing geog id: state 06 county 055 tract 201700 block group 1 dtype: object Drawing 228 households Synthesizing geog id: state 06 county 055 tract 201700 block group 2 dtype: object Drawing 343 households Synthesizing geog id: state 06 county 055 tract 201700 block group 3 dtype: object Drawing 340 households Synthesizing geog id: state 06 county 055 tract 201700 block group 4 dtype: object Drawing 361 households Synthesizing geog id: state 06 county 055 tract 201700 block group 5 dtype: object Drawing 242 households Synthesizing geog id: state 06 county 055 tract 201700 block group 6 dtype: object Drawing 260 households Synthesizing geog id: state 06 county 055 tract 201800 block group 1 dtype: object Drawing 409 households Synthesizing geog id: state 06 county 055 tract 201800 block group 2 dtype: object Drawing 322 households Synthesizing geog id: state 06 county 055 tract 201900 block group 1 dtype: object Drawing 222 households Synthesizing geog id: state 06 county 055 tract 201900 block group 2 dtype: object Drawing 315 households Synthesizing geog id: state 06 county 055 tract 202000 block group 1 dtype: object Drawing 487 households Synthesizing geog id: state 06 county 055 tract 202000 block group 2 dtype: object Drawing 351 households Synthesizing geog id: state 06 county 055 tract 202000 block group 3 dtype: object Drawing 557 households Synthesizing geog id: state 06 county 055 tract 202000 block group 4 dtype: object Drawing 583 households Synthesizing at geog level: 'block_group' (number of geographies is 387) Synthesizing geog id: state 06 county 097 tract 150100 block group 1 dtype: object Drawing 682 households Synthesizing geog id: state 06 county 097 tract 150100 block group 2 dtype: object Drawing 223 households Synthesizing geog id: state 06 county 097 tract 150100 block group 3 dtype: object Drawing 179 households Synthesizing geog id: state 06 county 097 tract 150202 block group 1 dtype: object Drawing 388 households Synthesizing geog id: state 06 county 097 tract 150202 block group 2 dtype: object Drawing 367 households Synthesizing geog id: state 06 county 097 tract 150202 block group 3 dtype: object Drawing 358 households Synthesizing geog id: state 06 county 097 tract 150202 block group 4 dtype: object Drawing 672 households Synthesizing geog id: state 06 county 097 tract 150202 block group 5 dtype: object Drawing 549 households Synthesizing geog id: state 06 county 097 tract 150203 block group 1 dtype: object Drawing 664 households Synthesizing geog id: state 06 county 097 tract 150203 block group 2 dtype: object Drawing 593 households Synthesizing geog id: state 06 county 097 tract 150203 block group 3 dtype: object Drawing 913 households Synthesizing geog id: state 06 county 097 tract 150204 block group 1 dtype: object Drawing 389 households Synthesizing geog id: state 06 county 097 tract 150204 block group 2 dtype: object Drawing 780 households Synthesizing geog id: state 06 county 097 tract 150204 block group 3 dtype: object Drawing 540 households Synthesizing geog id: state 06 county 097 tract 150303 block group 1 dtype: object Drawing 365 households Synthesizing geog id: state 06 county 097 tract 150303 block group 2 dtype: object Drawing 455 households Synthesizing geog id: state 06 county 097 tract 150303 block group 3 dtype: object Drawing 288 households Synthesizing geog id: state 06 county 097 tract 150303 block group 4 dtype: object Drawing 1069 households Synthesizing geog id: state 06 county 097 tract 150304 block group 1 dtype: object Drawing 301 households Synthesizing geog id: state 06 county 097 tract 150304 block group 2 dtype: object Drawing 726 households Synthesizing geog id: state 06 county 097 tract 150304 block group 3 dtype: object Drawing 639 households Synthesizing geog id: state 06 county 097 tract 150304 block group 4 dtype: object Drawing 495 households Synthesizing geog id: state 06 county 097 tract 150305 block group 1 dtype: object Drawing 264 households Synthesizing geog id: state 06 county 097 tract 150305 block group 2 dtype: object Drawing 623 households Synthesizing geog id: state 06 county 097 tract 150305 block group 3 dtype: object Drawing 452 households Synthesizing geog id: state 06 county 097 tract 150305 block group 4 dtype: object Drawing 311 households Synthesizing geog id: state 06 county 097 tract 150306 block group 1 dtype: object Drawing 277 households Synthesizing geog id: state 06 county 097 tract 150306 block group 2 dtype: object Drawing 532 households Synthesizing geog id: state 06 county 097 tract 150306 block group 3 dtype: object Drawing 790 households Synthesizing geog id: state 06 county 097 tract 150500 block group 1 dtype: object Drawing 130 households Synthesizing geog id: state 06 county 097 tract 150500 block group 2 dtype: object Drawing 191 households Synthesizing geog id: state 06 county 097 tract 150500 block group 3 dtype: object Drawing 618 households Synthesizing geog id: state 06 county 097 tract 150500 block group 4 dtype: object Drawing 130 households Synthesizing geog id: state 06 county 097 tract 150500 block group 5 dtype: object Drawing 482 households Synthesizing geog id: state 06 county 097 tract 150500 block group 6 dtype: object Drawing 309 households Synthesizing geog id: state 06 county 097 tract 150601 block group 1 dtype: object Drawing 392 households Synthesizing geog id: state 06 county 097 tract 150601 block group 2 dtype: object Drawing 288 households Synthesizing geog id: state 06 county 097 tract 150601 block group 3 dtype: object Drawing 416 households Synthesizing geog id: state 06 county 097 tract 150601 block group 4 dtype: object Drawing 258 households Synthesizing geog id: state 06 county 097 tract 150602 block group 1 dtype: object Drawing 401 households Synthesizing geog id: state 06 county 097 tract 150602 block group 2 dtype: object Drawing 158 households Synthesizing geog id: state 06 county 097 tract 150602 block group 3 dtype: object Drawing 514 households Synthesizing geog id: state 06 county 097 tract 150602 block group 4 dtype: object Drawing 430 households Synthesizing geog id: state 06 county 097 tract 150603 block group 1 dtype: object Drawing 802 households Synthesizing geog id: state 06 county 097 tract 150603 block group 2 dtype: object Drawing 315 households Synthesizing geog id: state 06 county 097 tract 150603 block group 3 dtype: object Drawing 166 households Synthesizing geog id: state 06 county 097 tract 150603 block group 4 dtype: object Drawing 665 households Synthesizing geog id: state 06 county 097 tract 150603 block group 5 dtype: object Drawing 377 households Synthesizing geog id: state 06 county 097 tract 150603 block group 6 dtype: object Drawing 298 households Synthesizing geog id: state 06 county 097 tract 150607 block group 1 dtype: object Drawing 404 households Synthesizing geog id: state 06 county 097 tract 150607 block group 2 dtype: object Drawing 359 households Synthesizing geog id: state 06 county 097 tract 150607 block group 3 dtype: object Drawing 1108 households Synthesizing geog id: state 06 county 097 tract 150609 block group 1 dtype: object Drawing 615 households Synthesizing geog id: state 06 county 097 tract 150609 block group 2 dtype: object Drawing 380 households Synthesizing geog id: state 06 county 097 tract 150609 block group 3 dtype: object Drawing 564 households Synthesizing geog id: state 06 county 097 tract 150609 block group 4 dtype: object Drawing 301 households Synthesizing geog id: state 06 county 097 tract 150610 block group 1 dtype: object Drawing 401 households Synthesizing geog id: state 06 county 097 tract 150610 block group 2 dtype: object Drawing 728 households Synthesizing geog id: state 06 county 097 tract 150610 block group 3 dtype: object Drawing 266 households Synthesizing geog id: state 06 county 097 tract 150611 block group 1 dtype: object Drawing 880 households Synthesizing geog id: state 06 county 097 tract 150611 block group 2 dtype: object Drawing 328 households Synthesizing geog id: state 06 county 097 tract 150611 block group 3 dtype: object Drawing 98 households Synthesizing geog id: state 06 county 097 tract 150612 block group 1 dtype: object Drawing 1034 households Synthesizing geog id: state 06 county 097 tract 150612 block group 2 dtype: object Drawing 647 households Synthesizing geog id: state 06 county 097 tract 150701 block group 1 dtype: object Drawing 598 households Synthesizing geog id: state 06 county 097 tract 150701 block group 2 dtype: object Drawing 621 households Synthesizing geog id: state 06 county 097 tract 150701 block group 3 dtype: object Drawing 529 households Synthesizing geog id: state 06 county 097 tract 150701 block group 4 dtype: object Drawing 300 households Synthesizing geog id: state 06 county 097 tract 150702 block group 1 dtype: object Drawing 479 households Synthesizing geog id: state 06 county 097 tract 150702 block group 2 dtype: object Drawing 353 households Synthesizing geog id: state 06 county 097 tract 150702 block group 3 dtype: object Drawing 462 households Synthesizing geog id: state 06 county 097 tract 150702 block group 4 dtype: object Drawing 393 households Synthesizing geog id: state 06 county 097 tract 150800 block group 1 dtype: object Drawing 430 households Synthesizing geog id: state 06 county 097 tract 150800 block group 2 dtype: object Drawing 453 households Synthesizing geog id: state 06 county 097 tract 150800 block group 3 dtype: object Drawing 277 households Synthesizing geog id: state 06 county 097 tract 150800 block group 4 dtype: object Drawing 729 households Synthesizing geog id: state 06 county 097 tract 150901 block group 1 dtype: object Drawing 404 households Synthesizing geog id: state 06 county 097 tract 150901 block group 2 dtype: object Drawing 306 households Synthesizing geog id: state 06 county 097 tract 150901 block group 3 dtype: object Drawing 492 households Synthesizing geog id: state 06 county 097 tract 150901 block group 4 dtype: object Drawing 274 households Synthesizing geog id: state 06 county 097 tract 150901 block group 5 dtype: object Drawing 414 households Synthesizing geog id: state 06 county 097 tract 150902 block group 1 dtype: object Drawing 413 households Synthesizing geog id: state 06 county 097 tract 150902 block group 2 dtype: object Drawing 359 households Synthesizing geog id: state 06 county 097 tract 150902 block group 3 dtype: object Drawing 331 households Synthesizing geog id: state 06 county 097 tract 150902 block group 4 dtype: object Drawing 256 households Synthesizing geog id: state 06 county 097 tract 151000 block group 1 dtype: object Drawing 420 households Synthesizing geog id: state 06 county 097 tract 151000 block group 2 dtype: object Drawing 508 households Synthesizing geog id: state 06 county 097 tract 151000 block group 3 dtype: object Drawing 506 households Synthesizing geog id: state 06 county 097 tract 151100 block group 1 dtype: object Drawing 642 households Synthesizing geog id: state 06 county 097 tract 151100 block group 2 dtype: object Drawing 656 households Synthesizing geog id: state 06 county 097 tract 151100 block group 3 dtype: object Drawing 420 households Synthesizing geog id: state 06 county 097 tract 151201 block group 1 dtype: object Drawing 665 households Synthesizing geog id: state 06 county 097 tract 151201 block group 2 dtype: object Drawing 293 households Synthesizing geog id: state 06 county 097 tract 151201 block group 3 dtype: object Drawing 358 households Synthesizing geog id: state 06 county 097 tract 151201 block group 4 dtype: object Drawing 776 households Synthesizing geog id: state 06 county 097 tract 151201 block group 5 dtype: object Drawing 653 households Synthesizing geog id: state 06 county 097 tract 151203 block group 1 dtype: object Drawing 492 households Synthesizing geog id: state 06 county 097 tract 151203 block group 2 dtype: object Drawing 461 households Synthesizing geog id: state 06 county 097 tract 151203 block group 3 dtype: object Drawing 415 households Synthesizing geog id: state 06 county 097 tract 151203 block group 4 dtype: object Drawing 755 households Synthesizing geog id: state 06 county 097 tract 151204 block group 1 dtype: object Drawing 741 households Synthesizing geog id: state 06 county 097 tract 151204 block group 2 dtype: object Drawing 541 households Synthesizing geog id: state 06 county 097 tract 151204 block group 3 dtype: object Drawing 288 households Synthesizing geog id: state 06 county 097 tract 151301 block group 1 dtype: object Drawing 574 households Synthesizing geog id: state 06 county 097 tract 151301 block group 2 dtype: object Drawing 441 households Synthesizing geog id: state 06 county 097 tract 151301 block group 3 dtype: object Drawing 563 households Synthesizing geog id: state 06 county 097 tract 151305 block group 1 dtype: object Drawing 989 households Synthesizing geog id: state 06 county 097 tract 151305 block group 2 dtype: object Drawing 256 households Synthesizing geog id: state 06 county 097 tract 151305 block group 3 dtype: object Drawing 548 households Synthesizing geog id: state 06 county 097 tract 151305 block group 4 dtype: object Drawing 511 households Synthesizing geog id: state 06 county 097 tract 151306 block group 1 dtype: object Drawing 184 households Synthesizing geog id: state 06 county 097 tract 151306 block group 2 dtype: object Drawing 433 households Synthesizing geog id: state 06 county 097 tract 151306 block group 3 dtype: object Drawing 403 households Synthesizing geog id: state 06 county 097 tract 151306 block group 4 dtype: object Drawing 553 households Synthesizing geog id: state 06 county 097 tract 151307 block group 1 dtype: object Drawing 513 households Synthesizing geog id: state 06 county 097 tract 151307 block group 2 dtype: object Drawing 362 households Synthesizing geog id: state 06 county 097 tract 151307 block group 3 dtype: object Drawing 443 households Synthesizing geog id: state 06 county 097 tract 151307 block group 4 dtype: object Drawing 414 households Synthesizing geog id: state 06 county 097 tract 151308 block group 1 dtype: object Drawing 306 households Synthesizing geog id: state 06 county 097 tract 151308 block group 2 dtype: object Drawing 755 households Synthesizing geog id: state 06 county 097 tract 151308 block group 3 dtype: object Drawing 297 households Synthesizing geog id: state 06 county 097 tract 151308 block group 4 dtype: object Drawing 181 households Synthesizing geog id: state 06 county 097 tract 151308 block group 5 dtype: object Drawing 575 households Synthesizing geog id: state 06 county 097 tract 151309 block group 1 dtype: object Drawing 358 households Synthesizing geog id: state 06 county 097 tract 151309 block group 2 dtype: object Drawing 771 households Synthesizing geog id: state 06 county 097 tract 151309 block group 3 dtype: object Drawing 675 households Synthesizing geog id: state 06 county 097 tract 151310 block group 1 dtype: object Drawing 301 households Synthesizing geog id: state 06 county 097 tract 151310 block group 2 dtype: object Drawing 588 households Synthesizing geog id: state 06 county 097 tract 151310 block group 3 dtype: object Drawing 361 households Synthesizing geog id: state 06 county 097 tract 151310 block group 4 dtype: object Drawing 170 households Synthesizing geog id: state 06 county 097 tract 151311 block group 1 dtype: object Drawing 296 households Synthesizing geog id: state 06 county 097 tract 151311 block group 2 dtype: object Drawing 769 households Synthesizing geog id: state 06 county 097 tract 151311 block group 3 dtype: object Drawing 731 households Synthesizing geog id: state 06 county 097 tract 151311 block group 4 dtype: object Drawing 371 households Synthesizing geog id: state 06 county 097 tract 151311 block group 5 dtype: object Drawing 276 households Synthesizing geog id: state 06 county 097 tract 151401 block group 1 dtype: object Drawing 1176 households Synthesizing geog id: state 06 county 097 tract 151401 block group 2 dtype: object Drawing 483 households Synthesizing geog id: state 06 county 097 tract 151401 block group 3 dtype: object Drawing 276 households Synthesizing geog id: state 06 county 097 tract 151402 block group 1 dtype: object Drawing 807 households Synthesizing geog id: state 06 county 097 tract 151402 block group 2 dtype: object Drawing 764 households Synthesizing geog id: state 06 county 097 tract 151402 block group 3 dtype: object Drawing 980 households Synthesizing geog id: state 06 county 097 tract 151402 block group 4 dtype: object Drawing 305 households Synthesizing geog id: state 06 county 097 tract 151402 block group 5 dtype: object Drawing 566 households Synthesizing geog id: state 06 county 097 tract 151502 block group 1 dtype: object Drawing 681 households Synthesizing geog id: state 06 county 097 tract 151502 block group 2 dtype: object Drawing 306 households Synthesizing geog id: state 06 county 097 tract 151502 block group 3 dtype: object Drawing 290 households Synthesizing geog id: state 06 county 097 tract 151502 block group 4 dtype: object Drawing 293 households Synthesizing geog id: state 06 county 097 tract 151502 block group 5 dtype: object Drawing 436 households Synthesizing geog id: state 06 county 097 tract 151502 block group 6 dtype: object Drawing 908 households Synthesizing geog id: state 06 county 097 tract 151503 block group 1 dtype: object Drawing 639 households Synthesizing geog id: state 06 county 097 tract 151503 block group 2 dtype: object Drawing 267 households Synthesizing geog id: state 06 county 097 tract 151503 block group 3 dtype: object Drawing 548 households Synthesizing geog id: state 06 county 097 tract 151504 block group 1 dtype: object Drawing 475 households Synthesizing geog id: state 06 county 097 tract 151504 block group 2 dtype: object Drawing 432 households Synthesizing geog id: state 06 county 097 tract 151504 block group 3 dtype: object Drawing 437 households Synthesizing geog id: state 06 county 097 tract 151601 block group 1 dtype: object Drawing 443 households Synthesizing geog id: state 06 county 097 tract 151601 block group 2 dtype: object Drawing 485 households Synthesizing geog id: state 06 county 097 tract 151601 block group 3 dtype: object Drawing 684 households Synthesizing geog id: state 06 county 097 tract 151602 block group 1 dtype: object Drawing 600 households Synthesizing geog id: state 06 county 097 tract 151602 block group 2 dtype: object Drawing 538 households Synthesizing geog id: state 06 county 097 tract 151602 block group 3 dtype: object Drawing 668 households Synthesizing geog id: state 06 county 097 tract 151700 block group 1 dtype: object Drawing 404 households Synthesizing geog id: state 06 county 097 tract 151700 block group 2 dtype: object Drawing 347 households Synthesizing geog id: state 06 county 097 tract 151700 block group 3 dtype: object Drawing 418 households Synthesizing geog id: state 06 county 097 tract 151700 block group 4 dtype: object Drawing 650 households Synthesizing geog id: state 06 county 097 tract 151700 block group 5 dtype: object Drawing 566 households Synthesizing geog id: state 06 county 097 tract 151700 block group 6 dtype: object Drawing 489 households Synthesizing geog id: state 06 county 097 tract 151800 block group 1 dtype: object Drawing 541 households Synthesizing geog id: state 06 county 097 tract 151800 block group 2 dtype: object Drawing 214 households Synthesizing geog id: state 06 county 097 tract 151800 block group 3 dtype: object Drawing 279 households Synthesizing geog id: state 06 county 097 tract 151800 block group 4 dtype: object Drawing 646 households Synthesizing geog id: state 06 county 097 tract 151800 block group 5 dtype: object Drawing 324 households Synthesizing geog id: state 06 county 097 tract 151900 block group 1 dtype: object Drawing 253 households Synthesizing geog id: state 06 county 097 tract 151900 block group 2 dtype: object Drawing 393 households Synthesizing geog id: state 06 county 097 tract 151900 block group 3 dtype: object Drawing 286 households Synthesizing geog id: state 06 county 097 tract 151900 block group 4 dtype: object Drawing 388 households Synthesizing geog id: state 06 county 097 tract 152000 block group 1 dtype: object Drawing 565 households Synthesizing geog id: state 06 county 097 tract 152000 block group 2 dtype: object Drawing 344 households Synthesizing geog id: state 06 county 097 tract 152100 block group 1 dtype: object Drawing 358 households Synthesizing geog id: state 06 county 097 tract 152100 block group 2 dtype: object Drawing 261 households Synthesizing geog id: state 06 county 097 tract 152100 block group 3 dtype: object Drawing 380 households Synthesizing geog id: state 06 county 097 tract 152201 block group 1 dtype: object Drawing 346 households Synthesizing geog id: state 06 county 097 tract 152201 block group 2 dtype: object Drawing 475 households Synthesizing geog id: state 06 county 097 tract 152201 block group 3 dtype: object Drawing 470 households Synthesizing geog id: state 06 county 097 tract 152201 block group 4 dtype: object Drawing 377 households Synthesizing geog id: state 06 county 097 tract 152202 block group 1 dtype: object Drawing 247 households Synthesizing geog id: state 06 county 097 tract 152202 block group 2 dtype: object Drawing 1230 households Synthesizing geog id: state 06 county 097 tract 152202 block group 3 dtype: object Drawing 479 households Synthesizing geog id: state 06 county 097 tract 152202 block group 4 dtype: object Drawing 437 households Synthesizing geog id: state 06 county 097 tract 152202 block group 5 dtype: object Drawing 487 households Synthesizing geog id: state 06 county 097 tract 152203 block group 1 dtype: object Drawing 384 households Synthesizing geog id: state 06 county 097 tract 152203 block group 2 dtype: object Drawing 411 households Synthesizing geog id: state 06 county 097 tract 152203 block group 3 dtype: object Drawing 474 households Synthesizing geog id: state 06 county 097 tract 152203 block group 4 dtype: object Drawing 447 households Synthesizing geog id: state 06 county 097 tract 152300 block group 1 dtype: object Drawing 626 households Synthesizing geog id: state 06 county 097 tract 152300 block group 2 dtype: object Drawing 434 households Synthesizing geog id: state 06 county 097 tract 152300 block group 3 dtype: object Drawing 518 households Synthesizing geog id: state 06 county 097 tract 152300 block group 4 dtype: object Drawing 353 households Synthesizing geog id: state 06 county 097 tract 152400 block group 1 dtype: object Drawing 930 households Synthesizing geog id: state 06 county 097 tract 152400 block group 2 dtype: object Drawing 601 households Synthesizing geog id: state 06 county 097 tract 152400 block group 3 dtype: object Drawing 819 households Synthesizing geog id: state 06 county 097 tract 152400 block group 4 dtype: object Drawing 1079 households Synthesizing geog id: state 06 county 097 tract 152400 block group 5 dtype: object Drawing 685 households Synthesizing geog id: state 06 county 097 tract 152501 block group 1 dtype: object Drawing 738 households Synthesizing geog id: state 06 county 097 tract 152501 block group 2 dtype: object Drawing 502 households Synthesizing geog id: state 06 county 097 tract 152501 block group 3 dtype: object Drawing 408 households Synthesizing geog id: state 06 county 097 tract 152502 block group 1 dtype: object Drawing 549 households Synthesizing geog id: state 06 county 097 tract 152502 block group 2 dtype: object Drawing 539 households Synthesizing geog id: state 06 county 097 tract 152502 block group 3 dtype: object Drawing 398 households Synthesizing geog id: state 06 county 097 tract 152600 block group 1 dtype: object Drawing 610 households Synthesizing geog id: state 06 county 097 tract 152600 block group 2 dtype: object Drawing 764 households Synthesizing geog id: state 06 county 097 tract 152600 block group 3 dtype: object Drawing 399 households Synthesizing geog id: state 06 county 097 tract 152600 block group 4 dtype: object Drawing 505 households Synthesizing geog id: state 06 county 097 tract 152600 block group 5 dtype: object Drawing 603 households Synthesizing geog id: state 06 county 097 tract 152600 block group 6 dtype: object Drawing 237 households Synthesizing geog id: state 06 county 097 tract 152701 block group 1 dtype: object Drawing 577 households Synthesizing geog id: state 06 county 097 tract 152701 block group 2 dtype: object Drawing 342 households Synthesizing geog id: state 06 county 097 tract 152701 block group 3 dtype: object Drawing 271 households Synthesizing geog id: state 06 county 097 tract 152701 block group 4 dtype: object Drawing 271 households Synthesizing geog id: state 06 county 097 tract 152701 block group 5 dtype: object Drawing 512 households Synthesizing geog id: state 06 county 097 tract 152702 block group 1 dtype: object Drawing 65 households Synthesizing geog id: state 06 county 097 tract 152702 block group 2 dtype: object Drawing 540 households Synthesizing geog id: state 06 county 097 tract 152702 block group 3 dtype: object Drawing 300 households Synthesizing geog id: state 06 county 097 tract 152702 block group 4 dtype: object Drawing 819 households Synthesizing geog id: state 06 county 097 tract 152702 block group 5 dtype: object Drawing 262 households Synthesizing geog id: state 06 county 097 tract 152801 block group 1 dtype: object Drawing 657 households Synthesizing geog id: state 06 county 097 tract 152801 block group 2 dtype: object Drawing 345 households Synthesizing geog id: state 06 county 097 tract 152801 block group 3 dtype: object Drawing 380 households Synthesizing geog id: state 06 county 097 tract 152801 block group 4 dtype: object Drawing 239 households Synthesizing geog id: state 06 county 097 tract 152801 block group 5 dtype: object Drawing 326 households Synthesizing geog id: state 06 county 097 tract 152802 block group 1 dtype: object Drawing 438 households Synthesizing geog id: state 06 county 097 tract 152802 block group 2 dtype: object Drawing 857 households Synthesizing geog id: state 06 county 097 tract 152802 block group 3 dtype: object Drawing 314 households Synthesizing geog id: state 06 county 097 tract 152802 block group 4 dtype: object Drawing 689 households Synthesizing geog id: state 06 county 097 tract 152802 block group 5 dtype: object Drawing 329 households Synthesizing geog id: state 06 county 097 tract 152903 block group 1 dtype: object Drawing 245 households Synthesizing geog id: state 06 county 097 tract 152903 block group 2 dtype: object Drawing 750 households Synthesizing geog id: state 06 county 097 tract 152903 block group 3 dtype: object Drawing 178 households Synthesizing geog id: state 06 county 097 tract 152903 block group 4 dtype: object Drawing 384 households Synthesizing geog id: state 06 county 097 tract 152904 block group 1 dtype: object Drawing 809 households Synthesizing geog id: state 06 county 097 tract 152904 block group 2 dtype: object Drawing 286 households Synthesizing geog id: state 06 county 097 tract 152904 block group 3 dtype: object Drawing 377 households Synthesizing geog id: state 06 county 097 tract 152904 block group 4 dtype: object Drawing 388 households Synthesizing geog id: state 06 county 097 tract 152905 block group 1 dtype: object Drawing 564 households Synthesizing geog id: state 06 county 097 tract 152905 block group 2 dtype: object Drawing 441 households Synthesizing geog id: state 06 county 097 tract 152905 block group 3 dtype: object Drawing 459 households Synthesizing geog id: state 06 county 097 tract 152906 block group 1 dtype: object Drawing 1087 households Synthesizing geog id: state 06 county 097 tract 152906 block group 2 dtype: object Drawing 678 households Synthesizing geog id: state 06 county 097 tract 153001 block group 1 dtype: object Drawing 711 households Synthesizing geog id: state 06 county 097 tract 153001 block group 2 dtype: object Drawing 586 households Synthesizing geog id: state 06 county 097 tract 153001 block group 3 dtype: object Drawing 962 households Synthesizing geog id: state 06 county 097 tract 153002 block group 1 dtype: object Drawing 503 households Synthesizing geog id: state 06 county 097 tract 153002 block group 2 dtype: object Drawing 481 households Synthesizing geog id: state 06 county 097 tract 153002 block group 3 dtype: object Drawing 212 households Synthesizing geog id: state 06 county 097 tract 153002 block group 4 dtype: object Drawing 396 households Synthesizing geog id: state 06 county 097 tract 153002 block group 5 dtype: object Drawing 250 households Synthesizing geog id: state 06 county 097 tract 153003 block group 1 dtype: object Drawing 397 households Synthesizing geog id: state 06 county 097 tract 153003 block group 2 dtype: object Drawing 359 households Synthesizing geog id: state 06 county 097 tract 153003 block group 3 dtype: object Drawing 583 households Synthesizing geog id: state 06 county 097 tract 153003 block group 4 dtype: object Drawing 632 households Synthesizing geog id: state 06 county 097 tract 153005 block group 1 dtype: object Drawing 336 households Synthesizing geog id: state 06 county 097 tract 153005 block group 2 dtype: object Drawing 197 households Synthesizing geog id: state 06 county 097 tract 153005 block group 3 dtype: object Drawing 597 households Synthesizing geog id: state 06 county 097 tract 153005 block group 4 dtype: object Drawing 335 households Synthesizing geog id: state 06 county 097 tract 153005 block group 5 dtype: object Drawing 655 households Synthesizing geog id: state 06 county 097 tract 153005 block group 6 dtype: object Drawing 301 households Synthesizing geog id: state 06 county 097 tract 153006 block group 1 dtype: object Drawing 365 households Synthesizing geog id: state 06 county 097 tract 153006 block group 2 dtype: object Drawing 323 households Synthesizing geog id: state 06 county 097 tract 153006 block group 3 dtype: object Drawing 563 households Synthesizing geog id: state 06 county 097 tract 153006 block group 4 dtype: object Drawing 665 households Synthesizing geog id: state 06 county 097 tract 153006 block group 5 dtype: object Drawing 338 households Synthesizing geog id: state 06 county 097 tract 153006 block group 6 dtype: object Drawing 477 households Synthesizing geog id: state 06 county 097 tract 153102 block group 1 dtype: object Drawing 373 households Synthesizing geog id: state 06 county 097 tract 153102 block group 2 dtype: object Drawing 474 households Synthesizing geog id: state 06 county 097 tract 153102 block group 3 dtype: object Drawing 311 households Synthesizing geog id: state 06 county 097 tract 153102 block group 4 dtype: object Drawing 229 households Synthesizing geog id: state 06 county 097 tract 153103 block group 1 dtype: object Drawing 638 households Synthesizing geog id: state 06 county 097 tract 153103 block group 2 dtype: object Drawing 545 households Synthesizing geog id: state 06 county 097 tract 153103 block group 3 dtype: object Drawing 254 households Synthesizing geog id: state 06 county 097 tract 153104 block group 1 dtype: object Drawing 503 households Synthesizing geog id: state 06 county 097 tract 153104 block group 2 dtype: object Drawing 212 households Synthesizing geog id: state 06 county 097 tract 153104 block group 3 dtype: object Drawing 405 households Synthesizing geog id: state 06 county 097 tract 153200 block group 1 dtype: object Drawing 306 households Synthesizing geog id: state 06 county 097 tract 153200 block group 2 dtype: object Drawing 232 households Synthesizing geog id: state 06 county 097 tract 153200 block group 3 dtype: object Drawing 450 households Synthesizing geog id: state 06 county 097 tract 153200 block group 4 dtype: object Drawing 1038 households Synthesizing geog id: state 06 county 097 tract 153300 block group 1 dtype: object Drawing 1212 households Synthesizing geog id: state 06 county 097 tract 153300 block group 2 dtype: object Drawing 329 households Synthesizing geog id: state 06 county 097 tract 153300 block group 3 dtype: object Drawing 365 households Synthesizing geog id: state 06 county 097 tract 153300 block group 4 dtype: object Drawing 1400 households Synthesizing geog id: state 06 county 097 tract 153401 block group 1 dtype: object Drawing 310 households Synthesizing geog id: state 06 county 097 tract 153401 block group 2 dtype: object Drawing 545 households Synthesizing geog id: state 06 county 097 tract 153401 block group 3 dtype: object Drawing 467 households Synthesizing geog id: state 06 county 097 tract 153401 block group 4 dtype: object Drawing 378 households Synthesizing geog id: state 06 county 097 tract 153401 block group 5 dtype: object Drawing 521 households Synthesizing geog id: state 06 county 097 tract 153401 block group 6 dtype: object Drawing 488 households Synthesizing geog id: state 06 county 097 tract 153403 block group 1 dtype: object Drawing 509 households Synthesizing geog id: state 06 county 097 tract 153403 block group 2 dtype: object Drawing 444 households Synthesizing geog id: state 06 county 097 tract 153403 block group 3 dtype: object Drawing 296 households Synthesizing geog id: state 06 county 097 tract 153403 block group 4 dtype: object Drawing 359 households Synthesizing geog id: state 06 county 097 tract 153404 block group 1 dtype: object Drawing 328 households Synthesizing geog id: state 06 county 097 tract 153404 block group 2 dtype: object Drawing 574 households Synthesizing geog id: state 06 county 097 tract 153404 block group 3 dtype: object Drawing 339 households Synthesizing geog id: state 06 county 097 tract 153404 block group 4 dtype: object Drawing 587 households Synthesizing geog id: state 06 county 097 tract 153501 block group 1 dtype: object Drawing 280 households Synthesizing geog id: state 06 county 097 tract 153501 block group 2 dtype: object Drawing 536 households Synthesizing geog id: state 06 county 097 tract 153501 block group 3 dtype: object Drawing 371 households Synthesizing geog id: state 06 county 097 tract 153501 block group 4 dtype: object Drawing 622 households Synthesizing geog id: state 06 county 097 tract 153502 block group 1 dtype: object Drawing 315 households Synthesizing geog id: state 06 county 097 tract 153502 block group 2 dtype: object Drawing 300 households Synthesizing geog id: state 06 county 097 tract 153502 block group 3 dtype: object Drawing 500 households Synthesizing geog id: state 06 county 097 tract 153502 block group 4 dtype: object Drawing 460 households Synthesizing geog id: state 06 county 097 tract 153600 block group 1 dtype: object Drawing 379 households Synthesizing geog id: state 06 county 097 tract 153600 block group 2 dtype: object Drawing 372 households Synthesizing geog id: state 06 county 097 tract 153600 block group 3 dtype: object Drawing 419 households Synthesizing geog id: state 06 county 097 tract 153600 block group 4 dtype: object Drawing 452 households Synthesizing geog id: state 06 county 097 tract 153600 block group 5 dtype: object Drawing 579 households Synthesizing geog id: state 06 county 097 tract 153703 block group 1 dtype: object Drawing 397 households Synthesizing geog id: state 06 county 097 tract 153703 block group 2 dtype: object Drawing 362 households Synthesizing geog id: state 06 county 097 tract 153703 block group 3 dtype: object Drawing 352 households Synthesizing geog id: state 06 county 097 tract 153703 block group 4 dtype: object Drawing 234 households Synthesizing geog id: state 06 county 097 tract 153703 block group 5 dtype: object Drawing 230 households Synthesizing geog id: state 06 county 097 tract 153704 block group 1 dtype: object Drawing 429 households Synthesizing geog id: state 06 county 097 tract 153704 block group 2 dtype: object Drawing 315 households Synthesizing geog id: state 06 county 097 tract 153704 block group 3 dtype: object Drawing 375 households Synthesizing geog id: state 06 county 097 tract 153704 block group 4 dtype: object Drawing 726 households Synthesizing geog id: state 06 county 097 tract 153705 block group 1 dtype: object Drawing 255 households Synthesizing geog id: state 06 county 097 tract 153705 block group 2 dtype: object Drawing 355 households Synthesizing geog id: state 06 county 097 tract 153705 block group 3 dtype: object Drawing 411 households Synthesizing geog id: state 06 county 097 tract 153705 block group 4 dtype: object Drawing 495 households Synthesizing geog id: state 06 county 097 tract 153706 block group 1 dtype: object Drawing 317 households Synthesizing geog id: state 06 county 097 tract 153706 block group 2 dtype: object Drawing 538 households Synthesizing geog id: state 06 county 097 tract 153706 block group 3 dtype: object Drawing 673 households Synthesizing geog id: state 06 county 097 tract 153706 block group 4 dtype: object Drawing 301 households Synthesizing geog id: state 06 county 097 tract 153801 block group 1 dtype: object Drawing 515 households Synthesizing geog id: state 06 county 097 tract 153801 block group 2 dtype: object Drawing 1744 households Synthesizing geog id: state 06 county 097 tract 153801 block group 3 dtype: object Drawing 345 households Synthesizing geog id: state 06 county 097 tract 153801 block group 4 dtype: object Drawing 638 households Synthesizing geog id: state 06 county 097 tract 153804 block group 1 dtype: object Drawing 625 households Synthesizing geog id: state 06 county 097 tract 153804 block group 2 dtype: object Drawing 450 households Synthesizing geog id: state 06 county 097 tract 153806 block group 1 dtype: object Drawing 339 households Synthesizing geog id: state 06 county 097 tract 153806 block group 2 dtype: object Drawing 345 households Synthesizing geog id: state 06 county 097 tract 153806 block group 3 dtype: object Drawing 549 households Synthesizing geog id: state 06 county 097 tract 153807 block group 1 dtype: object Drawing 439 households Synthesizing geog id: state 06 county 097 tract 153807 block group 2 dtype: object Drawing 981 households Synthesizing geog id: state 06 county 097 tract 153808 block group 1 dtype: object Drawing 631 households Synthesizing geog id: state 06 county 097 tract 153808 block group 2 dtype: object Drawing 269 households Synthesizing geog id: state 06 county 097 tract 153808 block group 3 dtype: object Drawing 552 households Synthesizing geog id: state 06 county 097 tract 153809 block group 1 dtype: object Drawing 524 households Synthesizing geog id: state 06 county 097 tract 153809 block group 2 dtype: object Drawing 604 households Synthesizing geog id: state 06 county 097 tract 153809 block group 3 dtype: object Drawing 379 households Synthesizing geog id: state 06 county 097 tract 153901 block group 1 dtype: object Drawing 484 households Synthesizing geog id: state 06 county 097 tract 153901 block group 2 dtype: object Drawing 555 households Synthesizing geog id: state 06 county 097 tract 153901 block group 3 dtype: object Drawing 829 households Synthesizing geog id: state 06 county 097 tract 153901 block group 4 dtype: object Drawing 390 households Synthesizing geog id: state 06 county 097 tract 153902 block group 1 dtype: object Drawing 490 households Synthesizing geog id: state 06 county 097 tract 153902 block group 2 dtype: object Drawing 250 households Synthesizing geog id: state 06 county 097 tract 153902 block group 3 dtype: object Drawing 443 households Synthesizing geog id: state 06 county 097 tract 153902 block group 4 dtype: object Drawing 312 households Synthesizing geog id: state 06 county 097 tract 153903 block group 1 dtype: object Drawing 362 households Synthesizing geog id: state 06 county 097 tract 153903 block group 2 dtype: object Drawing 352 households Synthesizing geog id: state 06 county 097 tract 153903 block group 3 dtype: object Drawing 345 households Synthesizing geog id: state 06 county 097 tract 153903 block group 4 dtype: object Drawing 479 households Synthesizing geog id: state 06 county 097 tract 154000 block group 1 dtype: object Drawing 209 households Synthesizing geog id: state 06 county 097 tract 154000 block group 2 dtype: object Drawing 313 households Synthesizing geog id: state 06 county 097 tract 154000 block group 3 dtype: object Drawing 524 households Synthesizing geog id: state 06 county 097 tract 154100 block group 1 dtype: object Drawing 207 households Synthesizing geog id: state 06 county 097 tract 154100 block group 2 dtype: object Drawing 493 households Synthesizing geog id: state 06 county 097 tract 154100 block group 3 dtype: object Drawing 469 households Synthesizing geog id: state 06 county 097 tract 154100 block group 4 dtype: object Drawing 334 households Synthesizing geog id: state 06 county 097 tract 154201 block group 1 dtype: object Drawing 399 households Synthesizing geog id: state 06 county 097 tract 154201 block group 2 dtype: object Drawing 307 households Synthesizing geog id: state 06 county 097 tract 154201 block group 3 dtype: object Drawing 209 households Synthesizing geog id: state 06 county 097 tract 154201 block group 4 dtype: object Drawing 371 households Synthesizing geog id: state 06 county 097 tract 154202 block group 1 dtype: object Drawing 1705 households Synthesizing geog id: state 06 county 097 tract 154202 block group 2 dtype: object Drawing 337 households Synthesizing geog id: state 06 county 097 tract 154202 block group 3 dtype: object Drawing 243 households Synthesizing geog id: state 06 county 097 tract 154302 block group 1 dtype: object Drawing 444 households Synthesizing geog id: state 06 county 097 tract 154302 block group 2 dtype: object Drawing 560 households Synthesizing geog id: state 06 county 097 tract 154302 block group 3 dtype: object Drawing 255 households Synthesizing geog id: state 06 county 097 tract 154302 block group 4 dtype: object Drawing 358 households Synthesizing geog id: state 06 county 097 tract 154303 block group 1 dtype: object Drawing 321 households Synthesizing geog id: state 06 county 097 tract 154303 block group 2 dtype: object Drawing 265 households Synthesizing geog id: state 06 county 097 tract 154304 block group 1 dtype: object Drawing 286 households Synthesizing geog id: state 06 county 097 tract 154304 block group 2 dtype: object Drawing 215 households Synthesizing geog id: state 06 county 097 tract 154304 block group 3 dtype: object Drawing 467 households Synthesizing geog id: state 06 county 097 tract 990100 block group 0 dtype: object Drawing 0 households Synthesizing at geog level: 'block_group' (number of geographies is 637) Synthesizing geog id: state 06 county 013 tract 301000 block group 1 dtype: object Drawing 442 households Synthesizing geog id: state 06 county 013 tract 301000 block group 2 dtype: object Drawing 552 households Synthesizing geog id: state 06 county 013 tract 301000 block group 3 dtype: object Drawing 456 households Synthesizing geog id: state 06 county 013 tract 302005 block group 1 dtype: object Drawing 612 households Synthesizing geog id: state 06 county 013 tract 302005 block group 2 dtype: object Drawing 539 households Synthesizing geog id: state 06 county 013 tract 302005 block group 3 dtype: object Drawing 652 households Synthesizing geog id: state 06 county 013 tract 302005 block group 4 dtype: object Drawing 348 households Synthesizing geog id: state 06 county 013 tract 302006 block group 1 dtype: object Drawing 452 households Synthesizing geog id: state 06 county 013 tract 302006 block group 2 dtype: object Drawing 730 households Synthesizing geog id: state 06 county 013 tract 302007 block group 1 dtype: object Drawing 1029 households Synthesizing geog id: state 06 county 013 tract 302007 block group 2 dtype: object Drawing 950 households Synthesizing geog id: state 06 county 013 tract 302008 block group 1 dtype: object Drawing 852 households Synthesizing geog id: state 06 county 013 tract 302008 block group 2 dtype: object Drawing 1247 households Synthesizing geog id: state 06 county 013 tract 302009 block group 1 dtype: object Drawing 528 households Synthesizing geog id: state 06 county 013 tract 302009 block group 2 dtype: object Drawing 901 households Synthesizing geog id: state 06 county 013 tract 302010 block group 1 dtype: object Drawing 885 households Synthesizing geog id: state 06 county 013 tract 302010 block group 2 dtype: object Drawing 1037 households Synthesizing geog id: state 06 county 013 tract 302010 block group 3 dtype: object Drawing 447 households Synthesizing geog id: state 06 county 013 tract 302010 block group 4 dtype: object Drawing 549 households Synthesizing geog id: state 06 county 013 tract 303102 block group 1 dtype: object Drawing 1337 households Synthesizing geog id: state 06 county 013 tract 303102 block group 2 dtype: object Drawing 739 households Synthesizing geog id: state 06 county 013 tract 303103 block group 1 dtype: object Drawing 711 households Synthesizing geog id: state 06 county 013 tract 303103 block group 2 dtype: object Drawing 627 households Synthesizing geog id: state 06 county 013 tract 303103 block group 3 dtype: object Drawing 690 households Synthesizing geog id: state 06 county 013 tract 303103 block group 4 dtype: object Drawing 1023 households Synthesizing geog id: state 06 county 013 tract 303201 block group 1 dtype: object Drawing 689 households Synthesizing geog id: state 06 county 013 tract 303201 block group 2 dtype: object Drawing 948 households Synthesizing geog id: state 06 county 013 tract 303201 block group 3 dtype: object Drawing 1211 households Synthesizing geog id: state 06 county 013 tract 303202 block group 1 dtype: object Drawing 198 households Synthesizing geog id: state 06 county 013 tract 303202 block group 2 dtype: object Drawing 797 households Synthesizing geog id: state 06 county 013 tract 303202 block group 3 dtype: object Drawing 184 households Synthesizing geog id: state 06 county 013 tract 303202 block group 4 dtype: object Drawing 736 households Synthesizing geog id: state 06 county 013 tract 303203 block group 1 dtype: object Drawing 2351 households Synthesizing geog id: state 06 county 013 tract 303204 block group 1 dtype: object Drawing 633 households Synthesizing geog id: state 06 county 013 tract 303204 block group 2 dtype: object Drawing 403 households Synthesizing geog id: state 06 county 013 tract 303204 block group 3 dtype: object Drawing 389 households Synthesizing geog id: state 06 county 013 tract 303205 block group 1 dtype: object Drawing 1926 households Synthesizing geog id: state 06 county 013 tract 303205 block group 2 dtype: object Drawing 1207 households Synthesizing geog id: state 06 county 013 tract 304001 block group 1 dtype: object Drawing 1051 households Synthesizing geog id: state 06 county 013 tract 304002 block group 1 dtype: object Drawing 490 households Synthesizing geog id: state 06 county 013 tract 304003 block group 1 dtype: object Drawing 847 households Synthesizing geog id: state 06 county 013 tract 304003 block group 2 dtype: object Drawing 291 households Synthesizing geog id: state 06 county 013 tract 304003 block group 3 dtype: object Drawing 387 households Synthesizing geog id: state 06 county 013 tract 304004 block group 1 dtype: object Drawing 968 households Synthesizing geog id: state 06 county 013 tract 304004 block group 2 dtype: object Drawing 639 households Synthesizing geog id: state 06 county 013 tract 304005 block group 1 dtype: object Drawing 1176 households Synthesizing geog id: state 06 county 013 tract 304005 block group 2 dtype: object Drawing 656 households Synthesizing geog id: state 06 county 013 tract 305000 block group 1 dtype: object Drawing 445 households Synthesizing geog id: state 06 county 013 tract 305000 block group 2 dtype: object Drawing 315 households Synthesizing geog id: state 06 county 013 tract 305000 block group 3 dtype: object Drawing 241 households Synthesizing geog id: state 06 county 013 tract 305000 block group 4 dtype: object Drawing 482 households Synthesizing geog id: state 06 county 013 tract 305000 block group 5 dtype: object Drawing 513 households Synthesizing geog id: state 06 county 013 tract 306002 block group 1 dtype: object Drawing 590 households Synthesizing geog id: state 06 county 013 tract 306002 block group 2 dtype: object Drawing 490 households Synthesizing geog id: state 06 county 013 tract 306003 block group 1 dtype: object Drawing 306 households Synthesizing geog id: state 06 county 013 tract 306003 block group 2 dtype: object Drawing 494 households Synthesizing geog id: state 06 county 013 tract 306003 block group 3 dtype: object Drawing 868 households Synthesizing geog id: state 06 county 013 tract 306004 block group 1 dtype: object Drawing 697 households Synthesizing geog id: state 06 county 013 tract 306004 block group 2 dtype: object Drawing 432 households Synthesizing geog id: state 06 county 013 tract 307101 block group 1 dtype: object Drawing 583 households Synthesizing geog id: state 06 county 013 tract 307101 block group 2 dtype: object Drawing 243 households Synthesizing geog id: state 06 county 013 tract 307101 block group 3 dtype: object Drawing 599 households Synthesizing geog id: state 06 county 013 tract 307102 block group 1 dtype: object Drawing 395 households Synthesizing geog id: state 06 county 013 tract 307102 block group 2 dtype: object Drawing 348 households Synthesizing geog id: state 06 county 013 tract 307102 block group 3 dtype: object Drawing 381 households Synthesizing geog id: state 06 county 013 tract 307102 block group 4 dtype: object Drawing 486 households Synthesizing geog id: state 06 county 013 tract 307201 block group 1 dtype: object Drawing 534 households Synthesizing geog id: state 06 county 013 tract 307201 block group 2 dtype: object Drawing 505 households Synthesizing geog id: state 06 county 013 tract 307202 block group 1 dtype: object Drawing 485 households Synthesizing geog id: state 06 county 013 tract 307202 block group 2 dtype: object Drawing 216 households Synthesizing geog id: state 06 county 013 tract 307202 block group 3 dtype: object Drawing 581 households Synthesizing geog id: state 06 county 013 tract 307204 block group 1 dtype: object Drawing 503 households Synthesizing geog id: state 06 county 013 tract 307204 block group 2 dtype: object Drawing 239 households Synthesizing geog id: state 06 county 013 tract 307204 block group 3 dtype: object Drawing 530 households Synthesizing geog id: state 06 county 013 tract 307205 block group 1 dtype: object Drawing 615 households Synthesizing geog id: state 06 county 013 tract 307205 block group 2 dtype: object Drawing 787 households Synthesizing geog id: state 06 county 013 tract 307205 block group 3 dtype: object Drawing 347 households Synthesizing geog id: state 06 county 013 tract 307205 block group 4 dtype: object Drawing 643 households Synthesizing geog id: state 06 county 013 tract 308001 block group 1 dtype: object Drawing 504 households Synthesizing geog id: state 06 county 013 tract 308001 block group 2 dtype: object Drawing 747 households Synthesizing geog id: state 06 county 013 tract 308001 block group 3 dtype: object Drawing 575 households Synthesizing geog id: state 06 county 013 tract 308001 block group 4 dtype: object Drawing 409 households Synthesizing geog id: state 06 county 013 tract 308002 block group 1 dtype: object Drawing 667 households Synthesizing geog id: state 06 county 013 tract 308002 block group 2 dtype: object Drawing 567 households Synthesizing geog id: state 06 county 013 tract 309000 block group 1 dtype: object Drawing 679 households Synthesizing geog id: state 06 county 013 tract 309000 block group 2 dtype: object Drawing 178 households Synthesizing geog id: state 06 county 013 tract 310000 block group 1 dtype: object Drawing 404 households Synthesizing geog id: state 06 county 013 tract 310000 block group 2 dtype: object Drawing 299 households Synthesizing geog id: state 06 county 013 tract 310000 block group 3 dtype: object Drawing 824 households Synthesizing geog id: state 06 county 013 tract 311000 block group 1 dtype: object Drawing 407 households Synthesizing geog id: state 06 county 013 tract 311000 block group 2 dtype: object Drawing 462 households Synthesizing geog id: state 06 county 013 tract 311000 block group 3 dtype: object Drawing 486 households Synthesizing geog id: state 06 county 013 tract 312000 block group 1 dtype: object Drawing 736 households Synthesizing geog id: state 06 county 013 tract 313101 block group 1 dtype: object Drawing 601 households Synthesizing geog id: state 06 county 013 tract 313101 block group 2 dtype: object Drawing 527 households Synthesizing geog id: state 06 county 013 tract 313101 block group 3 dtype: object Drawing 973 households Synthesizing geog id: state 06 county 013 tract 313101 block group 4 dtype: object Drawing 598 households Synthesizing geog id: state 06 county 013 tract 313102 block group 1 dtype: object Drawing 731 households Synthesizing geog id: state 06 county 013 tract 313102 block group 2 dtype: object Drawing 529 households Synthesizing geog id: state 06 county 013 tract 313103 block group 1 dtype: object Drawing 1521 households Synthesizing geog id: state 06 county 013 tract 313103 block group 2 dtype: object Drawing 542 households Synthesizing geog id: state 06 county 013 tract 313103 block group 3 dtype: object Drawing 358 households Synthesizing geog id: state 06 county 013 tract 313203 block group 1 dtype: object Drawing 627 households Synthesizing geog id: state 06 county 013 tract 313203 block group 2 dtype: object Drawing 202 households Synthesizing geog id: state 06 county 013 tract 313203 block group 3 dtype: object Drawing 141 households Synthesizing geog id: state 06 county 013 tract 313204 block group 1 dtype: object Drawing 664 households Synthesizing geog id: state 06 county 013 tract 313204 block group 2 dtype: object Drawing 584 households Synthesizing geog id: state 06 county 013 tract 313204 block group 3 dtype: object Drawing 427 households Synthesizing geog id: state 06 county 013 tract 313205 block group 1 dtype: object Drawing 530 households Synthesizing geog id: state 06 county 013 tract 313206 block group 1 dtype: object Drawing 235 households Synthesizing geog id: state 06 county 013 tract 313206 block group 2 dtype: object Drawing 804 households Synthesizing geog id: state 06 county 013 tract 313206 block group 3 dtype: object Drawing 545 households Synthesizing geog id: state 06 county 013 tract 314102 block group 1 dtype: object Drawing 413 households Synthesizing geog id: state 06 county 013 tract 314102 block group 2 dtype: object Drawing 351 households Synthesizing geog id: state 06 county 013 tract 314102 block group 3 dtype: object Drawing 852 households Synthesizing geog id: state 06 county 013 tract 314103 block group 1 dtype: object Drawing 559 households Synthesizing geog id: state 06 county 013 tract 314103 block group 2 dtype: object Drawing 448 households Synthesizing geog id: state 06 county 013 tract 314103 block group 3 dtype: object Drawing 669 households Synthesizing geog id: state 06 county 013 tract 314104 block group 1 dtype: object Drawing 646 households Synthesizing geog id: state 06 county 013 tract 314104 block group 2 dtype: object Drawing 831 households Synthesizing geog id: state 06 county 013 tract 314104 block group 3 dtype: object Drawing 567 households Synthesizing geog id: state 06 county 013 tract 314104 block group 4 dtype: object Drawing 339 households Synthesizing geog id: state 06 county 013 tract 314200 block group 1 dtype: object Drawing 609 households Synthesizing geog id: state 06 county 013 tract 314200 block group 2 dtype: object Drawing 622 households Synthesizing geog id: state 06 county 013 tract 314200 block group 3 dtype: object Drawing 538 households Synthesizing geog id: state 06 county 013 tract 315000 block group 1 dtype: object Drawing 231 households Synthesizing geog id: state 06 county 013 tract 315000 block group 2 dtype: object Drawing 981 households Synthesizing geog id: state 06 county 013 tract 316000 block group 1 dtype: object Drawing 422 households Synthesizing geog id: state 06 county 013 tract 317000 block group 1 dtype: object Drawing 504 households Synthesizing geog id: state 06 county 013 tract 317000 block group 2 dtype: object Drawing 548 households Synthesizing geog id: state 06 county 013 tract 318000 block group 1 dtype: object Drawing 367 households Synthesizing geog id: state 06 county 013 tract 318000 block group 2 dtype: object Drawing 537 households Synthesizing geog id: state 06 county 013 tract 318000 block group 3 dtype: object Drawing 531 households Synthesizing geog id: state 06 county 013 tract 319000 block group 1 dtype: object Drawing 325 households Synthesizing geog id: state 06 county 013 tract 319000 block group 2 dtype: object Drawing 521 households Synthesizing geog id: state 06 county 013 tract 319000 block group 3 dtype: object Drawing 817 households Synthesizing geog id: state 06 county 013 tract 319000 block group 4 dtype: object Drawing 290 households Synthesizing geog id: state 06 county 013 tract 319000 block group 5 dtype: object Drawing 356 households Synthesizing geog id: state 06 county 013 tract 319000 block group 6 dtype: object Drawing 767 households Synthesizing geog id: state 06 county 013 tract 320001 block group 1 dtype: object Drawing 503 households Synthesizing geog id: state 06 county 013 tract 320001 block group 2 dtype: object Drawing 767 households Synthesizing geog id: state 06 county 013 tract 320003 block group 1 dtype: object Drawing 1042 households Synthesizing geog id: state 06 county 013 tract 320004 block group 1 dtype: object Drawing 965 households Synthesizing geog id: state 06 county 013 tract 320004 block group 2 dtype: object Drawing 819 households Synthesizing geog id: state 06 county 013 tract 320004 block group 3 dtype: object Drawing 647 households Synthesizing geog id: state 06 county 013 tract 321101 block group 1 dtype: object Drawing 852 households Synthesizing geog id: state 06 county 013 tract 321101 block group 2 dtype: object Drawing 433 households Synthesizing geog id: state 06 county 013 tract 321101 block group 3 dtype: object Drawing 848 households Synthesizing geog id: state 06 county 013 tract 321101 block group 4 dtype: object Drawing 353 households Synthesizing geog id: state 06 county 013 tract 321102 block group 1 dtype: object Drawing 570 households Synthesizing geog id: state 06 county 013 tract 321102 block group 2 dtype: object Drawing 731 households Synthesizing geog id: state 06 county 013 tract 321102 block group 3 dtype: object Drawing 688 households Synthesizing geog id: state 06 county 013 tract 321102 block group 4 dtype: object Drawing 811 households Synthesizing geog id: state 06 county 013 tract 321103 block group 1 dtype: object Drawing 818 households Synthesizing geog id: state 06 county 013 tract 321103 block group 2 dtype: object Drawing 628 households Synthesizing geog id: state 06 county 013 tract 321103 block group 3 dtype: object Drawing 252 households Synthesizing geog id: state 06 county 013 tract 321200 block group 1 dtype: object Drawing 646 households Synthesizing geog id: state 06 county 013 tract 321200 block group 2 dtype: object Drawing 1065 households Synthesizing geog id: state 06 county 013 tract 321200 block group 3 dtype: object Drawing 590 households Synthesizing geog id: state 06 county 013 tract 322000 block group 1 dtype: object Drawing 335 households Synthesizing geog id: state 06 county 013 tract 322000 block group 2 dtype: object Drawing 408 households Synthesizing geog id: state 06 county 013 tract 322000 block group 3 dtype: object Drawing 854 households Synthesizing geog id: state 06 county 013 tract 322000 block group 4 dtype: object Drawing 676 households Synthesizing geog id: state 06 county 013 tract 322000 block group 5 dtype: object Drawing 216 households Synthesizing geog id: state 06 county 013 tract 323000 block group 1 dtype: object Drawing 387 households Synthesizing geog id: state 06 county 013 tract 323000 block group 2 dtype: object Drawing 389 households Synthesizing geog id: state 06 county 013 tract 323000 block group 3 dtype: object Drawing 570 households Synthesizing geog id: state 06 county 013 tract 323000 block group 4 dtype: object Drawing 310 households Synthesizing geog id: state 06 county 013 tract 324001 block group 1 dtype: object Drawing 189 households Synthesizing geog id: state 06 county 013 tract 324001 block group 2 dtype: object Drawing 1238 households Synthesizing geog id: state 06 county 013 tract 324001 block group 3 dtype: object Drawing 1075 households Synthesizing geog id: state 06 county 013 tract 324001 block group 4 dtype: object Drawing 177 households Synthesizing geog id: state 06 county 013 tract 324002 block group 1 dtype: object Drawing 1084 households Synthesizing geog id: state 06 county 013 tract 324002 block group 2 dtype: object Drawing 538 households Synthesizing geog id: state 06 county 013 tract 324002 block group 3 dtype: object Drawing 916 households Synthesizing geog id: state 06 county 013 tract 325000 block group 1 dtype: object Drawing 491 households Synthesizing geog id: state 06 county 013 tract 325000 block group 2 dtype: object Drawing 249 households Synthesizing geog id: state 06 county 013 tract 325000 block group 3 dtype: object Drawing 800 households Synthesizing geog id: state 06 county 013 tract 325000 block group 4 dtype: object Drawing 375 households Synthesizing geog id: state 06 county 013 tract 325000 block group 5 dtype: object Drawing 284 households Synthesizing geog id: state 06 county 013 tract 326000 block group 1 dtype: object Drawing 942 households Synthesizing geog id: state 06 county 013 tract 326000 block group 2 dtype: object Drawing 420 households Synthesizing geog id: state 06 county 013 tract 327000 block group 1 dtype: object Drawing 1011 households Synthesizing geog id: state 06 county 013 tract 327000 block group 2 dtype: object Drawing 314 households Synthesizing geog id: state 06 county 013 tract 327000 block group 3 dtype: object Drawing 372 households Synthesizing geog id: state 06 county 013 tract 327000 block group 4 dtype: object Drawing 345 households Synthesizing geog id: state 06 county 013 tract 327000 block group 5 dtype: object Drawing 705 households Synthesizing geog id: state 06 county 013 tract 328000 block group 1 dtype: object Drawing 597 households Synthesizing geog id: state 06 county 013 tract 328000 block group 2 dtype: object Drawing 708 households Synthesizing geog id: state 06 county 013 tract 329000 block group 1 dtype: object Drawing 509 households Synthesizing geog id: state 06 county 013 tract 329000 block group 2 dtype: object Drawing 800 households Synthesizing geog id: state 06 county 013 tract 329000 block group 3 dtype: object Drawing 437 households Synthesizing geog id: state 06 county 013 tract 329000 block group 4 dtype: object Drawing 661 households Synthesizing geog id: state 06 county 013 tract 330000 block group 1 dtype: object Drawing 410 households Synthesizing geog id: state 06 county 013 tract 330000 block group 2 dtype: object Drawing 736 households Synthesizing geog id: state 06 county 013 tract 330000 block group 3 dtype: object Drawing 330 households Synthesizing geog id: state 06 county 013 tract 330000 block group 4 dtype: object Drawing 458 households Synthesizing geog id: state 06 county 013 tract 331000 block group 1 dtype: object Drawing 445 households Synthesizing geog id: state 06 county 013 tract 331000 block group 2 dtype: object Drawing 435 households Synthesizing geog id: state 06 county 013 tract 331000 block group 3 dtype: object Drawing 385 households Synthesizing geog id: state 06 county 013 tract 331000 block group 4 dtype: object Drawing 454 households Synthesizing geog id: state 06 county 013 tract 331000 block group 5 dtype: object Drawing 457 households Synthesizing geog id: state 06 county 013 tract 331000 block group 6 dtype: object Drawing 446 households Synthesizing geog id: state 06 county 013 tract 332000 block group 1 dtype: object Drawing 651 households Synthesizing geog id: state 06 county 013 tract 332000 block group 2 dtype: object Drawing 325 households Synthesizing geog id: state 06 county 013 tract 332000 block group 3 dtype: object Drawing 443 households Synthesizing geog id: state 06 county 013 tract 332000 block group 4 dtype: object Drawing 459 households Synthesizing geog id: state 06 county 013 tract 332000 block group 5 dtype: object Drawing 260 households Synthesizing geog id: state 06 county 013 tract 332000 block group 6 dtype: object Drawing 431 households Synthesizing geog id: state 06 county 013 tract 332000 block group 7 dtype: object Drawing 320 households Synthesizing geog id: state 06 county 013 tract 333101 block group 1 dtype: object Drawing 361 households Synthesizing geog id: state 06 county 013 tract 333101 block group 2 dtype: object Drawing 789 households Synthesizing geog id: state 06 county 013 tract 333101 block group 3 dtype: object Drawing 358 households Synthesizing geog id: state 06 county 013 tract 333102 block group 1 dtype: object Drawing 453 households Synthesizing geog id: state 06 county 013 tract 333102 block group 2 dtype: object Drawing 263 households Synthesizing geog id: state 06 county 013 tract 333102 block group 3 dtype: object Drawing 913 households Synthesizing geog id: state 06 county 013 tract 333200 block group 1 dtype: object Drawing 332 households Synthesizing geog id: state 06 county 013 tract 333200 block group 2 dtype: object Drawing 425 households Synthesizing geog id: state 06 county 013 tract 333200 block group 3 dtype: object Drawing 384 households Synthesizing geog id: state 06 county 013 tract 333200 block group 4 dtype: object Drawing 439 households Synthesizing geog id: state 06 county 013 tract 333200 block group 5 dtype: object Drawing 602 households Synthesizing geog id: state 06 county 013 tract 334001 block group 1 dtype: object Drawing 785 households Synthesizing geog id: state 06 county 013 tract 334001 block group 2 dtype: object Drawing 687 households Synthesizing geog id: state 06 county 013 tract 334004 block group 1 dtype: object Drawing 594 households Synthesizing geog id: state 06 county 013 tract 334004 block group 2 dtype: object Drawing 764 households Synthesizing geog id: state 06 county 013 tract 334004 block group 3 dtype: object Drawing 1187 households Synthesizing geog id: state 06 county 013 tract 334004 block group 4 dtype: object Drawing 612 households Synthesizing geog id: state 06 county 013 tract 334006 block group 1 dtype: object Drawing 470 households Synthesizing geog id: state 06 county 013 tract 334006 block group 2 dtype: object Drawing 815 households Synthesizing geog id: state 06 county 013 tract 334006 block group 3 dtype: object Drawing 413 households Synthesizing geog id: state 06 county 013 tract 334200 block group 1 dtype: object Drawing 570 households Synthesizing geog id: state 06 county 013 tract 334200 block group 2 dtype: object Drawing 534 households Synthesizing geog id: state 06 county 013 tract 334200 block group 3 dtype: object Drawing 876 households Synthesizing geog id: state 06 county 013 tract 334200 block group 4 dtype: object Drawing 303 households Synthesizing geog id: state 06 county 013 tract 334200 block group 5 dtype: object Drawing 485 households Synthesizing geog id: state 06 county 013 tract 335000 block group 1 dtype: object Drawing 503 households Synthesizing geog id: state 06 county 013 tract 335000 block group 2 dtype: object Drawing 453 households Synthesizing geog id: state 06 county 013 tract 335000 block group 3 dtype: object Drawing 322 households Synthesizing geog id: state 06 county 013 tract 336101 block group 1 dtype: object Drawing 586 households Synthesizing geog id: state 06 county 013 tract 336101 block group 2 dtype: object Drawing 649 households Synthesizing geog id: state 06 county 013 tract 336101 block group 3 dtype: object Drawing 213 households Synthesizing geog id: state 06 county 013 tract 336102 block group 1 dtype: object Drawing 596 households Synthesizing geog id: state 06 county 013 tract 336102 block group 2 dtype: object Drawing 596 households Synthesizing geog id: state 06 county 013 tract 336102 block group 3 dtype: object Drawing 470 households Synthesizing geog id: state 06 county 013 tract 336102 block group 4 dtype: object Drawing 855 households Synthesizing geog id: state 06 county 013 tract 336201 block group 1 dtype: object Drawing 461 households Synthesizing geog id: state 06 county 013 tract 336201 block group 2 dtype: object Drawing 452 households Synthesizing geog id: state 06 county 013 tract 336201 block group 3 dtype: object Drawing 157 households Synthesizing geog id: state 06 county 013 tract 336202 block group 1 dtype: object Drawing 652 households Synthesizing geog id: state 06 county 013 tract 336202 block group 2 dtype: object Drawing 402 households Synthesizing geog id: state 06 county 013 tract 336202 block group 3 dtype: object Drawing 517 households Synthesizing geog id: state 06 county 013 tract 337100 block group 1 dtype: object Drawing 623 households Synthesizing geog id: state 06 county 013 tract 337100 block group 2 dtype: object Drawing 500 households Synthesizing geog id: state 06 county 013 tract 337200 block group 1 dtype: object Drawing 301 households Synthesizing geog id: state 06 county 013 tract 337200 block group 2 dtype: object Drawing 726 households Synthesizing geog id: state 06 county 013 tract 337200 block group 3 dtype: object Drawing 473 households Synthesizing geog id: state 06 county 013 tract 337200 block group 4 dtype: object Drawing 288 households Synthesizing geog id: state 06 county 013 tract 337200 block group 5 dtype: object Drawing 638 households Synthesizing geog id: state 06 county 013 tract 337200 block group 6 dtype: object Drawing 636 households Synthesizing geog id: state 06 county 013 tract 337300 block group 1 dtype: object Drawing 450 households Synthesizing geog id: state 06 county 013 tract 337300 block group 2 dtype: object Drawing 551 households Synthesizing geog id: state 06 county 013 tract 337300 block group 3 dtype: object Drawing 266 households Synthesizing geog id: state 06 county 013 tract 337300 block group 4 dtype: object Drawing 225 households Synthesizing geog id: state 06 county 013 tract 337300 block group 5 dtype: object Drawing 282 households Synthesizing geog id: state 06 county 013 tract 337300 block group 6 dtype: object Drawing 416 households Synthesizing geog id: state 06 county 013 tract 338101 block group 1 dtype: object Drawing 316 households Synthesizing geog id: state 06 county 013 tract 338101 block group 2 dtype: object Drawing 298 households Synthesizing geog id: state 06 county 013 tract 338101 block group 3 dtype: object Drawing 1086 households Synthesizing geog id: state 06 county 013 tract 338102 block group 1 dtype: object Drawing 414 households Synthesizing geog id: state 06 county 013 tract 338102 block group 2 dtype: object Drawing 213 households Synthesizing geog id: state 06 county 013 tract 338102 block group 3 dtype: object Drawing 695 households Synthesizing geog id: state 06 county 013 tract 338201 block group 1 dtype: object Drawing 696 households Synthesizing geog id: state 06 county 013 tract 338201 block group 2 dtype: object Drawing 734 households Synthesizing geog id: state 06 county 013 tract 338203 block group 1 dtype: object Drawing 1015 households Synthesizing geog id: state 06 county 013 tract 338203 block group 2 dtype: object Drawing 1090 households Synthesizing geog id: state 06 county 013 tract 338203 block group 3 dtype: object Drawing 429 households Synthesizing geog id: state 06 county 013 tract 338204 block group 1 dtype: object Drawing 851 households Synthesizing geog id: state 06 county 013 tract 338204 block group 2 dtype: object Drawing 356 households Synthesizing geog id: state 06 county 013 tract 338204 block group 3 dtype: object Drawing 607 households Synthesizing geog id: state 06 county 013 tract 338204 block group 4 dtype: object Drawing 794 households Synthesizing geog id: state 06 county 013 tract 338301 block group 1 dtype: object Drawing 553 households Synthesizing geog id: state 06 county 013 tract 338301 block group 2 dtype: object Drawing 449 households Synthesizing geog id: state 06 county 013 tract 338302 block group 1 dtype: object Drawing 824 households Synthesizing geog id: state 06 county 013 tract 338302 block group 2 dtype: object Drawing 574 households Synthesizing geog id: state 06 county 013 tract 338302 block group 3 dtype: object Drawing 784 households Synthesizing geog id: state 06 county 013 tract 339001 block group 1 dtype: object Drawing 949 households Synthesizing geog id: state 06 county 013 tract 339001 block group 2 dtype: object Drawing 900 households Synthesizing geog id: state 06 county 013 tract 339002 block group 1 dtype: object Drawing 779 households Synthesizing geog id: state 06 county 013 tract 339002 block group 2 dtype: object Drawing 619 households Synthesizing geog id: state 06 county 013 tract 339002 block group 3 dtype: object Drawing 1051 households Synthesizing geog id: state 06 county 013 tract 339002 block group 4 dtype: object Drawing 392 households Synthesizing geog id: state 06 county 013 tract 340001 block group 1 dtype: object Drawing 198 households Synthesizing geog id: state 06 county 013 tract 340001 block group 2 dtype: object Drawing 1128 households Synthesizing geog id: state 06 county 013 tract 340001 block group 3 dtype: object Drawing 517 households Synthesizing geog id: state 06 county 013 tract 340001 block group 4 dtype: object Drawing 557 households Synthesizing geog id: state 06 county 013 tract 340002 block group 1 dtype: object Drawing 312 households Synthesizing geog id: state 06 county 013 tract 340002 block group 2 dtype: object Drawing 363 households Synthesizing geog id: state 06 county 013 tract 340002 block group 3 dtype: object Drawing 668 households Synthesizing geog id: state 06 county 013 tract 340002 block group 4 dtype: object Drawing 637 households Synthesizing geog id: state 06 county 013 tract 340002 block group 5 dtype: object Drawing 239 households Synthesizing geog id: state 06 county 013 tract 340002 block group 6 dtype: object Drawing 757 households Synthesizing geog id: state 06 county 013 tract 341000 block group 1 dtype: object Drawing 708 households Synthesizing geog id: state 06 county 013 tract 341000 block group 2 dtype: object Drawing 565 households Synthesizing geog id: state 06 county 013 tract 341000 block group 3 dtype: object Drawing 693 households Synthesizing geog id: state 06 county 013 tract 343001 block group 1 dtype: object Drawing 319 households Synthesizing geog id: state 06 county 013 tract 343001 block group 2 dtype: object Drawing 258 households Synthesizing geog id: state 06 county 013 tract 343001 block group 3 dtype: object Drawing 947 households Synthesizing geog id: state 06 county 013 tract 343001 block group 4 dtype: object Drawing 554 households Synthesizing geog id: state 06 county 013 tract 343002 block group 1 dtype: object Drawing 921 households Synthesizing geog id: state 06 county 013 tract 343002 block group 2 dtype: object Drawing 1100 households Synthesizing geog id: state 06 county 013 tract 343003 block group 1 dtype: object Drawing 810 households Synthesizing geog id: state 06 county 013 tract 343003 block group 2 dtype: object Drawing 605 households Synthesizing geog id: state 06 county 013 tract 345101 block group 1 dtype: object Drawing 142 households Synthesizing geog id: state 06 county 013 tract 345101 block group 2 dtype: object Drawing 685 households Synthesizing geog id: state 06 county 013 tract 345101 block group 3 dtype: object Drawing 383 households Synthesizing geog id: state 06 county 013 tract 345101 block group 4 dtype: object Drawing 757 households Synthesizing geog id: state 06 county 013 tract 345102 block group 1 dtype: object Drawing 347 households Synthesizing geog id: state 06 county 013 tract 345102 block group 2 dtype: object Drawing 491 households Synthesizing geog id: state 06 county 013 tract 345102 block group 3 dtype: object Drawing 459 households Synthesizing geog id: state 06 county 013 tract 345103 block group 1 dtype: object Drawing 789 households Synthesizing geog id: state 06 county 013 tract 345103 block group 2 dtype: object Drawing 379 households Synthesizing geog id: state 06 county 013 tract 345103 block group 3 dtype: object Drawing 757 households Synthesizing geog id: state 06 county 013 tract 345105 block group 1 dtype: object Drawing 1078 households Synthesizing geog id: state 06 county 013 tract 345105 block group 2 dtype: object Drawing 317 households Synthesizing geog id: state 06 county 013 tract 345105 block group 3 dtype: object Drawing 330 households Synthesizing geog id: state 06 county 013 tract 345105 block group 4 dtype: object Drawing 408 households Synthesizing geog id: state 06 county 013 tract 345108 block group 1 dtype: object Drawing 782 households Synthesizing geog id: state 06 county 013 tract 345108 block group 2 dtype: object Drawing 1210 households Synthesizing geog id: state 06 county 013 tract 345108 block group 3 dtype: object Drawing 738 households Synthesizing geog id: state 06 county 013 tract 345108 block group 4 dtype: object Drawing 568 households Synthesizing geog id: state 06 county 013 tract 345111 block group 1 dtype: object Drawing 585 households Synthesizing geog id: state 06 county 013 tract 345111 block group 2 dtype: object Drawing 1027 households Synthesizing geog id: state 06 county 013 tract 345111 block group 3 dtype: object Drawing 286 households Synthesizing geog id: state 06 county 013 tract 345112 block group 1 dtype: object Drawing 1100 households Synthesizing geog id: state 06 county 013 tract 345112 block group 2 dtype: object Drawing 1136 households Synthesizing geog id: state 06 county 013 tract 345113 block group 1 dtype: object Drawing 604 households Synthesizing geog id: state 06 county 013 tract 345113 block group 2 dtype: object Drawing 863 households Synthesizing geog id: state 06 county 013 tract 345114 block group 1 dtype: object Drawing 528 households Synthesizing geog id: state 06 county 013 tract 345114 block group 2 dtype: object Drawing 648 households Synthesizing geog id: state 06 county 013 tract 345114 block group 3 dtype: object Drawing 956 households Synthesizing geog id: state 06 county 013 tract 345114 block group 4 dtype: object Drawing 340 households Synthesizing geog id: state 06 county 013 tract 345115 block group 1 dtype: object Drawing 1207 households Synthesizing geog id: state 06 county 013 tract 345115 block group 2 dtype: object Drawing 496 households Synthesizing geog id: state 06 county 013 tract 345116 block group 1 dtype: object Drawing 439 households Synthesizing geog id: state 06 county 013 tract 345116 block group 2 dtype: object Drawing 508 households Synthesizing geog id: state 06 county 013 tract 345202 block group 1 dtype: object Drawing 1218 households Synthesizing geog id: state 06 county 013 tract 345202 block group 2 dtype: object Drawing 923 households Synthesizing geog id: state 06 county 013 tract 345202 block group 3 dtype: object Drawing 1131 households Synthesizing geog id: state 06 county 013 tract 345203 block group 1 dtype: object Drawing 959 households Synthesizing geog id: state 06 county 013 tract 345203 block group 2 dtype: object Drawing 523 households Synthesizing geog id: state 06 county 013 tract 345203 block group 3 dtype: object Drawing 425 households Synthesizing geog id: state 06 county 013 tract 345203 block group 4 dtype: object Drawing 651 households Synthesizing geog id: state 06 county 013 tract 345204 block group 1 dtype: object Drawing 887 households Synthesizing geog id: state 06 county 013 tract 345204 block group 2 dtype: object Drawing 434 households Synthesizing geog id: state 06 county 013 tract 346101 block group 1 dtype: object Drawing 802 households Synthesizing geog id: state 06 county 013 tract 346101 block group 2 dtype: object Drawing 457 households Synthesizing geog id: state 06 county 013 tract 346102 block group 1 dtype: object Drawing 638 households Synthesizing geog id: state 06 county 013 tract 346102 block group 2 dtype: object Drawing 1058 households Synthesizing geog id: state 06 county 013 tract 346102 block group 3 dtype: object Drawing 256 households Synthesizing geog id: state 06 county 013 tract 346201 block group 1 dtype: object Drawing 485 households Synthesizing geog id: state 06 county 013 tract 346201 block group 2 dtype: object Drawing 885 households Synthesizing geog id: state 06 county 013 tract 346201 block group 3 dtype: object Drawing 837 households Synthesizing geog id: state 06 county 013 tract 346201 block group 4 dtype: object Drawing 430 households Synthesizing geog id: state 06 county 013 tract 346203 block group 1 dtype: object Drawing 973 households Synthesizing geog id: state 06 county 013 tract 346203 block group 2 dtype: object Drawing 417 households Synthesizing geog id: state 06 county 013 tract 346204 block group 1 dtype: object Drawing 1127 households Synthesizing geog id: state 06 county 013 tract 346204 block group 2 dtype: object Drawing 696 households Synthesizing geog id: state 06 county 013 tract 346204 block group 3 dtype: object Drawing 560 households Synthesizing geog id: state 06 county 013 tract 347000 block group 1 dtype: object Drawing 904 households Synthesizing geog id: state 06 county 013 tract 347000 block group 2 dtype: object Drawing 746 households Synthesizing geog id: state 06 county 013 tract 347000 block group 3 dtype: object Drawing 650 households Synthesizing geog id: state 06 county 013 tract 348000 block group 1 dtype: object Drawing 246 households Synthesizing geog id: state 06 county 013 tract 348000 block group 2 dtype: object Drawing 696 households Synthesizing geog id: state 06 county 013 tract 348000 block group 3 dtype: object Drawing 610 households Synthesizing geog id: state 06 county 013 tract 349000 block group 1 dtype: object Drawing 678 households Synthesizing geog id: state 06 county 013 tract 349000 block group 2 dtype: object Drawing 576 households Synthesizing geog id: state 06 county 013 tract 349000 block group 3 dtype: object Drawing 505 households Synthesizing geog id: state 06 county 013 tract 350000 block group 1 dtype: object Drawing 690 households Synthesizing geog id: state 06 county 013 tract 350000 block group 2 dtype: object Drawing 310 households Synthesizing geog id: state 06 county 013 tract 350000 block group 3 dtype: object Drawing 609 households Synthesizing geog id: state 06 county 013 tract 350000 block group 4 dtype: object Drawing 726 households Synthesizing geog id: state 06 county 013 tract 351101 block group 1 dtype: object Drawing 607 households Synthesizing geog id: state 06 county 013 tract 351101 block group 2 dtype: object Drawing 218 households Synthesizing geog id: state 06 county 013 tract 351101 block group 3 dtype: object Drawing 905 households Synthesizing geog id: state 06 county 013 tract 351102 block group 1 dtype: object Drawing 1110 households Synthesizing geog id: state 06 county 013 tract 351102 block group 2 dtype: object Drawing 558 households Synthesizing geog id: state 06 county 013 tract 351102 block group 3 dtype: object Drawing 1007 households Synthesizing geog id: state 06 county 013 tract 351103 block group 1 dtype: object Drawing 454 households Synthesizing geog id: state 06 county 013 tract 351103 block group 2 dtype: object Drawing 864 households Synthesizing geog id: state 06 county 013 tract 351200 block group 1 dtype: object Drawing 398 households Synthesizing geog id: state 06 county 013 tract 351200 block group 2 dtype: object Drawing 845 households Synthesizing geog id: state 06 county 013 tract 351200 block group 3 dtype: object Drawing 755 households Synthesizing geog id: state 06 county 013 tract 352101 block group 1 dtype: object Drawing 593 households Synthesizing geog id: state 06 county 013 tract 352101 block group 2 dtype: object Drawing 196 households Synthesizing geog id: state 06 county 013 tract 352102 block group 1 dtype: object Drawing 457 households Synthesizing geog id: state 06 county 013 tract 352102 block group 2 dtype: object Drawing 284 households Synthesizing geog id: state 06 county 013 tract 352102 block group 3 dtype: object Drawing 805 households Synthesizing geog id: state 06 county 013 tract 352102 block group 4 dtype: object Drawing 247 households Synthesizing geog id: state 06 county 013 tract 352201 block group 1 dtype: object Drawing 918 households Synthesizing geog id: state 06 county 013 tract 352201 block group 2 dtype: object Drawing 465 households Synthesizing geog id: state 06 county 013 tract 352201 block group 3 dtype: object Drawing 814 households Synthesizing geog id: state 06 county 013 tract 352202 block group 1 dtype: object Drawing 970 households Synthesizing geog id: state 06 county 013 tract 353001 block group 1 dtype: object Drawing 496 households Synthesizing geog id: state 06 county 013 tract 353001 block group 2 dtype: object Drawing 796 households Synthesizing geog id: state 06 county 013 tract 353002 block group 1 dtype: object Drawing 253 households Synthesizing geog id: state 06 county 013 tract 353002 block group 2 dtype: object Drawing 475 households Synthesizing geog id: state 06 county 013 tract 353002 block group 3 dtype: object Drawing 416 households Synthesizing geog id: state 06 county 013 tract 353002 block group 4 dtype: object Drawing 244 households Synthesizing geog id: state 06 county 013 tract 354001 block group 1 dtype: object Drawing 650 households Synthesizing geog id: state 06 county 013 tract 354002 block group 1 dtype: object Drawing 813 households Synthesizing geog id: state 06 county 013 tract 354002 block group 2 dtype: object Drawing 234 households Synthesizing geog id: state 06 county 013 tract 354002 block group 3 dtype: object Drawing 582 households Synthesizing geog id: state 06 county 013 tract 354002 block group 4 dtype: object Drawing 802 households Synthesizing geog id: state 06 county 013 tract 355107 block group 1 dtype: object Drawing 987 households Synthesizing geog id: state 06 county 013 tract 355107 block group 2 dtype: object Drawing 435 households Synthesizing geog id: state 06 county 013 tract 355108 block group 1 dtype: object Drawing 1281 households Synthesizing geog id: state 06 county 013 tract 355108 block group 2 dtype: object Drawing 1066 households Synthesizing geog id: state 06 county 013 tract 355108 block group 3 dtype: object Drawing 1064 households Synthesizing geog id: state 06 county 013 tract 355109 block group 1 dtype: object Drawing 1109 households Synthesizing geog id: state 06 county 013 tract 355109 block group 2 dtype: object Drawing 240 households Synthesizing geog id: state 06 county 013 tract 355109 block group 3 dtype: object Drawing 700 households Synthesizing geog id: state 06 county 013 tract 355110 block group 1 dtype: object Drawing 623 households Synthesizing geog id: state 06 county 013 tract 355110 block group 2 dtype: object Drawing 597 households Synthesizing geog id: state 06 county 013 tract 355111 block group 1 dtype: object Drawing 1086 households Synthesizing geog id: state 06 county 013 tract 355111 block group 2 dtype: object Drawing 736 households Synthesizing geog id: state 06 county 013 tract 355112 block group 1 dtype: object Drawing 426 households Synthesizing geog id: state 06 county 013 tract 355112 block group 2 dtype: object Drawing 514 households Synthesizing geog id: state 06 county 013 tract 355112 block group 3 dtype: object Drawing 1045 households Synthesizing geog id: state 06 county 013 tract 355113 block group 1 dtype: object Drawing 540 households Synthesizing geog id: state 06 county 013 tract 355113 block group 2 dtype: object Drawing 569 households Synthesizing geog id: state 06 county 013 tract 355113 block group 3 dtype: object Drawing 451 households Synthesizing geog id: state 06 county 013 tract 355114 block group 1 dtype: object Drawing 613 households Synthesizing geog id: state 06 county 013 tract 355114 block group 2 dtype: object Drawing 774 households Synthesizing geog id: state 06 county 013 tract 355114 block group 3 dtype: object Drawing 1993 households Synthesizing geog id: state 06 county 013 tract 355115 block group 1 dtype: object Drawing 1635 households Synthesizing geog id: state 06 county 013 tract 355116 block group 1 dtype: object Drawing 1282 households Synthesizing geog id: state 06 county 013 tract 355117 block group 1 dtype: object Drawing 1814 households Synthesizing geog id: state 06 county 013 tract 355200 block group 1 dtype: object Drawing 140 households Synthesizing geog id: state 06 county 013 tract 355200 block group 2 dtype: object Drawing 1691 households Synthesizing geog id: state 06 county 013 tract 355301 block group 1 dtype: object Drawing 1039 households Synthesizing geog id: state 06 county 013 tract 355301 block group 2 dtype: object Drawing 603 households Synthesizing geog id: state 06 county 013 tract 355301 block group 3 dtype: object Drawing 722 households Synthesizing geog id: state 06 county 013 tract 355301 block group 4 dtype: object Drawing 446 households Synthesizing geog id: state 06 county 013 tract 355302 block group 1 dtype: object Drawing 419 households Synthesizing geog id: state 06 county 013 tract 355302 block group 2 dtype: object Drawing 345 households Synthesizing geog id: state 06 county 013 tract 355302 block group 3 dtype: object Drawing 440 households Synthesizing geog id: state 06 county 013 tract 355304 block group 1 dtype: object Drawing 717 households Synthesizing geog id: state 06 county 013 tract 355304 block group 2 dtype: object Drawing 538 households Synthesizing geog id: state 06 county 013 tract 355304 block group 3 dtype: object Drawing 334 households Synthesizing geog id: state 06 county 013 tract 355304 block group 4 dtype: object Drawing 736 households Synthesizing geog id: state 06 county 013 tract 355304 block group 5 dtype: object Drawing 469 households Synthesizing geog id: state 06 county 013 tract 355306 block group 1 dtype: object Drawing 387 households Synthesizing geog id: state 06 county 013 tract 355306 block group 2 dtype: object Drawing 332 households Synthesizing geog id: state 06 county 013 tract 355306 block group 3 dtype: object Drawing 355 households Synthesizing geog id: state 06 county 013 tract 355306 block group 4 dtype: object Drawing 358 households Synthesizing geog id: state 06 county 013 tract 355306 block group 5 dtype: object Drawing 278 households Synthesizing geog id: state 06 county 013 tract 356001 block group 1 dtype: object Drawing 236 households Synthesizing geog id: state 06 county 013 tract 356001 block group 2 dtype: object Drawing 562 households Synthesizing geog id: state 06 county 013 tract 356001 block group 3 dtype: object Drawing 361 households Synthesizing geog id: state 06 county 013 tract 356002 block group 1 dtype: object Drawing 821 households Synthesizing geog id: state 06 county 013 tract 356002 block group 2 dtype: object Drawing 338 households Synthesizing geog id: state 06 county 013 tract 356002 block group 3 dtype: object Drawing 160 households Synthesizing geog id: state 06 county 013 tract 356002 block group 4 dtype: object Drawing 738 households Synthesizing geog id: state 06 county 013 tract 357000 block group 1 dtype: object Drawing 502 households Synthesizing geog id: state 06 county 013 tract 357000 block group 2 dtype: object Drawing 558 households Synthesizing geog id: state 06 county 013 tract 357000 block group 3 dtype: object Drawing 414 households Synthesizing geog id: state 06 county 013 tract 358000 block group 1 dtype: object Drawing 496 households Synthesizing geog id: state 06 county 013 tract 358000 block group 2 dtype: object Drawing 427 households Synthesizing geog id: state 06 county 013 tract 358000 block group 3 dtype: object Drawing 307 households Synthesizing geog id: state 06 county 013 tract 358000 block group 4 dtype: object Drawing 378 households Synthesizing geog id: state 06 county 013 tract 358000 block group 5 dtype: object Drawing 285 households Synthesizing geog id: state 06 county 013 tract 359102 block group 1 dtype: object Drawing 322 households Synthesizing geog id: state 06 county 013 tract 359102 block group 2 dtype: object Drawing 795 households Synthesizing geog id: state 06 county 013 tract 359102 block group 3 dtype: object Drawing 637 households Synthesizing geog id: state 06 county 013 tract 359103 block group 1 dtype: object Drawing 320 households Synthesizing geog id: state 06 county 013 tract 359103 block group 2 dtype: object Drawing 496 households Synthesizing geog id: state 06 county 013 tract 359103 block group 3 dtype: object Drawing 1014 households Synthesizing geog id: state 06 county 013 tract 359104 block group 1 dtype: object Drawing 881 households Synthesizing geog id: state 06 county 013 tract 359105 block group 1 dtype: object Drawing 1455 households Synthesizing geog id: state 06 county 013 tract 359202 block group 1 dtype: object Drawing 870 households Synthesizing geog id: state 06 county 013 tract 359202 block group 2 dtype: object Drawing 869 households Synthesizing geog id: state 06 county 013 tract 359202 block group 3 dtype: object Drawing 408 households Synthesizing geog id: state 06 county 013 tract 359203 block group 1 dtype: object Drawing 467 households Synthesizing geog id: state 06 county 013 tract 359203 block group 2 dtype: object Drawing 742 households Synthesizing geog id: state 06 county 013 tract 359203 block group 3 dtype: object Drawing 191 households Synthesizing geog id: state 06 county 013 tract 359203 block group 4 dtype: object Drawing 805 households Synthesizing geog id: state 06 county 013 tract 359203 block group 5 dtype: object Drawing 190 households Synthesizing geog id: state 06 county 013 tract 359204 block group 1 dtype: object Drawing 318 households Synthesizing geog id: state 06 county 013 tract 359204 block group 2 dtype: object Drawing 404 households Synthesizing geog id: state 06 county 013 tract 359204 block group 3 dtype: object Drawing 730 households Synthesizing geog id: state 06 county 013 tract 360101 block group 1 dtype: object Drawing 398 households Synthesizing geog id: state 06 county 013 tract 360101 block group 2 dtype: object Drawing 706 households Synthesizing geog id: state 06 county 013 tract 360101 block group 3 dtype: object Drawing 466 households Synthesizing geog id: state 06 county 013 tract 360102 block group 1 dtype: object Drawing 586 households Synthesizing geog id: state 06 county 013 tract 360102 block group 2 dtype: object Drawing 648 households Synthesizing geog id: state 06 county 013 tract 360102 block group 3 dtype: object Drawing 348 households Synthesizing geog id: state 06 county 013 tract 360200 block group 1 dtype: object Drawing 862 households Synthesizing geog id: state 06 county 013 tract 360200 block group 2 dtype: object Drawing 354 households Synthesizing geog id: state 06 county 013 tract 360200 block group 3 dtype: object Drawing 498 households Synthesizing geog id: state 06 county 013 tract 361000 block group 1 dtype: object Drawing 436 households Synthesizing geog id: state 06 county 013 tract 361000 block group 2 dtype: object Drawing 503 households Synthesizing geog id: state 06 county 013 tract 361000 block group 3 dtype: object Drawing 745 households Synthesizing geog id: state 06 county 013 tract 362000 block group 1 dtype: object Drawing 305 households Synthesizing geog id: state 06 county 013 tract 362000 block group 2 dtype: object Drawing 341 households Synthesizing geog id: state 06 county 013 tract 362000 block group 3 dtype: object Drawing 445 households Synthesizing geog id: state 06 county 013 tract 363000 block group 1 dtype: object Drawing 791 households Synthesizing geog id: state 06 county 013 tract 363000 block group 2 dtype: object Drawing 870 households Synthesizing geog id: state 06 county 013 tract 363000 block group 3 dtype: object Drawing 667 households Synthesizing geog id: state 06 county 013 tract 363000 block group 4 dtype: object Drawing 388 households Synthesizing geog id: state 06 county 013 tract 364002 block group 1 dtype: object Drawing 837 households Synthesizing geog id: state 06 county 013 tract 364002 block group 2 dtype: object Drawing 486 households Synthesizing geog id: state 06 county 013 tract 364002 block group 3 dtype: object Drawing 481 households Synthesizing geog id: state 06 county 013 tract 365002 block group 1 dtype: object Drawing 634 households Synthesizing geog id: state 06 county 013 tract 365002 block group 2 dtype: object Drawing 286 households Synthesizing geog id: state 06 county 013 tract 365002 block group 3 dtype: object Drawing 492 households Synthesizing geog id: state 06 county 013 tract 365003 block group 1 dtype: object Drawing 617 households Synthesizing geog id: state 06 county 013 tract 365003 block group 2 dtype: object Drawing 163 households Synthesizing geog id: state 06 county 013 tract 365003 block group 3 dtype: object Drawing 1445 households Synthesizing geog id: state 06 county 013 tract 366001 block group 1 dtype: object Drawing 457 households Synthesizing geog id: state 06 county 013 tract 366001 block group 2 dtype: object Drawing 414 households Synthesizing geog id: state 06 county 013 tract 366001 block group 3 dtype: object Drawing 296 households Synthesizing geog id: state 06 county 013 tract 366002 block group 1 dtype: object Drawing 349 households Synthesizing geog id: state 06 county 013 tract 366002 block group 2 dtype: object Drawing 568 households Synthesizing geog id: state 06 county 013 tract 366002 block group 3 dtype: object Drawing 712 households Synthesizing geog id: state 06 county 013 tract 367100 block group 1 dtype: object Drawing 453 households Synthesizing geog id: state 06 county 013 tract 367100 block group 2 dtype: object Drawing 352 households Synthesizing geog id: state 06 county 013 tract 367100 block group 3 dtype: object Drawing 925 households Synthesizing geog id: state 06 county 013 tract 367100 block group 4 dtype: object Drawing 269 households Synthesizing geog id: state 06 county 013 tract 367200 block group 1 dtype: object Drawing 513 households Synthesizing geog id: state 06 county 013 tract 367200 block group 2 dtype: object Drawing 746 households Synthesizing geog id: state 06 county 013 tract 367200 block group 3 dtype: object Drawing 256 households Synthesizing geog id: state 06 county 013 tract 368001 block group 1 dtype: object Drawing 162 households Synthesizing geog id: state 06 county 013 tract 368001 block group 2 dtype: object Drawing 424 households Synthesizing geog id: state 06 county 013 tract 368001 block group 3 dtype: object Drawing 324 households Synthesizing geog id: state 06 county 013 tract 368001 block group 4 dtype: object Drawing 298 households Synthesizing geog id: state 06 county 013 tract 368002 block group 1 dtype: object Drawing 335 households Synthesizing geog id: state 06 county 013 tract 368002 block group 2 dtype: object Drawing 501 households Synthesizing geog id: state 06 county 013 tract 369001 block group 1 dtype: object Drawing 647 households Synthesizing geog id: state 06 county 013 tract 369001 block group 2 dtype: object Drawing 741 households Synthesizing geog id: state 06 county 013 tract 369001 block group 3 dtype: object Drawing 299 households Synthesizing geog id: state 06 county 013 tract 369001 block group 4 dtype: object Drawing 689 households Synthesizing geog id: state 06 county 013 tract 369002 block group 1 dtype: object Drawing 350 households Synthesizing geog id: state 06 county 013 tract 369002 block group 2 dtype: object Drawing 360 households Synthesizing geog id: state 06 county 013 tract 369002 block group 3 dtype: object Drawing 289 households Synthesizing geog id: state 06 county 013 tract 370000 block group 1 dtype: object Drawing 543 households Synthesizing geog id: state 06 county 013 tract 370000 block group 2 dtype: object Drawing 358 households Synthesizing geog id: state 06 county 013 tract 370000 block group 3 dtype: object Drawing 293 households Synthesizing geog id: state 06 county 013 tract 371000 block group 1 dtype: object Drawing 300 households Synthesizing geog id: state 06 county 013 tract 371000 block group 2 dtype: object Drawing 216 households Synthesizing geog id: state 06 county 013 tract 371000 block group 3 dtype: object Drawing 512 households Synthesizing geog id: state 06 county 013 tract 371000 block group 4 dtype: object Drawing 305 households Synthesizing geog id: state 06 county 013 tract 371000 block group 5 dtype: object Drawing 311 households Synthesizing geog id: state 06 county 013 tract 371000 block group 6 dtype: object Drawing 264 households Synthesizing geog id: state 06 county 013 tract 372000 block group 1 dtype: object Drawing 319 households Synthesizing geog id: state 06 county 013 tract 372000 block group 2 dtype: object Drawing 324 households Synthesizing geog id: state 06 county 013 tract 372000 block group 3 dtype: object Drawing 232 households Synthesizing geog id: state 06 county 013 tract 372000 block group 4 dtype: object Drawing 294 households Synthesizing geog id: state 06 county 013 tract 372000 block group 5 dtype: object Drawing 467 households Synthesizing geog id: state 06 county 013 tract 372000 block group 6 dtype: object Drawing 438 households Synthesizing geog id: state 06 county 013 tract 372000 block group 7 dtype: object Drawing 278 households Synthesizing geog id: state 06 county 013 tract 373000 block group 1 dtype: object Drawing 409 households Synthesizing geog id: state 06 county 013 tract 373000 block group 2 dtype: object Drawing 418 households Synthesizing geog id: state 06 county 013 tract 373000 block group 3 dtype: object Drawing 314 households Synthesizing geog id: state 06 county 013 tract 374000 block group 1 dtype: object Drawing 451 households Synthesizing geog id: state 06 county 013 tract 374000 block group 2 dtype: object Drawing 343 households Synthesizing geog id: state 06 county 013 tract 374000 block group 3 dtype: object Drawing 344 households Synthesizing geog id: state 06 county 013 tract 374000 block group 4 dtype: object Drawing 588 households Synthesizing geog id: state 06 county 013 tract 375000 block group 1 dtype: object Drawing 422 households Synthesizing geog id: state 06 county 013 tract 375000 block group 2 dtype: object Drawing 414 households Synthesizing geog id: state 06 county 013 tract 375000 block group 3 dtype: object Drawing 323 households Synthesizing geog id: state 06 county 013 tract 376000 block group 1 dtype: object Drawing 480 households Synthesizing geog id: state 06 county 013 tract 376000 block group 2 dtype: object Drawing 545 households Synthesizing geog id: state 06 county 013 tract 376000 block group 3 dtype: object Drawing 435 households Synthesizing geog id: state 06 county 013 tract 376000 block group 4 dtype: object Drawing 449 households Synthesizing geog id: state 06 county 013 tract 377000 block group 1 dtype: object Drawing 337 households Synthesizing geog id: state 06 county 013 tract 377000 block group 2 dtype: object Drawing 253 households Synthesizing geog id: state 06 county 013 tract 377000 block group 3 dtype: object Drawing 310 households Synthesizing geog id: state 06 county 013 tract 377000 block group 4 dtype: object Drawing 571 households Synthesizing geog id: state 06 county 013 tract 377000 block group 5 dtype: object Drawing 619 households Synthesizing geog id: state 06 county 013 tract 378000 block group 1 dtype: object Drawing 692 households Synthesizing geog id: state 06 county 013 tract 378000 block group 2 dtype: object Drawing 967 households Synthesizing geog id: state 06 county 013 tract 379000 block group 1 dtype: object Drawing 369 households Synthesizing geog id: state 06 county 013 tract 379000 block group 2 dtype: object Drawing 451 households Synthesizing geog id: state 06 county 013 tract 379000 block group 3 dtype: object Drawing 432 households Synthesizing geog id: state 06 county 013 tract 379000 block group 4 dtype: object Drawing 468 households Synthesizing geog id: state 06 county 013 tract 380000 block group 1 dtype: object Drawing 1596 households Synthesizing geog id: state 06 county 013 tract 380000 block group 2 dtype: object Drawing 350 households Synthesizing geog id: state 06 county 013 tract 380000 block group 3 dtype: object Drawing 372 households Synthesizing geog id: state 06 county 013 tract 381000 block group 1 dtype: object Drawing 393 households Synthesizing geog id: state 06 county 013 tract 381000 block group 2 dtype: object Drawing 466 households Synthesizing geog id: state 06 county 013 tract 381000 block group 3 dtype: object Drawing 393 households Synthesizing geog id: state 06 county 013 tract 381000 block group 4 dtype: object Drawing 170 households Synthesizing geog id: state 06 county 013 tract 381000 block group 5 dtype: object Drawing 392 households Synthesizing geog id: state 06 county 013 tract 382000 block group 1 dtype: object Drawing 312 households Synthesizing geog id: state 06 county 013 tract 382000 block group 2 dtype: object Drawing 543 households Synthesizing geog id: state 06 county 013 tract 382000 block group 3 dtype: object Drawing 837 households Synthesizing geog id: state 06 county 013 tract 382000 block group 4 dtype: object Drawing 719 households Synthesizing geog id: state 06 county 013 tract 383000 block group 1 dtype: object Drawing 656 households Synthesizing geog id: state 06 county 013 tract 383000 block group 2 dtype: object Drawing 623 households Synthesizing geog id: state 06 county 013 tract 383000 block group 3 dtype: object Drawing 729 households Synthesizing geog id: state 06 county 013 tract 384000 block group 1 dtype: object Drawing 407 households Synthesizing geog id: state 06 county 013 tract 384000 block group 2 dtype: object Drawing 438 households Synthesizing geog id: state 06 county 013 tract 384000 block group 3 dtype: object Drawing 416 households Synthesizing geog id: state 06 county 013 tract 384000 block group 4 dtype: object Drawing 344 households Synthesizing geog id: state 06 county 013 tract 385100 block group 1 dtype: object Drawing 727 households Synthesizing geog id: state 06 county 013 tract 385100 block group 2 dtype: object Drawing 365 households Synthesizing geog id: state 06 county 013 tract 385200 block group 1 dtype: object Drawing 299 households Synthesizing geog id: state 06 county 013 tract 385200 block group 2 dtype: object Drawing 218 households Synthesizing geog id: state 06 county 013 tract 386000 block group 1 dtype: object Drawing 361 households Synthesizing geog id: state 06 county 013 tract 386000 block group 2 dtype: object Drawing 236 households Synthesizing geog id: state 06 county 013 tract 386000 block group 3 dtype: object Drawing 249 households Synthesizing geog id: state 06 county 013 tract 386000 block group 4 dtype: object Drawing 555 households Synthesizing geog id: state 06 county 013 tract 387000 block group 1 dtype: object Drawing 320 households Synthesizing geog id: state 06 county 013 tract 387000 block group 2 dtype: object Drawing 321 households Synthesizing geog id: state 06 county 013 tract 387000 block group 3 dtype: object Drawing 457 households Synthesizing geog id: state 06 county 013 tract 388000 block group 1 dtype: object Drawing 657 households Synthesizing geog id: state 06 county 013 tract 388000 block group 2 dtype: object Drawing 467 households Synthesizing geog id: state 06 county 013 tract 389100 block group 1 dtype: object Drawing 433 households Synthesizing geog id: state 06 county 013 tract 389100 block group 2 dtype: object Drawing 446 households Synthesizing geog id: state 06 county 013 tract 389200 block group 1 dtype: object Drawing 359 households Synthesizing geog id: state 06 county 013 tract 389200 block group 2 dtype: object Drawing 389 households Synthesizing geog id: state 06 county 013 tract 390100 block group 1 dtype: object Drawing 273 households Synthesizing geog id: state 06 county 013 tract 390100 block group 2 dtype: object Drawing 294 households Synthesizing geog id: state 06 county 013 tract 390100 block group 3 dtype: object Drawing 335 households Synthesizing geog id: state 06 county 013 tract 390200 block group 1 dtype: object Drawing 460 households Synthesizing geog id: state 06 county 013 tract 390200 block group 2 dtype: object Drawing 330 households Synthesizing geog id: state 06 county 013 tract 391000 block group 1 dtype: object Drawing 810 households Synthesizing geog id: state 06 county 013 tract 391000 block group 2 dtype: object Drawing 284 households Synthesizing geog id: state 06 county 013 tract 392000 block group 1 dtype: object Drawing 429 households Synthesizing geog id: state 06 county 013 tract 392000 block group 2 dtype: object Drawing 337 households Synthesizing geog id: state 06 county 013 tract 392000 block group 3 dtype: object Drawing 299 households Synthesizing geog id: state 06 county 013 tract 392200 block group 1 dtype: object Drawing 439 households Synthesizing geog id: state 06 county 013 tract 392200 block group 2 dtype: object Drawing 1678 households Synthesizing geog id: state 06 county 013 tract 392200 block group 3 dtype: object Drawing 613 households Synthesizing geog id: state 06 county 013 tract 392200 block group 4 dtype: object Drawing 453 households Synthesizing geog id: state 06 county 013 tract 392300 block group 1 dtype: object Drawing 849 households Synthesizing geog id: state 06 county 013 tract 990000 block group 0 dtype: object Drawing 0 households Synthesizing at geog level: 'block_group' (number of geographies is 1047) Synthesizing geog id: state 06 county 001 tract 400100 block group 1 dtype: object Drawing 1263 households Synthesizing geog id: state 06 county 001 tract 400200 block group 1 dtype: object Drawing 482 households Synthesizing geog id: state 06 county 001 tract 400200 block group 2 dtype: object Drawing 407 households Synthesizing geog id: state 06 county 001 tract 400300 block group 1 dtype: object Drawing 438 households Synthesizing geog id: state 06 county 001 tract 400300 block group 2 dtype: object Drawing 683 households Synthesizing geog id: state 06 county 001 tract 400300 block group 3 dtype: object Drawing 548 households Synthesizing geog id: state 06 county 001 tract 400300 block group 4 dtype: object Drawing 847 households Synthesizing geog id: state 06 county 001 tract 400400 block group 1 dtype: object Drawing 784 households Synthesizing geog id: state 06 county 001 tract 400400 block group 2 dtype: object Drawing 531 households Synthesizing geog id: state 06 county 001 tract 400400 block group 3 dtype: object Drawing 524 households Synthesizing geog id: state 06 county 001 tract 400500 block group 1 dtype: object Drawing 853 households Synthesizing geog id: state 06 county 001 tract 400500 block group 2 dtype: object Drawing 406 households Synthesizing geog id: state 06 county 001 tract 400500 block group 3 dtype: object Drawing 370 households Synthesizing geog id: state 06 county 001 tract 400600 block group 1 dtype: object Drawing 478 households Synthesizing geog id: state 06 county 001 tract 400600 block group 2 dtype: object Drawing 235 households Synthesizing geog id: state 06 county 001 tract 400700 block group 1 dtype: object Drawing 456 households Synthesizing geog id: state 06 county 001 tract 400700 block group 2 dtype: object Drawing 571 households Synthesizing geog id: state 06 county 001 tract 400700 block group 3 dtype: object Drawing 334 households Synthesizing geog id: state 06 county 001 tract 400700 block group 4 dtype: object Drawing 376 households Synthesizing geog id: state 06 county 001 tract 400800 block group 1 dtype: object Drawing 576 households Synthesizing geog id: state 06 county 001 tract 400800 block group 2 dtype: object Drawing 369 households Synthesizing geog id: state 06 county 001 tract 400800 block group 3 dtype: object Drawing 531 households Synthesizing geog id: state 06 county 001 tract 400900 block group 1 dtype: object Drawing 590 households Synthesizing geog id: state 06 county 001 tract 400900 block group 2 dtype: object Drawing 529 households Synthesizing geog id: state 06 county 001 tract 401000 block group 1 dtype: object Drawing 348 households Synthesizing geog id: state 06 county 001 tract 401000 block group 2 dtype: object Drawing 327 households Synthesizing geog id: state 06 county 001 tract 401000 block group 3 dtype: object Drawing 464 households Synthesizing geog id: state 06 county 001 tract 401000 block group 4 dtype: object Drawing 256 households Synthesizing geog id: state 06 county 001 tract 401000 block group 5 dtype: object Drawing 273 households Synthesizing geog id: state 06 county 001 tract 401000 block group 6 dtype: object Drawing 487 households Synthesizing geog id: state 06 county 001 tract 401100 block group 1 dtype: object Drawing 338 households Synthesizing geog id: state 06 county 001 tract 401100 block group 2 dtype: object Drawing 781 households Synthesizing geog id: state 06 county 001 tract 401100 block group 3 dtype: object Drawing 464 households Synthesizing geog id: state 06 county 001 tract 401100 block group 4 dtype: object Drawing 447 households Synthesizing geog id: state 06 county 001 tract 401200 block group 1 dtype: object Drawing 513 households Synthesizing geog id: state 06 county 001 tract 401200 block group 2 dtype: object Drawing 444 households Synthesizing geog id: state 06 county 001 tract 401200 block group 3 dtype: object Drawing 379 households Synthesizing geog id: state 06 county 001 tract 401300 block group 1 dtype: object Drawing 596 households Synthesizing geog id: state 06 county 001 tract 401300 block group 2 dtype: object Drawing 555 households Synthesizing geog id: state 06 county 001 tract 401300 block group 3 dtype: object Drawing 526 households Synthesizing geog id: state 06 county 001 tract 401400 block group 1 dtype: object Drawing 362 households Synthesizing geog id: state 06 county 001 tract 401400 block group 2 dtype: object Drawing 748 households Synthesizing geog id: state 06 county 001 tract 401400 block group 3 dtype: object Drawing 322 households Synthesizing geog id: state 06 county 001 tract 401500 block group 1 dtype: object Drawing 340 households Synthesizing geog id: state 06 county 001 tract 401500 block group 2 dtype: object Drawing 206 households Synthesizing geog id: state 06 county 001 tract 401500 block group 3 dtype: object Drawing 323 households Synthesizing geog id: state 06 county 001 tract 401600 block group 1 dtype: object Drawing 327 households Synthesizing geog id: state 06 county 001 tract 401600 block group 2 dtype: object Drawing 444 households Synthesizing geog id: state 06 county 001 tract 401700 block group 1 dtype: object Drawing 436 households Synthesizing geog id: state 06 county 001 tract 401700 block group 2 dtype: object Drawing 419 households Synthesizing geog id: state 06 county 001 tract 401700 block group 3 dtype: object Drawing 0 households Synthesizing geog id: state 06 county 001 tract 401800 block group 1 dtype: object Drawing 299 households Synthesizing geog id: state 06 county 001 tract 401800 block group 2 dtype: object Drawing 276 households Synthesizing geog id: state 06 county 001 tract 402200 block group 1 dtype: object Drawing 361 households Synthesizing geog id: state 06 county 001 tract 402200 block group 2 dtype: object Drawing 338 households Synthesizing geog id: state 06 county 001 tract 402200 block group 3 dtype: object Drawing 158 households Synthesizing geog id: state 06 county 001 tract 402400 block group 1 dtype: object Drawing 565 households Synthesizing geog id: state 06 county 001 tract 402400 block group 2 dtype: object Drawing 517 households Synthesizing geog id: state 06 county 001 tract 402500 block group 1 dtype: object Drawing 432 households Synthesizing geog id: state 06 county 001 tract 402500 block group 2 dtype: object Drawing 332 households Synthesizing geog id: state 06 county 001 tract 402600 block group 1 dtype: object Drawing 557 households Synthesizing geog id: state 06 county 001 tract 402700 block group 1 dtype: object Drawing 218 households Synthesizing geog id: state 06 county 001 tract 402700 block group 2 dtype: object Drawing 444 households Synthesizing geog id: state 06 county 001 tract 402800 block group 1 dtype: object Drawing 755 households Synthesizing geog id: state 06 county 001 tract 402800 block group 2 dtype: object Drawing 748 households Synthesizing geog id: state 06 county 001 tract 402900 block group 1 dtype: object Drawing 773 households Synthesizing geog id: state 06 county 001 tract 403000 block group 1 dtype: object Drawing 616 households Synthesizing geog id: state 06 county 001 tract 403000 block group 2 dtype: object Drawing 604 households Synthesizing geog id: state 06 county 001 tract 403100 block group 1 dtype: object Drawing 573 households Synthesizing geog id: state 06 county 001 tract 403300 block group 1 dtype: object Drawing 1280 households Synthesizing geog id: state 06 county 001 tract 403300 block group 2 dtype: object Drawing 755 households Synthesizing geog id: state 06 county 001 tract 403400 block group 1 dtype: object Drawing 679 households Synthesizing geog id: state 06 county 001 tract 403400 block group 2 dtype: object Drawing 658 households Synthesizing geog id: state 06 county 001 tract 403400 block group 3 dtype: object Drawing 1085 households Synthesizing geog id: state 06 county 001 tract 403400 block group 4 dtype: object Drawing 542 households Synthesizing geog id: state 06 county 001 tract 403501 block group 1 dtype: object Drawing 1050 households Synthesizing geog id: state 06 county 001 tract 403501 block group 2 dtype: object Drawing 969 households Synthesizing geog id: state 06 county 001 tract 403501 block group 3 dtype: object Drawing 321 households Synthesizing geog id: state 06 county 001 tract 403502 block group 1 dtype: object Drawing 560 households Synthesizing geog id: state 06 county 001 tract 403502 block group 2 dtype: object Drawing 663 households Synthesizing geog id: state 06 county 001 tract 403600 block group 1 dtype: object Drawing 694 households Synthesizing geog id: state 06 county 001 tract 403600 block group 2 dtype: object Drawing 756 households Synthesizing geog id: state 06 county 001 tract 403600 block group 3 dtype: object Drawing 1108 households Synthesizing geog id: state 06 county 001 tract 403701 block group 1 dtype: object Drawing 911 households Synthesizing geog id: state 06 county 001 tract 403701 block group 2 dtype: object Drawing 799 households Synthesizing geog id: state 06 county 001 tract 403702 block group 1 dtype: object Drawing 436 households Synthesizing geog id: state 06 county 001 tract 403702 block group 2 dtype: object Drawing 713 households Synthesizing geog id: state 06 county 001 tract 403800 block group 1 dtype: object Drawing 228 households Synthesizing geog id: state 06 county 001 tract 403800 block group 2 dtype: object Drawing 439 households Synthesizing geog id: state 06 county 001 tract 403800 block group 3 dtype: object Drawing 430 households Synthesizing geog id: state 06 county 001 tract 403800 block group 4 dtype: object Drawing 791 households Synthesizing geog id: state 06 county 001 tract 403900 block group 1 dtype: object Drawing 850 households Synthesizing geog id: state 06 county 001 tract 403900 block group 2 dtype: object Drawing 379 households Synthesizing geog id: state 06 county 001 tract 403900 block group 3 dtype: object Drawing 1018 households Synthesizing geog id: state 06 county 001 tract 404000 block group 1 dtype: object Drawing 1056 households Synthesizing geog id: state 06 county 001 tract 404000 block group 2 dtype: object Drawing 644 households Synthesizing geog id: state 06 county 001 tract 404101 block group 1 dtype: object Drawing 657 households Synthesizing geog id: state 06 county 001 tract 404101 block group 2 dtype: object Drawing 1025 households Synthesizing geog id: state 06 county 001 tract 404102 block group 1 dtype: object Drawing 1007 households Synthesizing geog id: state 06 county 001 tract 404102 block group 2 dtype: object Drawing 589 households Synthesizing geog id: state 06 county 001 tract 404200 block group 1 dtype: object Drawing 352 households Synthesizing geog id: state 06 county 001 tract 404200 block group 2 dtype: object Drawing 516 households Synthesizing geog id: state 06 county 001 tract 404200 block group 3 dtype: object Drawing 522 households Synthesizing geog id: state 06 county 001 tract 404300 block group 1 dtype: object Drawing 452 households Synthesizing geog id: state 06 county 001 tract 404300 block group 2 dtype: object Drawing 333 households Synthesizing geog id: state 06 county 001 tract 404300 block group 3 dtype: object Drawing 531 households Synthesizing geog id: state 06 county 001 tract 404400 block group 1 dtype: object Drawing 1015 households Synthesizing geog id: state 06 county 001 tract 404400 block group 2 dtype: object Drawing 474 households Synthesizing geog id: state 06 county 001 tract 404400 block group 3 dtype: object Drawing 706 households Synthesizing geog id: state 06 county 001 tract 404501 block group 1 dtype: object Drawing 701 households Synthesizing geog id: state 06 county 001 tract 404502 block group 1 dtype: object Drawing 414 households Synthesizing geog id: state 06 county 001 tract 404502 block group 2 dtype: object Drawing 532 households Synthesizing geog id: state 06 county 001 tract 404502 block group 3 dtype: object Drawing 707 households Synthesizing geog id: state 06 county 001 tract 404502 block group 4 dtype: object Drawing 813 households Synthesizing geog id: state 06 county 001 tract 404600 block group 1 dtype: object Drawing 502 households Synthesizing geog id: state 06 county 001 tract 404600 block group 2 dtype: object Drawing 320 households Synthesizing geog id: state 06 county 001 tract 404600 block group 3 dtype: object Drawing 474 households Synthesizing geog id: state 06 county 001 tract 404600 block group 4 dtype: object Drawing 514 households Synthesizing geog id: state 06 county 001 tract 404700 block group 1 dtype: object Drawing 353 households Synthesizing geog id: state 06 county 001 tract 404700 block group 2 dtype: object Drawing 439 households Synthesizing geog id: state 06 county 001 tract 404800 block group 1 dtype: object Drawing 631 households Synthesizing geog id: state 06 county 001 tract 404800 block group 2 dtype: object Drawing 652 households Synthesizing geog id: state 06 county 001 tract 404900 block group 1 dtype: object Drawing 357 households Synthesizing geog id: state 06 county 001 tract 404900 block group 2 dtype: object Drawing 611 households Synthesizing geog id: state 06 county 001 tract 404900 block group 3 dtype: object Drawing 330 households Synthesizing geog id: state 06 county 001 tract 404900 block group 4 dtype: object Drawing 670 households Synthesizing geog id: state 06 county 001 tract 405000 block group 1 dtype: object Drawing 302 households Synthesizing geog id: state 06 county 001 tract 405000 block group 2 dtype: object Drawing 450 households Synthesizing geog id: state 06 county 001 tract 405000 block group 3 dtype: object Drawing 676 households Synthesizing geog id: state 06 county 001 tract 405100 block group 1 dtype: object Drawing 372 households Synthesizing geog id: state 06 county 001 tract 405100 block group 2 dtype: object Drawing 302 households Synthesizing geog id: state 06 county 001 tract 405100 block group 3 dtype: object Drawing 290 households Synthesizing geog id: state 06 county 001 tract 405100 block group 4 dtype: object Drawing 281 households Synthesizing geog id: state 06 county 001 tract 405100 block group 5 dtype: object Drawing 316 households Synthesizing geog id: state 06 county 001 tract 405200 block group 1 dtype: object Drawing 724 households Synthesizing geog id: state 06 county 001 tract 405200 block group 2 dtype: object Drawing 491 households Synthesizing geog id: state 06 county 001 tract 405200 block group 3 dtype: object Drawing 435 households Synthesizing geog id: state 06 county 001 tract 405200 block group 4 dtype: object Drawing 715 households Synthesizing geog id: state 06 county 001 tract 405301 block group 1 dtype: object Drawing 1088 households Synthesizing geog id: state 06 county 001 tract 405301 block group 2 dtype: object Drawing 526 households Synthesizing geog id: state 06 county 001 tract 405302 block group 1 dtype: object Drawing 905 households Synthesizing geog id: state 06 county 001 tract 405302 block group 2 dtype: object Drawing 617 households Synthesizing geog id: state 06 county 001 tract 405401 block group 1 dtype: object Drawing 617 households Synthesizing geog id: state 06 county 001 tract 405401 block group 2 dtype: object Drawing 527 households Synthesizing geog id: state 06 county 001 tract 405401 block group 3 dtype: object Drawing 407 households Synthesizing geog id: state 06 county 001 tract 405402 block group 1 dtype: object Drawing 634 households Synthesizing geog id: state 06 county 001 tract 405402 block group 2 dtype: object Drawing 459 households Synthesizing geog id: state 06 county 001 tract 405500 block group 1 dtype: object Drawing 294 households Synthesizing geog id: state 06 county 001 tract 405500 block group 2 dtype: object Drawing 350 households Synthesizing geog id: state 06 county 001 tract 405500 block group 3 dtype: object Drawing 231 households Synthesizing geog id: state 06 county 001 tract 405500 block group 4 dtype: object Drawing 682 households Synthesizing geog id: state 06 county 001 tract 405600 block group 1 dtype: object Drawing 193 households Synthesizing geog id: state 06 county 001 tract 405600 block group 2 dtype: object Drawing 410 households Synthesizing geog id: state 06 county 001 tract 405600 block group 3 dtype: object Drawing 788 households Synthesizing geog id: state 06 county 001 tract 405700 block group 1 dtype: object Drawing 428 households Synthesizing geog id: state 06 county 001 tract 405700 block group 2 dtype: object Drawing 402 households Synthesizing geog id: state 06 county 001 tract 405700 block group 3 dtype: object Drawing 373 households Synthesizing geog id: state 06 county 001 tract 405800 block group 1 dtype: object Drawing 357 households Synthesizing geog id: state 06 county 001 tract 405800 block group 2 dtype: object Drawing 266 households Synthesizing geog id: state 06 county 001 tract 405800 block group 3 dtype: object Drawing 408 households Synthesizing geog id: state 06 county 001 tract 405800 block group 4 dtype: object Drawing 260 households Synthesizing geog id: state 06 county 001 tract 405901 block group 1 dtype: object Drawing 272 households Synthesizing geog id: state 06 county 001 tract 405901 block group 2 dtype: object Drawing 493 households Synthesizing geog id: state 06 county 001 tract 405901 block group 3 dtype: object Drawing 231 households Synthesizing geog id: state 06 county 001 tract 405902 block group 1 dtype: object Drawing 571 households Synthesizing geog id: state 06 county 001 tract 405902 block group 2 dtype: object Drawing 456 households Synthesizing geog id: state 06 county 001 tract 406000 block group 1 dtype: object Drawing 310 households Synthesizing geog id: state 06 county 001 tract 406000 block group 2 dtype: object Drawing 291 households Synthesizing geog id: state 06 county 001 tract 406000 block group 3 dtype: object Drawing 808 households Synthesizing geog id: state 06 county 001 tract 406100 block group 1 dtype: object Drawing 351 households Synthesizing geog id: state 06 county 001 tract 406100 block group 2 dtype: object Drawing 264 households Synthesizing geog id: state 06 county 001 tract 406100 block group 3 dtype: object Drawing 323 households Synthesizing geog id: state 06 county 001 tract 406100 block group 4 dtype: object Drawing 421 households Synthesizing geog id: state 06 county 001 tract 406201 block group 1 dtype: object Drawing 408 households Synthesizing geog id: state 06 county 001 tract 406201 block group 2 dtype: object Drawing 199 households Synthesizing geog id: state 06 county 001 tract 406201 block group 3 dtype: object Drawing 418 households Synthesizing geog id: state 06 county 001 tract 406201 block group 4 dtype: object Drawing 349 households Synthesizing geog id: state 06 county 001 tract 406202 block group 1 dtype: object Drawing 250 households Synthesizing geog id: state 06 county 001 tract 406202 block group 2 dtype: object Drawing 537 households Synthesizing geog id: state 06 county 001 tract 406202 block group 3 dtype: object Drawing 404 households Synthesizing geog id: state 06 county 001 tract 406300 block group 1 dtype: object Drawing 389 households Synthesizing geog id: state 06 county 001 tract 406300 block group 2 dtype: object Drawing 284 households Synthesizing geog id: state 06 county 001 tract 406300 block group 3 dtype: object Drawing 241 households Synthesizing geog id: state 06 county 001 tract 406300 block group 4 dtype: object Drawing 279 households Synthesizing geog id: state 06 county 001 tract 406400 block group 1 dtype: object Drawing 209 households Synthesizing geog id: state 06 county 001 tract 406400 block group 2 dtype: object Drawing 545 households Synthesizing geog id: state 06 county 001 tract 406500 block group 1 dtype: object Drawing 600 households Synthesizing geog id: state 06 county 001 tract 406500 block group 2 dtype: object Drawing 263 households Synthesizing geog id: state 06 county 001 tract 406500 block group 3 dtype: object Drawing 501 households Synthesizing geog id: state 06 county 001 tract 406500 block group 4 dtype: object Drawing 325 households Synthesizing geog id: state 06 county 001 tract 406601 block group 1 dtype: object Drawing 339 households Synthesizing geog id: state 06 county 001 tract 406601 block group 2 dtype: object Drawing 575 households Synthesizing geog id: state 06 county 001 tract 406601 block group 3 dtype: object Drawing 481 households Synthesizing geog id: state 06 county 001 tract 406601 block group 4 dtype: object Drawing 402 households Synthesizing geog id: state 06 county 001 tract 406602 block group 1 dtype: object Drawing 467 households Synthesizing geog id: state 06 county 001 tract 406602 block group 2 dtype: object Drawing 412 households Synthesizing geog id: state 06 county 001 tract 406700 block group 1 dtype: object Drawing 476 households Synthesizing geog id: state 06 county 001 tract 406700 block group 2 dtype: object Drawing 292 households Synthesizing geog id: state 06 county 001 tract 406700 block group 3 dtype: object Drawing 715 households Synthesizing geog id: state 06 county 001 tract 406700 block group 4 dtype: object Drawing 372 households Synthesizing geog id: state 06 county 001 tract 406700 block group 5 dtype: object Drawing 279 households Synthesizing geog id: state 06 county 001 tract 406800 block group 1 dtype: object Drawing 273 households Synthesizing geog id: state 06 county 001 tract 406800 block group 2 dtype: object Drawing 238 households Synthesizing geog id: state 06 county 001 tract 406800 block group 3 dtype: object Drawing 404 households Synthesizing geog id: state 06 county 001 tract 406800 block group 4 dtype: object Drawing 451 households Synthesizing geog id: state 06 county 001 tract 406900 block group 1 dtype: object Drawing 370 households Synthesizing geog id: state 06 county 001 tract 406900 block group 2 dtype: object Drawing 349 households Synthesizing geog id: state 06 county 001 tract 406900 block group 3 dtype: object Drawing 804 households Synthesizing geog id: state 06 county 001 tract 407000 block group 1 dtype: object Drawing 402 households Synthesizing geog id: state 06 county 001 tract 407000 block group 2 dtype: object Drawing 370 households Synthesizing geog id: state 06 county 001 tract 407000 block group 3 dtype: object Drawing 586 households Synthesizing geog id: state 06 county 001 tract 407000 block group 4 dtype: object Drawing 394 households Synthesizing geog id: state 06 county 001 tract 407000 block group 5 dtype: object Drawing 250 households Synthesizing geog id: state 06 county 001 tract 407101 block group 1 dtype: object Drawing 651 households Synthesizing geog id: state 06 county 001 tract 407101 block group 2 dtype: object Drawing 352 households Synthesizing geog id: state 06 county 001 tract 407102 block group 1 dtype: object Drawing 415 households Synthesizing geog id: state 06 county 001 tract 407102 block group 2 dtype: object Drawing 277 households Synthesizing geog id: state 06 county 001 tract 407102 block group 3 dtype: object Drawing 271 households Synthesizing geog id: state 06 county 001 tract 407102 block group 4 dtype: object Drawing 245 households Synthesizing geog id: state 06 county 001 tract 407200 block group 1 dtype: object Drawing 271 households Synthesizing geog id: state 06 county 001 tract 407200 block group 2 dtype: object Drawing 452 households Synthesizing geog id: state 06 county 001 tract 407200 block group 3 dtype: object Drawing 366 households Synthesizing geog id: state 06 county 001 tract 407200 block group 4 dtype: object Drawing 578 households Synthesizing geog id: state 06 county 001 tract 407300 block group 1 dtype: object Drawing 387 households Synthesizing geog id: state 06 county 001 tract 407300 block group 2 dtype: object Drawing 353 households Synthesizing geog id: state 06 county 001 tract 407400 block group 1 dtype: object Drawing 444 households Synthesizing geog id: state 06 county 001 tract 407400 block group 2 dtype: object Drawing 434 households Synthesizing geog id: state 06 county 001 tract 407400 block group 3 dtype: object Drawing 236 households Synthesizing geog id: state 06 county 001 tract 407500 block group 1 dtype: object Drawing 352 households Synthesizing geog id: state 06 county 001 tract 407500 block group 2 dtype: object Drawing 609 households Synthesizing geog id: state 06 county 001 tract 407500 block group 3 dtype: object Drawing 267 households Synthesizing geog id: state 06 county 001 tract 407600 block group 1 dtype: object Drawing 432 households Synthesizing geog id: state 06 county 001 tract 407600 block group 2 dtype: object Drawing 319 households Synthesizing geog id: state 06 county 001 tract 407600 block group 3 dtype: object Drawing 626 households Synthesizing geog id: state 06 county 001 tract 407600 block group 4 dtype: object Drawing 472 households Synthesizing geog id: state 06 county 001 tract 407600 block group 5 dtype: object Drawing 295 households Synthesizing geog id: state 06 county 001 tract 407700 block group 1 dtype: object Drawing 584 households Synthesizing geog id: state 06 county 001 tract 407700 block group 2 dtype: object Drawing 432 households Synthesizing geog id: state 06 county 001 tract 407700 block group 3 dtype: object Drawing 299 households Synthesizing geog id: state 06 county 001 tract 407700 block group 4 dtype: object Drawing 418 households Synthesizing geog id: state 06 county 001 tract 407800 block group 1 dtype: object Drawing 7 households Synthesizing geog id: state 06 county 001 tract 407800 block group 2 dtype: object Drawing 351 households Synthesizing geog id: state 06 county 001 tract 407800 block group 3 dtype: object Drawing 338 households Synthesizing geog id: state 06 county 001 tract 407900 block group 1 dtype: object Drawing 323 households Synthesizing geog id: state 06 county 001 tract 407900 block group 2 dtype: object Drawing 291 households Synthesizing geog id: state 06 county 001 tract 407900 block group 3 dtype: object Drawing 443 households Synthesizing geog id: state 06 county 001 tract 408000 block group 1 dtype: object Drawing 288 households Synthesizing geog id: state 06 county 001 tract 408000 block group 2 dtype: object Drawing 691 households Synthesizing geog id: state 06 county 001 tract 408100 block group 1 dtype: object Drawing 681 households Synthesizing geog id: state 06 county 001 tract 408100 block group 2 dtype: object Drawing 1135 households Synthesizing geog id: state 06 county 001 tract 408100 block group 3 dtype: object Drawing 313 households Synthesizing geog id: state 06 county 001 tract 408100 block group 4 dtype: object Drawing 373 households Synthesizing geog id: state 06 county 001 tract 408200 block group 1 dtype: object Drawing 530 households Synthesizing geog id: state 06 county 001 tract 408200 block group 2 dtype: object Drawing 629 households Synthesizing geog id: state 06 county 001 tract 408200 block group 3 dtype: object Drawing 499 households Synthesizing geog id: state 06 county 001 tract 408300 block group 1 dtype: object Drawing 303 households Synthesizing geog id: state 06 county 001 tract 408300 block group 2 dtype: object Drawing 390 households Synthesizing geog id: state 06 county 001 tract 408300 block group 3 dtype: object Drawing 387 households Synthesizing geog id: state 06 county 001 tract 408300 block group 4 dtype: object Drawing 379 households Synthesizing geog id: state 06 county 001 tract 408300 block group 5 dtype: object Drawing 335 households Synthesizing geog id: state 06 county 001 tract 408400 block group 1 dtype: object Drawing 426 households Synthesizing geog id: state 06 county 001 tract 408400 block group 2 dtype: object Drawing 307 households Synthesizing geog id: state 06 county 001 tract 408400 block group 3 dtype: object Drawing 386 households Synthesizing geog id: state 06 county 001 tract 408500 block group 1 dtype: object Drawing 320 households Synthesizing geog id: state 06 county 001 tract 408500 block group 2 dtype: object Drawing 309 households Synthesizing geog id: state 06 county 001 tract 408500 block group 3 dtype: object Drawing 252 households Synthesizing geog id: state 06 county 001 tract 408500 block group 4 dtype: object Drawing 257 households Synthesizing geog id: state 06 county 001 tract 408500 block group 5 dtype: object Drawing 374 households Synthesizing geog id: state 06 county 001 tract 408600 block group 1 dtype: object Drawing 578 households Synthesizing geog id: state 06 county 001 tract 408600 block group 2 dtype: object Drawing 499 households Synthesizing geog id: state 06 county 001 tract 408600 block group 3 dtype: object Drawing 397 households Synthesizing geog id: state 06 county 001 tract 408600 block group 4 dtype: object Drawing 205 households Synthesizing geog id: state 06 county 001 tract 408700 block group 1 dtype: object Drawing 325 households Synthesizing geog id: state 06 county 001 tract 408700 block group 2 dtype: object Drawing 389 households Synthesizing geog id: state 06 county 001 tract 408700 block group 3 dtype: object Drawing 437 households Synthesizing geog id: state 06 county 001 tract 408700 block group 4 dtype: object Drawing 331 households Synthesizing geog id: state 06 county 001 tract 408700 block group 5 dtype: object Drawing 320 households Synthesizing geog id: state 06 county 001 tract 408700 block group 6 dtype: object Drawing 263 households Synthesizing geog id: state 06 county 001 tract 408800 block group 1 dtype: object Drawing 289 households Synthesizing geog id: state 06 county 001 tract 408800 block group 2 dtype: object Drawing 338 households Synthesizing geog id: state 06 county 001 tract 408800 block group 3 dtype: object Drawing 419 households Synthesizing geog id: state 06 county 001 tract 408800 block group 4 dtype: object Drawing 642 households Synthesizing geog id: state 06 county 001 tract 408900 block group 1 dtype: object Drawing 392 households Synthesizing geog id: state 06 county 001 tract 408900 block group 2 dtype: object Drawing 591 households Synthesizing geog id: state 06 county 001 tract 409000 block group 1 dtype: object Drawing 678 households Synthesizing geog id: state 06 county 001 tract 409000 block group 2 dtype: object Drawing 0 households Synthesizing geog id: state 06 county 001 tract 409000 block group 3 dtype: object Drawing 370 households Synthesizing geog id: state 06 county 001 tract 409000 block group 4 dtype: object Drawing 0 households Synthesizing geog id: state 06 county 001 tract 409100 block group 1 dtype: object Drawing 313 households Synthesizing geog id: state 06 county 001 tract 409100 block group 2 dtype: object Drawing 334 households Synthesizing geog id: state 06 county 001 tract 409200 block group 1 dtype: object Drawing 473 households Synthesizing geog id: state 06 county 001 tract 409200 block group 2 dtype: object Drawing 389 households Synthesizing geog id: state 06 county 001 tract 409300 block group 1 dtype: object Drawing 549 households Synthesizing geog id: state 06 county 001 tract 409300 block group 2 dtype: object Drawing 306 households Synthesizing geog id: state 06 county 001 tract 409300 block group 3 dtype: object Drawing 414 households Synthesizing geog id: state 06 county 001 tract 409300 block group 4 dtype: object Drawing 263 households Synthesizing geog id: state 06 county 001 tract 409400 block group 1 dtype: object Drawing 269 households Synthesizing geog id: state 06 county 001 tract 409400 block group 2 dtype: object Drawing 406 households Synthesizing geog id: state 06 county 001 tract 409400 block group 3 dtype: object Drawing 366 households Synthesizing geog id: state 06 county 001 tract 409500 block group 1 dtype: object Drawing 396 households Synthesizing geog id: state 06 county 001 tract 409500 block group 2 dtype: object Drawing 209 households Synthesizing geog id: state 06 county 001 tract 409500 block group 3 dtype: object Drawing 250 households Synthesizing geog id: state 06 county 001 tract 409600 block group 1 dtype: object Drawing 234 households Synthesizing geog id: state 06 county 001 tract 409600 block group 2 dtype: object Drawing 295 households Synthesizing geog id: state 06 county 001 tract 409600 block group 3 dtype: object Drawing 287 households Synthesizing geog id: state 06 county 001 tract 409600 block group 4 dtype: object Drawing 180 households Synthesizing geog id: state 06 county 001 tract 409600 block group 5 dtype: object Drawing 452 households Synthesizing geog id: state 06 county 001 tract 409700 block group 1 dtype: object Drawing 244 households Synthesizing geog id: state 06 county 001 tract 409700 block group 2 dtype: object Drawing 521 households Synthesizing geog id: state 06 county 001 tract 409700 block group 3 dtype: object Drawing 365 households Synthesizing geog id: state 06 county 001 tract 409700 block group 4 dtype: object Drawing 362 households Synthesizing geog id: state 06 county 001 tract 409800 block group 1 dtype: object Drawing 296 households Synthesizing geog id: state 06 county 001 tract 409800 block group 2 dtype: object Drawing 584 households Synthesizing geog id: state 06 county 001 tract 409800 block group 3 dtype: object Drawing 287 households Synthesizing geog id: state 06 county 001 tract 409900 block group 1 dtype: object Drawing 286 households Synthesizing geog id: state 06 county 001 tract 409900 block group 2 dtype: object Drawing 292 households Synthesizing geog id: state 06 county 001 tract 409900 block group 3 dtype: object Drawing 444 households Synthesizing geog id: state 06 county 001 tract 409900 block group 4 dtype: object Drawing 374 households Synthesizing geog id: state 06 county 001 tract 410000 block group 1 dtype: object Drawing 426 households Synthesizing geog id: state 06 county 001 tract 410000 block group 2 dtype: object Drawing 735 households Synthesizing geog id: state 06 county 001 tract 410000 block group 3 dtype: object Drawing 0 households Synthesizing geog id: state 06 county 001 tract 410100 block group 1 dtype: object Drawing 528 households Synthesizing geog id: state 06 county 001 tract 410100 block group 2 dtype: object Drawing 450 households Synthesizing geog id: state 06 county 001 tract 410200 block group 1 dtype: object Drawing 409 households Synthesizing geog id: state 06 county 001 tract 410200 block group 2 dtype: object Drawing 364 households Synthesizing geog id: state 06 county 001 tract 410200 block group 3 dtype: object Drawing 280 households Synthesizing geog id: state 06 county 001 tract 410300 block group 1 dtype: object Drawing 207 households Synthesizing geog id: state 06 county 001 tract 410300 block group 2 dtype: object Drawing 292 households Synthesizing geog id: state 06 county 001 tract 410300 block group 3 dtype: object Drawing 505 households Synthesizing geog id: state 06 county 001 tract 410400 block group 1 dtype: object Drawing 240 households Synthesizing geog id: state 06 county 001 tract 410400 block group 2 dtype: object Drawing 424 households Synthesizing geog id: state 06 county 001 tract 410400 block group 3 dtype: object Drawing 605 households Synthesizing geog id: state 06 county 001 tract 410500 block group 1 dtype: object Drawing 1051 households Synthesizing geog id: state 06 county 001 tract 420100 block group 1 dtype: object Drawing 342 households Synthesizing geog id: state 06 county 001 tract 420100 block group 2 dtype: object Drawing 310 households Synthesizing geog id: state 06 county 001 tract 420100 block group 3 dtype: object Drawing 261 households Synthesizing geog id: state 06 county 001 tract 420200 block group 1 dtype: object Drawing 437 households Synthesizing geog id: state 06 county 001 tract 420200 block group 2 dtype: object Drawing 342 households Synthesizing geog id: state 06 county 001 tract 420200 block group 3 dtype: object Drawing 445 households Synthesizing geog id: state 06 county 001 tract 420300 block group 1 dtype: object Drawing 652 households Synthesizing geog id: state 06 county 001 tract 420300 block group 2 dtype: object Drawing 976 households Synthesizing geog id: state 06 county 001 tract 420300 block group 3 dtype: object Drawing 346 households Synthesizing geog id: state 06 county 001 tract 420400 block group 1 dtype: object Drawing 1084 households Synthesizing geog id: state 06 county 001 tract 420500 block group 1 dtype: object Drawing 352 households Synthesizing geog id: state 06 county 001 tract 420500 block group 2 dtype: object Drawing 527 households Synthesizing geog id: state 06 county 001 tract 420600 block group 1 dtype: object Drawing 471 households Synthesizing geog id: state 06 county 001 tract 420600 block group 2 dtype: object Drawing 364 households Synthesizing geog id: state 06 county 001 tract 420600 block group 3 dtype: object Drawing 371 households Synthesizing geog id: state 06 county 001 tract 421100 block group 1 dtype: object Drawing 269 households Synthesizing geog id: state 06 county 001 tract 421100 block group 2 dtype: object Drawing 597 households Synthesizing geog id: state 06 county 001 tract 421200 block group 1 dtype: object Drawing 277 households Synthesizing geog id: state 06 county 001 tract 421200 block group 2 dtype: object Drawing 525 households Synthesizing geog id: state 06 county 001 tract 421200 block group 3 dtype: object Drawing 289 households Synthesizing geog id: state 06 county 001 tract 421200 block group 4 dtype: object Drawing 358 households Synthesizing geog id: state 06 county 001 tract 421300 block group 1 dtype: object Drawing 438 households Synthesizing geog id: state 06 county 001 tract 421300 block group 2 dtype: object Drawing 483 households Synthesizing geog id: state 06 county 001 tract 421300 block group 3 dtype: object Drawing 357 households Synthesizing geog id: state 06 county 001 tract 421300 block group 4 dtype: object Drawing 359 households Synthesizing geog id: state 06 county 001 tract 421400 block group 1 dtype: object Drawing 449 households Synthesizing geog id: state 06 county 001 tract 421400 block group 2 dtype: object Drawing 234 households Synthesizing geog id: state 06 county 001 tract 421500 block group 1 dtype: object Drawing 492 households Synthesizing geog id: state 06 county 001 tract 421500 block group 2 dtype: object Drawing 565 households Synthesizing geog id: state 06 county 001 tract 421500 block group 3 dtype: object Drawing 554 households Synthesizing geog id: state 06 county 001 tract 421600 block group 1 dtype: object Drawing 436 households Synthesizing geog id: state 06 county 001 tract 421600 block group 2 dtype: object Drawing 437 households Synthesizing geog id: state 06 county 001 tract 421600 block group 3 dtype: object Drawing 408 households Synthesizing geog id: state 06 county 001 tract 421600 block group 4 dtype: object Drawing 285 households Synthesizing geog id: state 06 county 001 tract 421700 block group 1 dtype: object Drawing 779 households Synthesizing geog id: state 06 county 001 tract 421700 block group 2 dtype: object Drawing 299 households Synthesizing geog id: state 06 county 001 tract 421700 block group 3 dtype: object Drawing 549 households Synthesizing geog id: state 06 county 001 tract 421800 block group 1 dtype: object Drawing 429 households Synthesizing geog id: state 06 county 001 tract 421800 block group 2 dtype: object Drawing 448 households Synthesizing geog id: state 06 county 001 tract 421900 block group 1 dtype: object Drawing 439 households Synthesizing geog id: state 06 county 001 tract 421900 block group 2 dtype: object Drawing 396 households Synthesizing geog id: state 06 county 001 tract 421900 block group 3 dtype: object Drawing 473 households Synthesizing geog id: state 06 county 001 tract 421900 block group 4 dtype: object Drawing 305 households Synthesizing geog id: state 06 county 001 tract 422000 block group 1 dtype: object Drawing 423 households Synthesizing geog id: state 06 county 001 tract 422000 block group 2 dtype: object Drawing 172 households Synthesizing geog id: state 06 county 001 tract 422100 block group 1 dtype: object Drawing 352 households Synthesizing geog id: state 06 county 001 tract 422100 block group 2 dtype: object Drawing 680 households Synthesizing geog id: state 06 county 001 tract 422200 block group 1 dtype: object Drawing 465 households Synthesizing geog id: state 06 county 001 tract 422200 block group 2 dtype: object Drawing 492 households Synthesizing geog id: state 06 county 001 tract 422200 block group 3 dtype: object Drawing 553 households Synthesizing geog id: state 06 county 001 tract 422300 block group 1 dtype: object Drawing 439 households Synthesizing geog id: state 06 county 001 tract 422300 block group 2 dtype: object Drawing 675 households Synthesizing geog id: state 06 county 001 tract 422300 block group 3 dtype: object Drawing 476 households Synthesizing geog id: state 06 county 001 tract 422400 block group 1 dtype: object Drawing 1246 households Synthesizing geog id: state 06 county 001 tract 422400 block group 2 dtype: object Drawing 503 households Synthesizing geog id: state 06 county 001 tract 422400 block group 3 dtype: object Drawing 532 households Synthesizing geog id: state 06 county 001 tract 422500 block group 1 dtype: object Drawing 537 households Synthesizing geog id: state 06 county 001 tract 422500 block group 2 dtype: object Drawing 195 households Synthesizing geog id: state 06 county 001 tract 422500 block group 3 dtype: object Drawing 810 households Synthesizing geog id: state 06 county 001 tract 422600 block group 1 dtype: object Drawing 20 households Synthesizing geog id: state 06 county 001 tract 422700 block group 1 dtype: object Drawing 320 households Synthesizing geog id: state 06 county 001 tract 422700 block group 2 dtype: object Drawing 175 households Synthesizing geog id: state 06 county 001 tract 422700 block group 3 dtype: object Drawing 564 households Synthesizing geog id: state 06 county 001 tract 422800 block group 1 dtype: object Drawing 374 households Synthesizing geog id: state 06 county 001 tract 422800 block group 2 dtype: object Drawing 155 households Synthesizing geog id: state 06 county 001 tract 422800 block group 3 dtype: object Drawing 846 households Synthesizing geog id: state 06 county 001 tract 422900 block group 1 dtype: object Drawing 942 households Synthesizing geog id: state 06 county 001 tract 422900 block group 2 dtype: object Drawing 927 households Synthesizing geog id: state 06 county 001 tract 423000 block group 1 dtype: object Drawing 852 households Synthesizing geog id: state 06 county 001 tract 423000 block group 2 dtype: object Drawing 730 households Synthesizing geog id: state 06 county 001 tract 423000 block group 3 dtype: object Drawing 524 households Synthesizing geog id: state 06 county 001 tract 423100 block group 1 dtype: object Drawing 748 households Synthesizing geog id: state 06 county 001 tract 423100 block group 2 dtype: object Drawing 321 households Synthesizing geog id: state 06 county 001 tract 423100 block group 3 dtype: object Drawing 434 households Synthesizing geog id: state 06 county 001 tract 423100 block group 4 dtype: object Drawing 295 households Synthesizing geog id: state 06 county 001 tract 423200 block group 1 dtype: object Drawing 437 households Synthesizing geog id: state 06 county 001 tract 423200 block group 2 dtype: object Drawing 633 households Synthesizing geog id: state 06 county 001 tract 423300 block group 1 dtype: object Drawing 535 households Synthesizing geog id: state 06 county 001 tract 423300 block group 2 dtype: object Drawing 562 households Synthesizing geog id: state 06 county 001 tract 423300 block group 3 dtype: object Drawing 432 households Synthesizing geog id: state 06 county 001 tract 423400 block group 1 dtype: object Drawing 366 households Synthesizing geog id: state 06 county 001 tract 423400 block group 2 dtype: object Drawing 438 households Synthesizing geog id: state 06 county 001 tract 423400 block group 3 dtype: object Drawing 644 households Synthesizing geog id: state 06 county 001 tract 423400 block group 4 dtype: object Drawing 568 households Synthesizing geog id: state 06 county 001 tract 423500 block group 1 dtype: object Drawing 468 households Synthesizing geog id: state 06 county 001 tract 423500 block group 2 dtype: object Drawing 408 households Synthesizing geog id: state 06 county 001 tract 423500 block group 3 dtype: object Drawing 454 households Synthesizing geog id: state 06 county 001 tract 423601 block group 1 dtype: object Drawing 646 households Synthesizing geog id: state 06 county 001 tract 423601 block group 2 dtype: object Drawing 596 households Synthesizing geog id: state 06 county 001 tract 423602 block group 1 dtype: object Drawing 857 households Synthesizing geog id: state 06 county 001 tract 423602 block group 2 dtype: object Drawing 700 households Synthesizing geog id: state 06 county 001 tract 423602 block group 3 dtype: object Drawing 885 households Synthesizing geog id: state 06 county 001 tract 423700 block group 1 dtype: object Drawing 442 households Synthesizing geog id: state 06 county 001 tract 423700 block group 2 dtype: object Drawing 467 households Synthesizing geog id: state 06 county 001 tract 423700 block group 3 dtype: object Drawing 290 households Synthesizing geog id: state 06 county 001 tract 423800 block group 1 dtype: object Drawing 319 households Synthesizing geog id: state 06 county 001 tract 423800 block group 2 dtype: object Drawing 477 households Synthesizing geog id: state 06 county 001 tract 423800 block group 3 dtype: object Drawing 468 households Synthesizing geog id: state 06 county 001 tract 423901 block group 1 dtype: object Drawing 339 households Synthesizing geog id: state 06 county 001 tract 423901 block group 2 dtype: object Drawing 463 households Synthesizing geog id: state 06 county 001 tract 423902 block group 1 dtype: object Drawing 308 households Synthesizing geog id: state 06 county 001 tract 423902 block group 2 dtype: object Drawing 455 households Synthesizing geog id: state 06 county 001 tract 424001 block group 1 dtype: object Drawing 418 households Synthesizing geog id: state 06 county 001 tract 424001 block group 2 dtype: object Drawing 189 households Synthesizing geog id: state 06 county 001 tract 424001 block group 3 dtype: object Drawing 433 households Synthesizing geog id: state 06 county 001 tract 424001 block group 4 dtype: object Drawing 405 households Synthesizing geog id: state 06 county 001 tract 424002 block group 1 dtype: object Drawing 529 households Synthesizing geog id: state 06 county 001 tract 424002 block group 2 dtype: object Drawing 434 households Synthesizing geog id: state 06 county 001 tract 425101 block group 1 dtype: object Drawing 383 households Synthesizing geog id: state 06 county 001 tract 425101 block group 2 dtype: object Drawing 880 households Synthesizing geog id: state 06 county 001 tract 425102 block group 1 dtype: object Drawing 446 households Synthesizing geog id: state 06 county 001 tract 425102 block group 2 dtype: object Drawing 622 households Synthesizing geog id: state 06 county 001 tract 425102 block group 3 dtype: object Drawing 374 households Synthesizing geog id: state 06 county 001 tract 425103 block group 1 dtype: object Drawing 532 households Synthesizing geog id: state 06 county 001 tract 425103 block group 2 dtype: object Drawing 380 households Synthesizing geog id: state 06 county 001 tract 425103 block group 3 dtype: object Drawing 284 households Synthesizing geog id: state 06 county 001 tract 425104 block group 1 dtype: object Drawing 644 households Synthesizing geog id: state 06 county 001 tract 425104 block group 2 dtype: object Drawing 953 households Synthesizing geog id: state 06 county 001 tract 426100 block group 1 dtype: object Drawing 440 households Synthesizing geog id: state 06 county 001 tract 426100 block group 2 dtype: object Drawing 159 households Synthesizing geog id: state 06 county 001 tract 426100 block group 3 dtype: object Drawing 503 households Synthesizing geog id: state 06 county 001 tract 426100 block group 4 dtype: object Drawing 377 households Synthesizing geog id: state 06 county 001 tract 426100 block group 5 dtype: object Drawing 396 households Synthesizing geog id: state 06 county 001 tract 426100 block group 6 dtype: object Drawing 163 households Synthesizing geog id: state 06 county 001 tract 426200 block group 1 dtype: object Drawing 538 households Synthesizing geog id: state 06 county 001 tract 426200 block group 2 dtype: object Drawing 620 households Synthesizing geog id: state 06 county 001 tract 426200 block group 3 dtype: object Drawing 444 households Synthesizing geog id: state 06 county 001 tract 427100 block group 1 dtype: object Drawing 428 households Synthesizing geog id: state 06 county 001 tract 427100 block group 2 dtype: object Drawing 287 households Synthesizing geog id: state 06 county 001 tract 427100 block group 3 dtype: object Drawing 616 households Synthesizing geog id: state 06 county 001 tract 427200 block group 1 dtype: object Drawing 384 households Synthesizing geog id: state 06 county 001 tract 427200 block group 2 dtype: object Drawing 515 households Synthesizing geog id: state 06 county 001 tract 427200 block group 3 dtype: object Drawing 351 households Synthesizing geog id: state 06 county 001 tract 427200 block group 4 dtype: object Drawing 225 households Synthesizing geog id: state 06 county 001 tract 427200 block group 5 dtype: object Drawing 0 households Synthesizing geog id: state 06 county 001 tract 427300 block group 1 dtype: object Drawing 491 households Synthesizing geog id: state 06 county 001 tract 427300 block group 2 dtype: object Drawing 560 households Synthesizing geog id: state 06 county 001 tract 427300 block group 3 dtype: object Drawing 297 households Synthesizing geog id: state 06 county 001 tract 427300 block group 4 dtype: object Drawing 209 households Synthesizing geog id: state 06 county 001 tract 427300 block group 5 dtype: object Drawing 371 households Synthesizing geog id: state 06 county 001 tract 427600 block group 1 dtype: object Drawing 652 households Synthesizing geog id: state 06 county 001 tract 427600 block group 2 dtype: object Drawing 612 households Synthesizing geog id: state 06 county 001 tract 427600 block group 3 dtype: object Drawing 317 households Synthesizing geog id: state 06 county 001 tract 427700 block group 1 dtype: object Drawing 328 households Synthesizing geog id: state 06 county 001 tract 427700 block group 2 dtype: object Drawing 1014 households Synthesizing geog id: state 06 county 001 tract 427700 block group 3 dtype: object Drawing 580 households Synthesizing geog id: state 06 county 001 tract 427700 block group 4 dtype: object Drawing 330 households Synthesizing geog id: state 06 county 001 tract 427800 block group 1 dtype: object Drawing 160 households Synthesizing geog id: state 06 county 001 tract 427800 block group 2 dtype: object Drawing 404 households Synthesizing geog id: state 06 county 001 tract 427800 block group 3 dtype: object Drawing 347 households Synthesizing geog id: state 06 county 001 tract 427800 block group 4 dtype: object Drawing 441 households Synthesizing geog id: state 06 county 001 tract 427800 block group 5 dtype: object Drawing 551 households Synthesizing geog id: state 06 county 001 tract 427900 block group 1 dtype: object Drawing 331 households Synthesizing geog id: state 06 county 001 tract 427900 block group 2 dtype: object Drawing 628 households Synthesizing geog id: state 06 county 001 tract 427900 block group 3 dtype: object Drawing 322 households Synthesizing geog id: state 06 county 001 tract 427900 block group 4 dtype: object Drawing 472 households Synthesizing geog id: state 06 county 001 tract 427900 block group 5 dtype: object Drawing 354 households Synthesizing geog id: state 06 county 001 tract 428000 block group 1 dtype: object Drawing 313 households Synthesizing geog id: state 06 county 001 tract 428000 block group 2 dtype: object Drawing 1015 households Synthesizing geog id: state 06 county 001 tract 428100 block group 1 dtype: object Drawing 574 households Synthesizing geog id: state 06 county 001 tract 428100 block group 2 dtype: object Drawing 443 households Synthesizing geog id: state 06 county 001 tract 428100 block group 3 dtype: object Drawing 434 households Synthesizing geog id: state 06 county 001 tract 428100 block group 4 dtype: object Drawing 455 households Synthesizing geog id: state 06 county 001 tract 428200 block group 1 dtype: object Drawing 381 households Synthesizing geog id: state 06 county 001 tract 428200 block group 2 dtype: object Drawing 764 households Synthesizing geog id: state 06 county 001 tract 428200 block group 3 dtype: object Drawing 525 households Synthesizing geog id: state 06 county 001 tract 428200 block group 4 dtype: object Drawing 435 households Synthesizing geog id: state 06 county 001 tract 428200 block group 5 dtype: object Drawing 392 households Synthesizing geog id: state 06 county 001 tract 428301 block group 1 dtype: object Drawing 796 households Synthesizing geog id: state 06 county 001 tract 428301 block group 2 dtype: object Drawing 316 households Synthesizing geog id: state 06 county 001 tract 428301 block group 3 dtype: object Drawing 394 households Synthesizing geog id: state 06 county 001 tract 428301 block group 4 dtype: object Drawing 818 households Synthesizing geog id: state 06 county 001 tract 428302 block group 1 dtype: object Drawing 760 households Synthesizing geog id: state 06 county 001 tract 428302 block group 2 dtype: object Drawing 1020 households Synthesizing geog id: state 06 county 001 tract 428302 block group 3 dtype: object Drawing 759 households Synthesizing geog id: state 06 county 001 tract 428400 block group 1 dtype: object Drawing 775 households Synthesizing geog id: state 06 county 001 tract 428400 block group 2 dtype: object Drawing 472 households Synthesizing geog id: state 06 county 001 tract 428400 block group 3 dtype: object Drawing 581 households Synthesizing geog id: state 06 county 001 tract 428500 block group 1 dtype: object Drawing 1120 households Synthesizing geog id: state 06 county 001 tract 428500 block group 2 dtype: object Drawing 311 households Synthesizing geog id: state 06 county 001 tract 428600 block group 1 dtype: object Drawing 628 households Synthesizing geog id: state 06 county 001 tract 428600 block group 2 dtype: object Drawing 324 households Synthesizing geog id: state 06 county 001 tract 428600 block group 3 dtype: object Drawing 451 households Synthesizing geog id: state 06 county 001 tract 428700 block group 1 dtype: object Drawing 785 households Synthesizing geog id: state 06 county 001 tract 428700 block group 2 dtype: object Drawing 387 households Synthesizing geog id: state 06 county 001 tract 430101 block group 1 dtype: object Drawing 350 households Synthesizing geog id: state 06 county 001 tract 430101 block group 2 dtype: object Drawing 806 households Synthesizing geog id: state 06 county 001 tract 430101 block group 3 dtype: object Drawing 1096 households Synthesizing geog id: state 06 county 001 tract 430102 block group 1 dtype: object Drawing 890 households Synthesizing geog id: state 06 county 001 tract 430200 block group 1 dtype: object Drawing 613 households Synthesizing geog id: state 06 county 001 tract 430200 block group 2 dtype: object Drawing 422 households Synthesizing geog id: state 06 county 001 tract 430200 block group 3 dtype: object Drawing 270 households Synthesizing geog id: state 06 county 001 tract 430200 block group 4 dtype: object Drawing 453 households Synthesizing geog id: state 06 county 001 tract 430200 block group 5 dtype: object Drawing 536 households Synthesizing geog id: state 06 county 001 tract 430300 block group 1 dtype: object Drawing 493 households Synthesizing geog id: state 06 county 001 tract 430300 block group 2 dtype: object Drawing 372 households Synthesizing geog id: state 06 county 001 tract 430300 block group 3 dtype: object Drawing 411 households Synthesizing geog id: state 06 county 001 tract 430400 block group 1 dtype: object Drawing 332 households Synthesizing geog id: state 06 county 001 tract 430400 block group 2 dtype: object Drawing 421 households Synthesizing geog id: state 06 county 001 tract 430500 block group 1 dtype: object Drawing 802 households Synthesizing geog id: state 06 county 001 tract 430500 block group 2 dtype: object Drawing 481 households Synthesizing geog id: state 06 county 001 tract 430500 block group 3 dtype: object Drawing 641 households Synthesizing geog id: state 06 county 001 tract 430600 block group 1 dtype: object Drawing 456 households Synthesizing geog id: state 06 county 001 tract 430600 block group 2 dtype: object Drawing 465 households Synthesizing geog id: state 06 county 001 tract 430600 block group 3 dtype: object Drawing 988 households Synthesizing geog id: state 06 county 001 tract 430600 block group 4 dtype: object Drawing 216 households Synthesizing geog id: state 06 county 001 tract 430700 block group 1 dtype: object Drawing 240 households Synthesizing geog id: state 06 county 001 tract 430700 block group 2 dtype: object Drawing 619 households Synthesizing geog id: state 06 county 001 tract 430700 block group 3 dtype: object Drawing 425 households Synthesizing geog id: state 06 county 001 tract 430800 block group 1 dtype: object Drawing 315 households Synthesizing geog id: state 06 county 001 tract 430800 block group 2 dtype: object Drawing 323 households Synthesizing geog id: state 06 county 001 tract 430800 block group 3 dtype: object Drawing 737 households Synthesizing geog id: state 06 county 001 tract 430800 block group 4 dtype: object Drawing 671 households Synthesizing geog id: state 06 county 001 tract 430900 block group 1 dtype: object Drawing 829 households Synthesizing geog id: state 06 county 001 tract 430900 block group 2 dtype: object Drawing 982 households Synthesizing geog id: state 06 county 001 tract 431000 block group 1 dtype: object Drawing 503 households Synthesizing geog id: state 06 county 001 tract 431000 block group 2 dtype: object Drawing 616 households Synthesizing geog id: state 06 county 001 tract 431100 block group 1 dtype: object Drawing 492 households Synthesizing geog id: state 06 county 001 tract 431100 block group 2 dtype: object Drawing 806 households Synthesizing geog id: state 06 county 001 tract 431200 block group 1 dtype: object Drawing 816 households Synthesizing geog id: state 06 county 001 tract 431200 block group 2 dtype: object Drawing 733 households Synthesizing geog id: state 06 county 001 tract 431200 block group 3 dtype: object Drawing 924 households Synthesizing geog id: state 06 county 001 tract 432100 block group 1 dtype: object Drawing 606 households Synthesizing geog id: state 06 county 001 tract 432100 block group 2 dtype: object Drawing 337 households Synthesizing geog id: state 06 county 001 tract 432100 block group 3 dtype: object Drawing 393 households Synthesizing geog id: state 06 county 001 tract 432200 block group 1 dtype: object Drawing 293 households Synthesizing geog id: state 06 county 001 tract 432200 block group 2 dtype: object Drawing 301 households Synthesizing geog id: state 06 county 001 tract 432200 block group 3 dtype: object Drawing 918 households Synthesizing geog id: state 06 county 001 tract 432300 block group 1 dtype: object Drawing 467 households Synthesizing geog id: state 06 county 001 tract 432300 block group 2 dtype: object Drawing 283 households Synthesizing geog id: state 06 county 001 tract 432300 block group 3 dtype: object Drawing 732 households Synthesizing geog id: state 06 county 001 tract 432400 block group 1 dtype: object Drawing 401 households Synthesizing geog id: state 06 county 001 tract 432400 block group 2 dtype: object Drawing 752 households Synthesizing geog id: state 06 county 001 tract 432400 block group 3 dtype: object Drawing 554 households Synthesizing geog id: state 06 county 001 tract 432501 block group 1 dtype: object Drawing 325 households Synthesizing geog id: state 06 county 001 tract 432501 block group 2 dtype: object Drawing 268 households Synthesizing geog id: state 06 county 001 tract 432501 block group 3 dtype: object Drawing 845 households Synthesizing geog id: state 06 county 001 tract 432502 block group 1 dtype: object Drawing 753 households Synthesizing geog id: state 06 county 001 tract 432502 block group 2 dtype: object Drawing 399 households Synthesizing geog id: state 06 county 001 tract 432502 block group 3 dtype: object Drawing 294 households Synthesizing geog id: state 06 county 001 tract 432600 block group 1 dtype: object Drawing 612 households Synthesizing geog id: state 06 county 001 tract 432600 block group 2 dtype: object Drawing 542 households Synthesizing geog id: state 06 county 001 tract 432600 block group 3 dtype: object Drawing 369 households Synthesizing geog id: state 06 county 001 tract 432600 block group 4 dtype: object Drawing 306 households Synthesizing geog id: state 06 county 001 tract 432600 block group 5 dtype: object Drawing 907 households Synthesizing geog id: state 06 county 001 tract 432700 block group 1 dtype: object Drawing 288 households Synthesizing geog id: state 06 county 001 tract 432700 block group 2 dtype: object Drawing 262 households Synthesizing geog id: state 06 county 001 tract 432700 block group 3 dtype: object Drawing 363 households Synthesizing geog id: state 06 county 001 tract 432800 block group 1 dtype: object Drawing 294 households Synthesizing geog id: state 06 county 001 tract 432800 block group 2 dtype: object Drawing 691 households Synthesizing geog id: state 06 county 001 tract 432800 block group 3 dtype: object Drawing 366 households Synthesizing geog id: state 06 county 001 tract 433000 block group 1 dtype: object Drawing 279 households Synthesizing geog id: state 06 county 001 tract 433000 block group 2 dtype: object Drawing 386 households Synthesizing geog id: state 06 county 001 tract 433000 block group 3 dtype: object Drawing 240 households Synthesizing geog id: state 06 county 001 tract 433000 block group 4 dtype: object Drawing 312 households Synthesizing geog id: state 06 county 001 tract 433102 block group 1 dtype: object Drawing 640 households Synthesizing geog id: state 06 county 001 tract 433102 block group 2 dtype: object Drawing 643 households Synthesizing geog id: state 06 county 001 tract 433103 block group 1 dtype: object Drawing 994 households Synthesizing geog id: state 06 county 001 tract 433103 block group 2 dtype: object Drawing 506 households Synthesizing geog id: state 06 county 001 tract 433104 block group 1 dtype: object Drawing 276 households Synthesizing geog id: state 06 county 001 tract 433104 block group 2 dtype: object Drawing 308 households Synthesizing geog id: state 06 county 001 tract 433104 block group 3 dtype: object Drawing 1064 households Synthesizing geog id: state 06 county 001 tract 433200 block group 1 dtype: object Drawing 616 households Synthesizing geog id: state 06 county 001 tract 433200 block group 2 dtype: object Drawing 708 households Synthesizing geog id: state 06 county 001 tract 433200 block group 3 dtype: object Drawing 711 households Synthesizing geog id: state 06 county 001 tract 433200 block group 4 dtype: object Drawing 499 households Synthesizing geog id: state 06 county 001 tract 433300 block group 1 dtype: object Drawing 562 households Synthesizing geog id: state 06 county 001 tract 433300 block group 2 dtype: object Drawing 217 households Synthesizing geog id: state 06 county 001 tract 433300 block group 3 dtype: object Drawing 425 households Synthesizing geog id: state 06 county 001 tract 433300 block group 4 dtype: object Drawing 421 households Synthesizing geog id: state 06 county 001 tract 433300 block group 5 dtype: object Drawing 466 households Synthesizing geog id: state 06 county 001 tract 433400 block group 1 dtype: object Drawing 532 households Synthesizing geog id: state 06 county 001 tract 433400 block group 2 dtype: object Drawing 230 households Synthesizing geog id: state 06 county 001 tract 433400 block group 3 dtype: object Drawing 374 households Synthesizing geog id: state 06 county 001 tract 433400 block group 4 dtype: object Drawing 335 households Synthesizing geog id: state 06 county 001 tract 433400 block group 5 dtype: object Drawing 331 households Synthesizing geog id: state 06 county 001 tract 433400 block group 6 dtype: object Drawing 446 households Synthesizing geog id: state 06 county 001 tract 433500 block group 1 dtype: object Drawing 226 households Synthesizing geog id: state 06 county 001 tract 433500 block group 2 dtype: object Drawing 238 households Synthesizing geog id: state 06 county 001 tract 433500 block group 3 dtype: object Drawing 481 households Synthesizing geog id: state 06 county 001 tract 433500 block group 4 dtype: object Drawing 389 households Synthesizing geog id: state 06 county 001 tract 433600 block group 1 dtype: object Drawing 273 households Synthesizing geog id: state 06 county 001 tract 433600 block group 2 dtype: object Drawing 429 households Synthesizing geog id: state 06 county 001 tract 433600 block group 3 dtype: object Drawing 609 households Synthesizing geog id: state 06 county 001 tract 433600 block group 4 dtype: object Drawing 685 households Synthesizing geog id: state 06 county 001 tract 433700 block group 1 dtype: object Drawing 403 households Synthesizing geog id: state 06 county 001 tract 433700 block group 2 dtype: object Drawing 301 households Synthesizing geog id: state 06 county 001 tract 433700 block group 3 dtype: object Drawing 288 households Synthesizing geog id: state 06 county 001 tract 433800 block group 1 dtype: object Drawing 237 households Synthesizing geog id: state 06 county 001 tract 433800 block group 2 dtype: object Drawing 868 households Synthesizing geog id: state 06 county 001 tract 433800 block group 3 dtype: object Drawing 597 households Synthesizing geog id: state 06 county 001 tract 433800 block group 4 dtype: object Drawing 760 households Synthesizing geog id: state 06 county 001 tract 433900 block group 1 dtype: object Drawing 758 households Synthesizing geog id: state 06 county 001 tract 433900 block group 2 dtype: object Drawing 399 households Synthesizing geog id: state 06 county 001 tract 433900 block group 3 dtype: object Drawing 228 households Synthesizing geog id: state 06 county 001 tract 433900 block group 4 dtype: object Drawing 687 households Synthesizing geog id: state 06 county 001 tract 434000 block group 1 dtype: object Drawing 639 households Synthesizing geog id: state 06 county 001 tract 434000 block group 2 dtype: object Drawing 326 households Synthesizing geog id: state 06 county 001 tract 434000 block group 3 dtype: object Drawing 646 households Synthesizing geog id: state 06 county 001 tract 435102 block group 1 dtype: object Drawing 646 households Synthesizing geog id: state 06 county 001 tract 435102 block group 2 dtype: object Drawing 857 households Synthesizing geog id: state 06 county 001 tract 435103 block group 1 dtype: object Drawing 945 households Synthesizing geog id: state 06 county 001 tract 435103 block group 2 dtype: object Drawing 973 households Synthesizing geog id: state 06 county 001 tract 435103 block group 3 dtype: object Drawing 142 households Synthesizing geog id: state 06 county 001 tract 435104 block group 1 dtype: object Drawing 764 households Synthesizing geog id: state 06 county 001 tract 435104 block group 2 dtype: object Drawing 752 households Synthesizing geog id: state 06 county 001 tract 435104 block group 3 dtype: object Drawing 311 households Synthesizing geog id: state 06 county 001 tract 435200 block group 1 dtype: object Drawing 815 households Synthesizing geog id: state 06 county 001 tract 435200 block group 2 dtype: object Drawing 565 households Synthesizing geog id: state 06 county 001 tract 435300 block group 1 dtype: object Drawing 469 households Synthesizing geog id: state 06 county 001 tract 435300 block group 2 dtype: object Drawing 667 households Synthesizing geog id: state 06 county 001 tract 435300 block group 3 dtype: object Drawing 465 households Synthesizing geog id: state 06 county 001 tract 435400 block group 1 dtype: object Drawing 820 households Synthesizing geog id: state 06 county 001 tract 435400 block group 2 dtype: object Drawing 481 households Synthesizing geog id: state 06 county 001 tract 435400 block group 3 dtype: object Drawing 502 households Synthesizing geog id: state 06 county 001 tract 435500 block group 1 dtype: object Drawing 366 households Synthesizing geog id: state 06 county 001 tract 435500 block group 2 dtype: object Drawing 450 households Synthesizing geog id: state 06 county 001 tract 435500 block group 3 dtype: object Drawing 425 households Synthesizing geog id: state 06 county 001 tract 435601 block group 1 dtype: object Drawing 1114 households Synthesizing geog id: state 06 county 001 tract 435601 block group 2 dtype: object Drawing 465 households Synthesizing geog id: state 06 county 001 tract 435602 block group 1 dtype: object Drawing 321 households Synthesizing geog id: state 06 county 001 tract 435602 block group 2 dtype: object Drawing 302 households Synthesizing geog id: state 06 county 001 tract 435602 block group 3 dtype: object Drawing 366 households Synthesizing geog id: state 06 county 001 tract 435602 block group 4 dtype: object Drawing 455 households Synthesizing geog id: state 06 county 001 tract 435700 block group 1 dtype: object Drawing 368 households Synthesizing geog id: state 06 county 001 tract 435700 block group 2 dtype: object Drawing 271 households Synthesizing geog id: state 06 county 001 tract 435700 block group 3 dtype: object Drawing 353 households Synthesizing geog id: state 06 county 001 tract 435700 block group 4 dtype: object Drawing 409 households Synthesizing geog id: state 06 county 001 tract 435800 block group 1 dtype: object Drawing 432 households Synthesizing geog id: state 06 county 001 tract 435800 block group 2 dtype: object Drawing 532 households Synthesizing geog id: state 06 county 001 tract 435800 block group 3 dtype: object Drawing 299 households Synthesizing geog id: state 06 county 001 tract 435800 block group 4 dtype: object Drawing 330 households Synthesizing geog id: state 06 county 001 tract 435900 block group 1 dtype: object Drawing 417 households Synthesizing geog id: state 06 county 001 tract 435900 block group 2 dtype: object Drawing 654 households Synthesizing geog id: state 06 county 001 tract 435900 block group 3 dtype: object Drawing 336 households Synthesizing geog id: state 06 county 001 tract 435900 block group 4 dtype: object Drawing 254 households Synthesizing geog id: state 06 county 001 tract 436000 block group 1 dtype: object Drawing 308 households Synthesizing geog id: state 06 county 001 tract 436000 block group 2 dtype: object Drawing 539 households Synthesizing geog id: state 06 county 001 tract 436000 block group 3 dtype: object Drawing 536 households Synthesizing geog id: state 06 county 001 tract 436100 block group 1 dtype: object Drawing 239 households Synthesizing geog id: state 06 county 001 tract 436100 block group 2 dtype: object Drawing 846 households Synthesizing geog id: state 06 county 001 tract 436100 block group 3 dtype: object Drawing 693 households Synthesizing geog id: state 06 county 001 tract 436200 block group 1 dtype: object Drawing 371 households Synthesizing geog id: state 06 county 001 tract 436200 block group 2 dtype: object Drawing 813 households Synthesizing geog id: state 06 county 001 tract 436300 block group 1 dtype: object Drawing 725 households Synthesizing geog id: state 06 county 001 tract 436300 block group 2 dtype: object Drawing 753 households Synthesizing geog id: state 06 county 001 tract 436300 block group 3 dtype: object Drawing 339 households Synthesizing geog id: state 06 county 001 tract 436300 block group 4 dtype: object Drawing 219 households Synthesizing geog id: state 06 county 001 tract 436401 block group 1 dtype: object Drawing 359 households Synthesizing geog id: state 06 county 001 tract 436401 block group 2 dtype: object Drawing 777 households Synthesizing geog id: state 06 county 001 tract 436401 block group 3 dtype: object Drawing 541 households Synthesizing geog id: state 06 county 001 tract 436401 block group 4 dtype: object Drawing 518 households Synthesizing geog id: state 06 county 001 tract 436401 block group 5 dtype: object Drawing 534 households Synthesizing geog id: state 06 county 001 tract 436402 block group 1 dtype: object Drawing 545 households Synthesizing geog id: state 06 county 001 tract 436402 block group 2 dtype: object Drawing 466 households Synthesizing geog id: state 06 county 001 tract 436500 block group 1 dtype: object Drawing 609 households Synthesizing geog id: state 06 county 001 tract 436500 block group 2 dtype: object Drawing 1069 households Synthesizing geog id: state 06 county 001 tract 436601 block group 1 dtype: object Drawing 410 households Synthesizing geog id: state 06 county 001 tract 436601 block group 2 dtype: object Drawing 909 households Synthesizing geog id: state 06 county 001 tract 436601 block group 3 dtype: object Drawing 515 households Synthesizing geog id: state 06 county 001 tract 436602 block group 1 dtype: object Drawing 1038 households Synthesizing geog id: state 06 county 001 tract 436602 block group 2 dtype: object Drawing 576 households Synthesizing geog id: state 06 county 001 tract 436700 block group 1 dtype: object Drawing 506 households Synthesizing geog id: state 06 county 001 tract 436700 block group 2 dtype: object Drawing 508 households Synthesizing geog id: state 06 county 001 tract 436800 block group 1 dtype: object Drawing 709 households Synthesizing geog id: state 06 county 001 tract 436800 block group 2 dtype: object Drawing 591 households Synthesizing geog id: state 06 county 001 tract 436900 block group 1 dtype: object Drawing 579 households Synthesizing geog id: state 06 county 001 tract 436900 block group 2 dtype: object Drawing 211 households Synthesizing geog id: state 06 county 001 tract 436900 block group 3 dtype: object Drawing 296 households Synthesizing geog id: state 06 county 001 tract 436900 block group 4 dtype: object Drawing 674 households Synthesizing geog id: state 06 county 001 tract 437000 block group 1 dtype: object Drawing 421 households Synthesizing geog id: state 06 county 001 tract 437000 block group 2 dtype: object Drawing 258 households Synthesizing geog id: state 06 county 001 tract 437000 block group 3 dtype: object Drawing 426 households Synthesizing geog id: state 06 county 001 tract 437101 block group 1 dtype: object Drawing 804 households Synthesizing geog id: state 06 county 001 tract 437101 block group 2 dtype: object Drawing 484 households Synthesizing geog id: state 06 county 001 tract 437101 block group 3 dtype: object Drawing 502 households Synthesizing geog id: state 06 county 001 tract 437102 block group 1 dtype: object Drawing 496 households Synthesizing geog id: state 06 county 001 tract 437102 block group 2 dtype: object Drawing 654 households Synthesizing geog id: state 06 county 001 tract 437102 block group 3 dtype: object Drawing 311 households Synthesizing geog id: state 06 county 001 tract 437200 block group 1 dtype: object Drawing 718 households Synthesizing geog id: state 06 county 001 tract 437200 block group 2 dtype: object Drawing 251 households Synthesizing geog id: state 06 county 001 tract 437200 block group 3 dtype: object Drawing 352 households Synthesizing geog id: state 06 county 001 tract 437200 block group 4 dtype: object Drawing 802 households Synthesizing geog id: state 06 county 001 tract 437300 block group 1 dtype: object Drawing 232 households Synthesizing geog id: state 06 county 001 tract 437300 block group 2 dtype: object Drawing 430 households Synthesizing geog id: state 06 county 001 tract 437300 block group 3 dtype: object Drawing 191 households Synthesizing geog id: state 06 county 001 tract 437400 block group 1 dtype: object Drawing 256 households Synthesizing geog id: state 06 county 001 tract 437400 block group 2 dtype: object Drawing 607 households Synthesizing geog id: state 06 county 001 tract 437500 block group 1 dtype: object Drawing 440 households Synthesizing geog id: state 06 county 001 tract 437500 block group 2 dtype: object Drawing 691 households Synthesizing geog id: state 06 county 001 tract 437600 block group 1 dtype: object Drawing 581 households Synthesizing geog id: state 06 county 001 tract 437600 block group 2 dtype: object Drawing 322 households Synthesizing geog id: state 06 county 001 tract 437701 block group 1 dtype: object Drawing 159 households Synthesizing geog id: state 06 county 001 tract 437701 block group 2 dtype: object Drawing 565 households Synthesizing geog id: state 06 county 001 tract 437701 block group 3 dtype: object Drawing 220 households Synthesizing geog id: state 06 county 001 tract 437702 block group 1 dtype: object Drawing 677 households Synthesizing geog id: state 06 county 001 tract 437702 block group 2 dtype: object Drawing 300 households Synthesizing geog id: state 06 county 001 tract 437800 block group 1 dtype: object Drawing 1018 households Synthesizing geog id: state 06 county 001 tract 437800 block group 2 dtype: object Drawing 253 households Synthesizing geog id: state 06 county 001 tract 437900 block group 1 dtype: object Drawing 338 households Synthesizing geog id: state 06 county 001 tract 437900 block group 2 dtype: object Drawing 345 households Synthesizing geog id: state 06 county 001 tract 438000 block group 1 dtype: object Drawing 623 households Synthesizing geog id: state 06 county 001 tract 438000 block group 2 dtype: object Drawing 365 households Synthesizing geog id: state 06 county 001 tract 438100 block group 1 dtype: object Drawing 551 households Synthesizing geog id: state 06 county 001 tract 438100 block group 2 dtype: object Drawing 285 households Synthesizing geog id: state 06 county 001 tract 438100 block group 3 dtype: object Drawing 291 households Synthesizing geog id: state 06 county 001 tract 438100 block group 4 dtype: object Drawing 394 households Synthesizing geog id: state 06 county 001 tract 438100 block group 5 dtype: object Drawing 358 households Synthesizing geog id: state 06 county 001 tract 438100 block group 6 dtype: object Drawing 249 households Synthesizing geog id: state 06 county 001 tract 438201 block group 1 dtype: object Drawing 313 households Synthesizing geog id: state 06 county 001 tract 438201 block group 2 dtype: object Drawing 527 households Synthesizing geog id: state 06 county 001 tract 438201 block group 3 dtype: object Drawing 281 households Synthesizing geog id: state 06 county 001 tract 438203 block group 1 dtype: object Drawing 623 households Synthesizing geog id: state 06 county 001 tract 438203 block group 2 dtype: object Drawing 654 households Synthesizing geog id: state 06 county 001 tract 438204 block group 1 dtype: object Drawing 499 households Synthesizing geog id: state 06 county 001 tract 438204 block group 2 dtype: object Drawing 400 households Synthesizing geog id: state 06 county 001 tract 438204 block group 3 dtype: object Drawing 866 households Synthesizing geog id: state 06 county 001 tract 438300 block group 1 dtype: object Drawing 321 households Synthesizing geog id: state 06 county 001 tract 438300 block group 2 dtype: object Drawing 336 households Synthesizing geog id: state 06 county 001 tract 438300 block group 3 dtype: object Drawing 230 households Synthesizing geog id: state 06 county 001 tract 438400 block group 1 dtype: object Drawing 378 households Synthesizing geog id: state 06 county 001 tract 438400 block group 2 dtype: object Drawing 343 households Synthesizing geog id: state 06 county 001 tract 440100 block group 1 dtype: object Drawing 778 households Synthesizing geog id: state 06 county 001 tract 440200 block group 1 dtype: object Drawing 392 households Synthesizing geog id: state 06 county 001 tract 440200 block group 2 dtype: object Drawing 364 households Synthesizing geog id: state 06 county 001 tract 440200 block group 3 dtype: object Drawing 413 households Synthesizing geog id: state 06 county 001 tract 440200 block group 4 dtype: object Drawing 289 households Synthesizing geog id: state 06 county 001 tract 440301 block group 1 dtype: object Drawing 581 households Synthesizing geog id: state 06 county 001 tract 440301 block group 2 dtype: object Drawing 552 households Synthesizing geog id: state 06 county 001 tract 440301 block group 3 dtype: object Drawing 555 households Synthesizing geog id: state 06 county 001 tract 440301 block group 4 dtype: object Drawing 415 households Synthesizing geog id: state 06 county 001 tract 440304 block group 1 dtype: object Drawing 268 households Synthesizing geog id: state 06 county 001 tract 440304 block group 2 dtype: object Drawing 582 households Synthesizing geog id: state 06 county 001 tract 440304 block group 3 dtype: object Drawing 423 households Synthesizing geog id: state 06 county 001 tract 440305 block group 1 dtype: object Drawing 267 households Synthesizing geog id: state 06 county 001 tract 440305 block group 2 dtype: object Drawing 271 households Synthesizing geog id: state 06 county 001 tract 440305 block group 3 dtype: object Drawing 500 households Synthesizing geog id: state 06 county 001 tract 440306 block group 1 dtype: object Drawing 694 households Synthesizing geog id: state 06 county 001 tract 440306 block group 2 dtype: object Drawing 287 households Synthesizing geog id: state 06 county 001 tract 440307 block group 1 dtype: object Drawing 980 households Synthesizing geog id: state 06 county 001 tract 440307 block group 2 dtype: object Drawing 337 households Synthesizing geog id: state 06 county 001 tract 440307 block group 3 dtype: object Drawing 245 households Synthesizing geog id: state 06 county 001 tract 440308 block group 1 dtype: object Drawing 650 households Synthesizing geog id: state 06 county 001 tract 440308 block group 2 dtype: object Drawing 330 households Synthesizing geog id: state 06 county 001 tract 440308 block group 3 dtype: object Drawing 453 households Synthesizing geog id: state 06 county 001 tract 440308 block group 4 dtype: object Drawing 519 households Synthesizing geog id: state 06 county 001 tract 440331 block group 1 dtype: object Drawing 506 households Synthesizing geog id: state 06 county 001 tract 440331 block group 2 dtype: object Drawing 324 households Synthesizing geog id: state 06 county 001 tract 440332 block group 1 dtype: object Drawing 358 households Synthesizing geog id: state 06 county 001 tract 440332 block group 2 dtype: object Drawing 523 households Synthesizing geog id: state 06 county 001 tract 440333 block group 1 dtype: object Drawing 429 households Synthesizing geog id: state 06 county 001 tract 440333 block group 2 dtype: object Drawing 366 households Synthesizing geog id: state 06 county 001 tract 440334 block group 1 dtype: object Drawing 459 households Synthesizing geog id: state 06 county 001 tract 440334 block group 2 dtype: object Drawing 633 households Synthesizing geog id: state 06 county 001 tract 440335 block group 1 dtype: object Drawing 826 households Synthesizing geog id: state 06 county 001 tract 440335 block group 2 dtype: object Drawing 993 households Synthesizing geog id: state 06 county 001 tract 440336 block group 1 dtype: object Drawing 746 households Synthesizing geog id: state 06 county 001 tract 440336 block group 2 dtype: object Drawing 746 households Synthesizing geog id: state 06 county 001 tract 441100 block group 1 dtype: object Drawing 838 households Synthesizing geog id: state 06 county 001 tract 441100 block group 2 dtype: object Drawing 690 households Synthesizing geog id: state 06 county 001 tract 441200 block group 1 dtype: object Drawing 1011 households Synthesizing geog id: state 06 county 001 tract 441200 block group 2 dtype: object Drawing 487 households Synthesizing geog id: state 06 county 001 tract 441200 block group 3 dtype: object Drawing 942 households Synthesizing geog id: state 06 county 001 tract 441301 block group 1 dtype: object Drawing 238 households Synthesizing geog id: state 06 county 001 tract 441301 block group 2 dtype: object Drawing 885 households Synthesizing geog id: state 06 county 001 tract 441302 block group 1 dtype: object Drawing 531 households Synthesizing geog id: state 06 county 001 tract 441302 block group 2 dtype: object Drawing 464 households Synthesizing geog id: state 06 county 001 tract 441302 block group 3 dtype: object Drawing 295 households Synthesizing geog id: state 06 county 001 tract 441302 block group 4 dtype: object Drawing 465 households Synthesizing geog id: state 06 county 001 tract 441401 block group 1 dtype: object Drawing 651 households Synthesizing geog id: state 06 county 001 tract 441401 block group 2 dtype: object Drawing 591 households Synthesizing geog id: state 06 county 001 tract 441401 block group 3 dtype: object Drawing 417 households Synthesizing geog id: state 06 county 001 tract 441401 block group 4 dtype: object Drawing 714 households Synthesizing geog id: state 06 county 001 tract 441402 block group 1 dtype: object Drawing 635 households Synthesizing geog id: state 06 county 001 tract 441402 block group 2 dtype: object Drawing 639 households Synthesizing geog id: state 06 county 001 tract 441402 block group 3 dtype: object Drawing 359 households Synthesizing geog id: state 06 county 001 tract 441501 block group 1 dtype: object Drawing 850 households Synthesizing geog id: state 06 county 001 tract 441501 block group 2 dtype: object Drawing 934 households Synthesizing geog id: state 06 county 001 tract 441503 block group 1 dtype: object Drawing 1103 households Synthesizing geog id: state 06 county 001 tract 441503 block group 2 dtype: object Drawing 523 households Synthesizing geog id: state 06 county 001 tract 441521 block group 1 dtype: object Drawing 668 households Synthesizing geog id: state 06 county 001 tract 441521 block group 2 dtype: object Drawing 408 households Synthesizing geog id: state 06 county 001 tract 441521 block group 3 dtype: object Drawing 436 households Synthesizing geog id: state 06 county 001 tract 441521 block group 4 dtype: object Drawing 304 households Synthesizing geog id: state 06 county 001 tract 441522 block group 1 dtype: object Drawing 347 households Synthesizing geog id: state 06 county 001 tract 441522 block group 2 dtype: object Drawing 595 households Synthesizing geog id: state 06 county 001 tract 441522 block group 3 dtype: object Drawing 547 households Synthesizing geog id: state 06 county 001 tract 441523 block group 1 dtype: object Drawing 635 households Synthesizing geog id: state 06 county 001 tract 441523 block group 2 dtype: object Drawing 400 households Synthesizing geog id: state 06 county 001 tract 441523 block group 3 dtype: object Drawing 398 households Synthesizing geog id: state 06 county 001 tract 441524 block group 1 dtype: object Drawing 980 households Synthesizing geog id: state 06 county 001 tract 441524 block group 2 dtype: object Drawing 370 households Synthesizing geog id: state 06 county 001 tract 441601 block group 1 dtype: object Drawing 208 households Synthesizing geog id: state 06 county 001 tract 441601 block group 2 dtype: object Drawing 774 households Synthesizing geog id: state 06 county 001 tract 441601 block group 3 dtype: object Drawing 457 households Synthesizing geog id: state 06 county 001 tract 441602 block group 1 dtype: object Drawing 756 households Synthesizing geog id: state 06 county 001 tract 441602 block group 2 dtype: object Drawing 213 households Synthesizing geog id: state 06 county 001 tract 441602 block group 3 dtype: object Drawing 889 households Synthesizing geog id: state 06 county 001 tract 441602 block group 4 dtype: object Drawing 360 households Synthesizing geog id: state 06 county 001 tract 441700 block group 1 dtype: object Drawing 870 households Synthesizing geog id: state 06 county 001 tract 441700 block group 2 dtype: object Drawing 893 households Synthesizing geog id: state 06 county 001 tract 441700 block group 3 dtype: object Drawing 218 households Synthesizing geog id: state 06 county 001 tract 441700 block group 4 dtype: object Drawing 440 households Synthesizing geog id: state 06 county 001 tract 441800 block group 1 dtype: object Drawing 848 households Synthesizing geog id: state 06 county 001 tract 441800 block group 2 dtype: object Drawing 431 households Synthesizing geog id: state 06 county 001 tract 441800 block group 3 dtype: object Drawing 852 households Synthesizing geog id: state 06 county 001 tract 441800 block group 4 dtype: object Drawing 259 households Synthesizing geog id: state 06 county 001 tract 441921 block group 1 dtype: object Drawing 281 households Synthesizing geog id: state 06 county 001 tract 441921 block group 2 dtype: object Drawing 921 households Synthesizing geog id: state 06 county 001 tract 441923 block group 1 dtype: object Drawing 491 households Synthesizing geog id: state 06 county 001 tract 441923 block group 2 dtype: object Drawing 337 households Synthesizing geog id: state 06 county 001 tract 441923 block group 3 dtype: object Drawing 998 households Synthesizing geog id: state 06 county 001 tract 441924 block group 1 dtype: object Drawing 706 households Synthesizing geog id: state 06 county 001 tract 441924 block group 2 dtype: object Drawing 539 households Synthesizing geog id: state 06 county 001 tract 441924 block group 3 dtype: object Drawing 664 households Synthesizing geog id: state 06 county 001 tract 441924 block group 4 dtype: object Drawing 426 households Synthesizing geog id: state 06 county 001 tract 441925 block group 1 dtype: object Drawing 1540 households Synthesizing geog id: state 06 county 001 tract 441925 block group 2 dtype: object Drawing 1096 households Synthesizing geog id: state 06 county 001 tract 441926 block group 1 dtype: object Drawing 818 households Synthesizing geog id: state 06 county 001 tract 441926 block group 2 dtype: object Drawing 534 households Synthesizing geog id: state 06 county 001 tract 441927 block group 1 dtype: object Drawing 868 households Synthesizing geog id: state 06 county 001 tract 441927 block group 2 dtype: object Drawing 672 households Synthesizing geog id: state 06 county 001 tract 442000 block group 1 dtype: object Drawing 755 households Synthesizing geog id: state 06 county 001 tract 442000 block group 2 dtype: object Drawing 306 households Synthesizing geog id: state 06 county 001 tract 442100 block group 1 dtype: object Drawing 819 households Synthesizing geog id: state 06 county 001 tract 442100 block group 2 dtype: object Drawing 810 households Synthesizing geog id: state 06 county 001 tract 442200 block group 1 dtype: object Drawing 636 households Synthesizing geog id: state 06 county 001 tract 442200 block group 2 dtype: object Drawing 700 households Synthesizing geog id: state 06 county 001 tract 442200 block group 3 dtype: object Drawing 451 households Synthesizing geog id: state 06 county 001 tract 442200 block group 4 dtype: object Drawing 307 households Synthesizing geog id: state 06 county 001 tract 442301 block group 1 dtype: object Drawing 432 households Synthesizing geog id: state 06 county 001 tract 442301 block group 2 dtype: object Drawing 392 households Synthesizing geog id: state 06 county 001 tract 442301 block group 3 dtype: object Drawing 558 households Synthesizing geog id: state 06 county 001 tract 442302 block group 1 dtype: object Drawing 548 households Synthesizing geog id: state 06 county 001 tract 442302 block group 2 dtype: object Drawing 669 households Synthesizing geog id: state 06 county 001 tract 442302 block group 3 dtype: object Drawing 540 households Synthesizing geog id: state 06 county 001 tract 442400 block group 1 dtype: object Drawing 403 households Synthesizing geog id: state 06 county 001 tract 442400 block group 2 dtype: object Drawing 551 households Synthesizing geog id: state 06 county 001 tract 442400 block group 3 dtype: object Drawing 486 households Synthesizing geog id: state 06 county 001 tract 442400 block group 4 dtype: object Drawing 435 households Synthesizing geog id: state 06 county 001 tract 442500 block group 1 dtype: object Drawing 612 households Synthesizing geog id: state 06 county 001 tract 442500 block group 2 dtype: object Drawing 389 households Synthesizing geog id: state 06 county 001 tract 442500 block group 3 dtype: object Drawing 560 households Synthesizing geog id: state 06 county 001 tract 442500 block group 4 dtype: object Drawing 539 households Synthesizing geog id: state 06 county 001 tract 442601 block group 1 dtype: object Drawing 484 households Synthesizing geog id: state 06 county 001 tract 442601 block group 2 dtype: object Drawing 787 households Synthesizing geog id: state 06 county 001 tract 442602 block group 1 dtype: object Drawing 894 households Synthesizing geog id: state 06 county 001 tract 442602 block group 2 dtype: object Drawing 751 households Synthesizing geog id: state 06 county 001 tract 442700 block group 1 dtype: object Drawing 352 households Synthesizing geog id: state 06 county 001 tract 442700 block group 2 dtype: object Drawing 359 households Synthesizing geog id: state 06 county 001 tract 442700 block group 3 dtype: object Drawing 350 households Synthesizing geog id: state 06 county 001 tract 442800 block group 1 dtype: object Drawing 850 households Synthesizing geog id: state 06 county 001 tract 442900 block group 1 dtype: object Drawing 640 households Synthesizing geog id: state 06 county 001 tract 442900 block group 2 dtype: object Drawing 484 households Synthesizing geog id: state 06 county 001 tract 442900 block group 3 dtype: object Drawing 631 households Synthesizing geog id: state 06 county 001 tract 442900 block group 4 dtype: object Drawing 351 households Synthesizing geog id: state 06 county 001 tract 443001 block group 1 dtype: object Drawing 808 households Synthesizing geog id: state 06 county 001 tract 443002 block group 1 dtype: object Drawing 406 households Synthesizing geog id: state 06 county 001 tract 443002 block group 2 dtype: object Drawing 578 households Synthesizing geog id: state 06 county 001 tract 443002 block group 3 dtype: object Drawing 785 households Synthesizing geog id: state 06 county 001 tract 443102 block group 1 dtype: object Drawing 438 households Synthesizing geog id: state 06 county 001 tract 443102 block group 2 dtype: object Drawing 313 households Synthesizing geog id: state 06 county 001 tract 443102 block group 3 dtype: object Drawing 371 households Synthesizing geog id: state 06 county 001 tract 443102 block group 4 dtype: object Drawing 335 households Synthesizing geog id: state 06 county 001 tract 443103 block group 1 dtype: object Drawing 194 households Synthesizing geog id: state 06 county 001 tract 443103 block group 2 dtype: object Drawing 859 households Synthesizing geog id: state 06 county 001 tract 443104 block group 1 dtype: object Drawing 557 households Synthesizing geog id: state 06 county 001 tract 443104 block group 2 dtype: object Drawing 300 households Synthesizing geog id: state 06 county 001 tract 443104 block group 3 dtype: object Drawing 769 households Synthesizing geog id: state 06 county 001 tract 443105 block group 1 dtype: object Drawing 692 households Synthesizing geog id: state 06 county 001 tract 443105 block group 2 dtype: object Drawing 698 households Synthesizing geog id: state 06 county 001 tract 443200 block group 1 dtype: object Drawing 797 households Synthesizing geog id: state 06 county 001 tract 443200 block group 2 dtype: object Drawing 362 households Synthesizing geog id: state 06 county 001 tract 443301 block group 1 dtype: object Drawing 361 households Synthesizing geog id: state 06 county 001 tract 443301 block group 2 dtype: object Drawing 876 households Synthesizing geog id: state 06 county 001 tract 443321 block group 1 dtype: object Drawing 287 households Synthesizing geog id: state 06 county 001 tract 443321 block group 2 dtype: object Drawing 957 households Synthesizing geog id: state 06 county 001 tract 443322 block group 1 dtype: object Drawing 425 households Synthesizing geog id: state 06 county 001 tract 443322 block group 2 dtype: object Drawing 496 households Synthesizing geog id: state 06 county 001 tract 444100 block group 1 dtype: object Drawing 862 households Synthesizing geog id: state 06 county 001 tract 444100 block group 2 dtype: object Drawing 501 households Synthesizing geog id: state 06 county 001 tract 444100 block group 3 dtype: object Drawing 485 households Synthesizing geog id: state 06 county 001 tract 444100 block group 4 dtype: object Drawing 577 households Synthesizing geog id: state 06 county 001 tract 444200 block group 1 dtype: object Drawing 387 households Synthesizing geog id: state 06 county 001 tract 444200 block group 2 dtype: object Drawing 646 households Synthesizing geog id: state 06 county 001 tract 444200 block group 3 dtype: object Drawing 916 households Synthesizing geog id: state 06 county 001 tract 444301 block group 1 dtype: object Drawing 529 households Synthesizing geog id: state 06 county 001 tract 444301 block group 2 dtype: object Drawing 629 households Synthesizing geog id: state 06 county 001 tract 444302 block group 1 dtype: object Drawing 718 households Synthesizing geog id: state 06 county 001 tract 444302 block group 2 dtype: object Drawing 546 households Synthesizing geog id: state 06 county 001 tract 444400 block group 1 dtype: object Drawing 278 households Synthesizing geog id: state 06 county 001 tract 444400 block group 2 dtype: object Drawing 615 households Synthesizing geog id: state 06 county 001 tract 444400 block group 3 dtype: object Drawing 482 households Synthesizing geog id: state 06 county 001 tract 444500 block group 1 dtype: object Drawing 223 households Synthesizing geog id: state 06 county 001 tract 444500 block group 2 dtype: object Drawing 528 households Synthesizing geog id: state 06 county 001 tract 444500 block group 3 dtype: object Drawing 546 households Synthesizing geog id: state 06 county 001 tract 444500 block group 4 dtype: object Drawing 588 households Synthesizing geog id: state 06 county 001 tract 444601 block group 1 dtype: object Drawing 692 households Synthesizing geog id: state 06 county 001 tract 444601 block group 2 dtype: object Drawing 713 households Synthesizing geog id: state 06 county 001 tract 444602 block group 1 dtype: object Drawing 1107 households Synthesizing geog id: state 06 county 001 tract 444602 block group 2 dtype: object Drawing 408 households Synthesizing geog id: state 06 county 001 tract 450101 block group 1 dtype: object Drawing 1603 households Synthesizing geog id: state 06 county 001 tract 450102 block group 1 dtype: object Drawing 91 households Synthesizing geog id: state 06 county 001 tract 450102 block group 2 dtype: object Drawing 0 households Synthesizing geog id: state 06 county 001 tract 450102 block group 3 dtype: object Drawing 1160 households Synthesizing geog id: state 06 county 001 tract 450200 block group 1 dtype: object Drawing 556 households Synthesizing geog id: state 06 county 001 tract 450200 block group 2 dtype: object Drawing 884 households Synthesizing geog id: state 06 county 001 tract 450200 block group 3 dtype: object Drawing 593 households Synthesizing geog id: state 06 county 001 tract 450300 block group 1 dtype: object Drawing 603 households Synthesizing geog id: state 06 county 001 tract 450300 block group 2 dtype: object Drawing 914 households Synthesizing geog id: state 06 county 001 tract 450400 block group 1 dtype: object Drawing 639 households Synthesizing geog id: state 06 county 001 tract 450400 block group 2 dtype: object Drawing 396 households Synthesizing geog id: state 06 county 001 tract 450400 block group 3 dtype: object Drawing 841 households Synthesizing geog id: state 06 county 001 tract 450501 block group 1 dtype: object Drawing 196 households Synthesizing geog id: state 06 county 001 tract 450501 block group 2 dtype: object Drawing 973 households Synthesizing geog id: state 06 county 001 tract 450502 block group 1 dtype: object Drawing 986 households Synthesizing geog id: state 06 county 001 tract 450502 block group 2 dtype: object Drawing 482 households Synthesizing geog id: state 06 county 001 tract 450601 block group 1 dtype: object Drawing 211 households Synthesizing geog id: state 06 county 001 tract 450601 block group 2 dtype: object Drawing 995 households Synthesizing geog id: state 06 county 001 tract 450602 block group 1 dtype: object Drawing 585 households Synthesizing geog id: state 06 county 001 tract 450602 block group 2 dtype: object Drawing 549 households Synthesizing geog id: state 06 county 001 tract 450602 block group 3 dtype: object Drawing 679 households Synthesizing geog id: state 06 county 001 tract 450602 block group 4 dtype: object Drawing 245 households Synthesizing geog id: state 06 county 001 tract 450602 block group 5 dtype: object Drawing 1144 households Synthesizing geog id: state 06 county 001 tract 450603 block group 1 dtype: object Drawing 209 households Synthesizing geog id: state 06 county 001 tract 450603 block group 2 dtype: object Drawing 272 households Synthesizing geog id: state 06 county 001 tract 450603 block group 3 dtype: object Drawing 446 households Synthesizing geog id: state 06 county 001 tract 450603 block group 4 dtype: object Drawing 483 households Synthesizing geog id: state 06 county 001 tract 450604 block group 1 dtype: object Drawing 362 households Synthesizing geog id: state 06 county 001 tract 450604 block group 2 dtype: object Drawing 714 households Synthesizing geog id: state 06 county 001 tract 450604 block group 3 dtype: object Drawing 307 households Synthesizing geog id: state 06 county 001 tract 450604 block group 4 dtype: object Drawing 231 households Synthesizing geog id: state 06 county 001 tract 450605 block group 1 dtype: object Drawing 573 households Synthesizing geog id: state 06 county 001 tract 450605 block group 2 dtype: object Drawing 278 households Synthesizing geog id: state 06 county 001 tract 450605 block group 3 dtype: object Drawing 458 households Synthesizing geog id: state 06 county 001 tract 450606 block group 1 dtype: object Drawing 609 households Synthesizing geog id: state 06 county 001 tract 450606 block group 2 dtype: object Drawing 422 households Synthesizing geog id: state 06 county 001 tract 450606 block group 3 dtype: object Drawing 802 households Synthesizing geog id: state 06 county 001 tract 450607 block group 1 dtype: object Drawing 1228 households Synthesizing geog id: state 06 county 001 tract 450607 block group 2 dtype: object Drawing 796 households Synthesizing geog id: state 06 county 001 tract 450701 block group 1 dtype: object Drawing 451 households Synthesizing geog id: state 06 county 001 tract 450701 block group 2 dtype: object Drawing 203 households Synthesizing geog id: state 06 county 001 tract 450701 block group 3 dtype: object Drawing 1007 households Synthesizing geog id: state 06 county 001 tract 450701 block group 4 dtype: object Drawing 852 households Synthesizing geog id: state 06 county 001 tract 450741 block group 1 dtype: object Drawing 470 households Synthesizing geog id: state 06 county 001 tract 450741 block group 2 dtype: object Drawing 624 households Synthesizing geog id: state 06 county 001 tract 450741 block group 3 dtype: object Drawing 576 households Synthesizing geog id: state 06 county 001 tract 450742 block group 1 dtype: object Drawing 679 households Synthesizing geog id: state 06 county 001 tract 450742 block group 2 dtype: object Drawing 461 households Synthesizing geog id: state 06 county 001 tract 450742 block group 3 dtype: object Drawing 602 households Synthesizing geog id: state 06 county 001 tract 450743 block group 1 dtype: object Drawing 716 households Synthesizing geog id: state 06 county 001 tract 450743 block group 2 dtype: object Drawing 1368 households Synthesizing geog id: state 06 county 001 tract 450744 block group 1 dtype: object Drawing 829 households Synthesizing geog id: state 06 county 001 tract 450744 block group 2 dtype: object Drawing 632 households Synthesizing geog id: state 06 county 001 tract 450745 block group 1 dtype: object Drawing 842 households Synthesizing geog id: state 06 county 001 tract 450745 block group 2 dtype: object Drawing 889 households Synthesizing geog id: state 06 county 001 tract 450746 block group 1 dtype: object Drawing 795 households Synthesizing geog id: state 06 county 001 tract 450746 block group 2 dtype: object Drawing 293 households Synthesizing geog id: state 06 county 001 tract 450750 block group 1 dtype: object Drawing 1456 households Synthesizing geog id: state 06 county 001 tract 450751 block group 1 dtype: object Drawing 576 households Synthesizing geog id: state 06 county 001 tract 450752 block group 1 dtype: object Drawing 1404 households Synthesizing geog id: state 06 county 001 tract 451101 block group 1 dtype: object Drawing 719 households Synthesizing geog id: state 06 county 001 tract 451101 block group 2 dtype: object Drawing 821 households Synthesizing geog id: state 06 county 001 tract 451101 block group 3 dtype: object Drawing 347 households Synthesizing geog id: state 06 county 001 tract 451101 block group 4 dtype: object Drawing 0 households Synthesizing geog id: state 06 county 001 tract 451101 block group 5 dtype: object Drawing 325 households Synthesizing geog id: state 06 county 001 tract 451102 block group 1 dtype: object Drawing 397 households Synthesizing geog id: state 06 county 001 tract 451102 block group 2 dtype: object Drawing 891 households Synthesizing geog id: state 06 county 001 tract 451201 block group 1 dtype: object Drawing 1055 households Synthesizing geog id: state 06 county 001 tract 451201 block group 2 dtype: object Drawing 975 households Synthesizing geog id: state 06 county 001 tract 451201 block group 3 dtype: object Drawing 460 households Synthesizing geog id: state 06 county 001 tract 451202 block group 1 dtype: object Drawing 562 households Synthesizing geog id: state 06 county 001 tract 451202 block group 2 dtype: object Drawing 309 households Synthesizing geog id: state 06 county 001 tract 451202 block group 3 dtype: object Drawing 385 households Synthesizing geog id: state 06 county 001 tract 451300 block group 1 dtype: object Drawing 966 households Synthesizing geog id: state 06 county 001 tract 451300 block group 2 dtype: object Drawing 721 households Synthesizing geog id: state 06 county 001 tract 451300 block group 3 dtype: object Drawing 653 households Synthesizing geog id: state 06 county 001 tract 451401 block group 1 dtype: object Drawing 749 households Synthesizing geog id: state 06 county 001 tract 451401 block group 2 dtype: object Drawing 912 households Synthesizing geog id: state 06 county 001 tract 451401 block group 3 dtype: object Drawing 528 households Synthesizing geog id: state 06 county 001 tract 451403 block group 1 dtype: object Drawing 341 households Synthesizing geog id: state 06 county 001 tract 451403 block group 2 dtype: object Drawing 334 households Synthesizing geog id: state 06 county 001 tract 451404 block group 1 dtype: object Drawing 632 households Synthesizing geog id: state 06 county 001 tract 451404 block group 2 dtype: object Drawing 428 households Synthesizing geog id: state 06 county 001 tract 451404 block group 3 dtype: object Drawing 1056 households Synthesizing geog id: state 06 county 001 tract 451501 block group 1 dtype: object Drawing 773 households Synthesizing geog id: state 06 county 001 tract 451501 block group 2 dtype: object Drawing 956 households Synthesizing geog id: state 06 county 001 tract 451503 block group 1 dtype: object Drawing 974 households Synthesizing geog id: state 06 county 001 tract 451503 block group 2 dtype: object Drawing 331 households Synthesizing geog id: state 06 county 001 tract 451503 block group 3 dtype: object Drawing 236 households Synthesizing geog id: state 06 county 001 tract 451503 block group 4 dtype: object Drawing 456 households Synthesizing geog id: state 06 county 001 tract 451504 block group 1 dtype: object Drawing 590 households Synthesizing geog id: state 06 county 001 tract 451505 block group 1 dtype: object Drawing 306 households Synthesizing geog id: state 06 county 001 tract 451505 block group 2 dtype: object Drawing 831 households Synthesizing geog id: state 06 county 001 tract 451506 block group 1 dtype: object Drawing 681 households Synthesizing geog id: state 06 county 001 tract 451506 block group 2 dtype: object Drawing 308 households Synthesizing geog id: state 06 county 001 tract 451601 block group 1 dtype: object Drawing 732 households Synthesizing geog id: state 06 county 001 tract 451601 block group 2 dtype: object Drawing 970 households Synthesizing geog id: state 06 county 001 tract 451602 block group 1 dtype: object Drawing 989 households Synthesizing geog id: state 06 county 001 tract 451602 block group 2 dtype: object Drawing 395 households Synthesizing geog id: state 06 county 001 tract 451602 block group 3 dtype: object Drawing 646 households Synthesizing geog id: state 06 county 001 tract 451602 block group 4 dtype: object Drawing 536 households Synthesizing geog id: state 06 county 001 tract 451701 block group 1 dtype: object Drawing 305 households Synthesizing geog id: state 06 county 001 tract 451701 block group 2 dtype: object Drawing 496 households Synthesizing geog id: state 06 county 001 tract 451701 block group 3 dtype: object Drawing 205 households Synthesizing geog id: state 06 county 001 tract 451703 block group 1 dtype: object Drawing 491 households Synthesizing geog id: state 06 county 001 tract 451703 block group 2 dtype: object Drawing 765 households Synthesizing geog id: state 06 county 001 tract 451704 block group 1 dtype: object Drawing 489 households Synthesizing geog id: state 06 county 001 tract 451704 block group 2 dtype: object Drawing 813 households Synthesizing geog id: state 06 county 001 tract 451704 block group 3 dtype: object Drawing 238 households Synthesizing geog id: state 06 county 001 tract 981900 block group 1 dtype: object Drawing 37 households Synthesizing geog id: state 06 county 001 tract 982000 block group 1 dtype: object Drawing 25 households Synthesizing geog id: state 06 county 001 tract 983200 block group 1 dtype: object Drawing 271 households Synthesizing geog id: state 06 county 001 tract 990000 block group 0 dtype: object Drawing 0 households CPU times: user 40min 43s, sys: 49.7 s, total: 41min 33s Wall time: 10h 44min 42s
starter = Starter(os.environ["CENSUS"], "CA", "Santa Clara County")
ind = pd.Series(["06", "085", "508203", "3"], index=["state", "county", "tract", "block group"])
synthesize_all(starter, indexes=[ind])
Synthesizing at geog level: 'block_group' (number of geographies is 1075) Synthesizing geog id: state 06 county 085 tract 508203 block group 3 dtype: object Drawing 884 households
serialno | RT | DIVISION | PUMA00 | PUMA10 | REGION | ST | ADJHSG | ADJINC | WGTP | NP | TYPE | ACR | AGS | BATH | BDSP | BLD | BUS | CONP | ELEP | ||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0 | 2012000251020 | H | 9 | -9 | 08502 | 4 | 06 | 1000000 | 1010207 | 31 | 3 | 1 | 1 | NaN | 1 | 3 | 3 | 2 | 0 | 400 | ... |
1 | 2012000766216 | H | 9 | -9 | 08502 | 4 | 06 | 1000000 | 1010207 | 25 | 1 | 1 | 1 | NaN | 1 | 3 | 3 | 2 | 320 | 40 | ... |
2 | 2012000986994 | H | 9 | -9 | 08502 | 4 | 06 | 1000000 | 1010207 | 0 | 1 | 2 | NaN | NaN | NaN | NaN | NaN | NaN | NaN | NaN | ... |
3 | 2012000282214 | H | 9 | -9 | 08502 | 4 | 06 | 1000000 | 1010207 | 15 | 3 | 1 | 1 | NaN | 1 | 3 | 2 | 2 | 0 | 60 | ... |
4 | 2012000907429 | H | 9 | -9 | 08502 | 4 | 06 | 1000000 | 1010207 | 22 | 3 | 1 | NaN | NaN | 1 | 2 | 9 | NaN | 0 | 120 | ... |
5 | 2012000283763 | H | 9 | -9 | 08502 | 4 | 06 | 1000000 | 1010207 | 24 | 1 | 1 | 1 | NaN | 1 | 3 | 3 | 2 | 0 | 2 | ... |
6 | 2012000776236 | H | 9 | -9 | 08502 | 4 | 06 | 1000000 | 1010207 | 17 | 3 | 1 | NaN | NaN | 1 | 1 | 5 | NaN | 0 | 170 | ... |
7 | 2012000785569 | H | 9 | -9 | 08502 | 4 | 06 | 1000000 | 1010207 | 12 | 4 | 1 | 1 | NaN | 1 | 3 | 2 | 2 | 0 | 100 | ... |
8 | 2012000878700 | H | 9 | -9 | 08502 | 4 | 06 | 1000000 | 1010207 | 11 | 3 | 1 | NaN | NaN | 1 | 1 | 9 | NaN | 0 | 30 | ... |
9 | 2012000357982 | H | 9 | -9 | 08502 | 4 | 06 | 1000000 | 1010207 | 11 | 1 | 1 | 1 | NaN | 1 | 1 | 1 | 2 | 0 | 20 | ... |
10 | 2012000340975 | H | 9 | -9 | 08502 | 4 | 06 | 1000000 | 1010207 | 15 | 2 | 1 | 1 | NaN | 1 | 3 | 2 | 2 | 0 | 70 | ... |
11 | 2012000497819 | H | 9 | -9 | 08502 | 4 | 06 | 1000000 | 1010207 | 22 | 2 | 1 | 1 | NaN | 1 | 2 | 1 | 2 | 0 | 30 | ... |
12 | 2012000784886 | H | 9 | -9 | 08502 | 4 | 06 | 1000000 | 1010207 | 21 | 4 | 1 | NaN | NaN | 1 | 3 | 6 | NaN | 320 | 180 | ... |
13 | 2012000400081 | H | 9 | -9 | 08502 | 4 | 06 | 1000000 | 1010207 | 24 | 1 | 1 | NaN | NaN | 1 | 1 | 9 | NaN | 0 | 30 | ... |
14 | 2012000361299 | H | 9 | -9 | 08502 | 4 | 06 | 1000000 | 1010207 | 16 | 3 | 1 | 1 | NaN | 1 | 3 | 2 | 2 | 0 | 20 | ... |
15 | 2012001364469 | H | 9 | -9 | 08502 | 4 | 06 | 1000000 | 1010207 | 23 | 4 | 1 | 1 | NaN | 1 | 4 | 3 | 2 | 210 | 250 | ... |
16 | 2012001423109 | H | 9 | -9 | 08502 | 4 | 06 | 1000000 | 1010207 | 20 | 1 | 1 | NaN | NaN | 1 | 0 | 6 | NaN | 0 | 1 | ... |
17 | 2012000701130 | H | 9 | -9 | 08502 | 4 | 06 | 1000000 | 1010207 | 34 | 1 | 1 | 1 | NaN | 1 | 2 | 1 | 2 | 0 | 40 | ... |
18 | 2012001257671 | H | 9 | -9 | 08502 | 4 | 06 | 1000000 | 1010207 | 16 | 2 | 1 | 1 | NaN | 1 | 2 | 1 | 2 | 0 | 40 | ... |
19 | 2012000045328 | H | 9 | -9 | 08502 | 4 | 06 | 1000000 | 1010207 | 26 | 3 | 1 | NaN | NaN | 1 | 2 | 8 | NaN | 0 | 20 | ... |
20 | 2012001404309 | H | 9 | -9 | 08502 | 4 | 06 | 1000000 | 1010207 | 16 | 3 | 1 | NaN | NaN | 1 | 2 | 9 | NaN | 0 | 50 | ... |
21 | 2012000953469 | H | 9 | -9 | 08502 | 4 | 06 | 1000000 | 1010207 | 25 | 1 | 1 | NaN | NaN | 1 | 1 | 9 | NaN | 0 | 1 | ... |
22 | 2012000497819 | H | 9 | -9 | 08502 | 4 | 06 | 1000000 | 1010207 | 22 | 2 | 1 | 1 | NaN | 1 | 2 | 1 | 2 | 0 | 30 | ... |
23 | 2012000799359 | H | 9 | -9 | 08502 | 4 | 06 | 1000000 | 1010207 | 59 | 4 | 1 | NaN | NaN | 1 | 1 | 8 | NaN | 0 | 30 | ... |
24 | 2012000785569 | H | 9 | -9 | 08502 | 4 | 06 | 1000000 | 1010207 | 12 | 4 | 1 | 1 | NaN | 1 | 3 | 2 | 2 | 0 | 100 | ... |
25 | 2012000953469 | H | 9 | -9 | 08502 | 4 | 06 | 1000000 | 1010207 | 25 | 1 | 1 | NaN | NaN | 1 | 1 | 9 | NaN | 0 | 1 | ... |
26 | 2012000907429 | H | 9 | -9 | 08502 | 4 | 06 | 1000000 | 1010207 | 22 | 3 | 1 | NaN | NaN | 1 | 2 | 9 | NaN | 0 | 120 | ... |
27 | 2012000701130 | H | 9 | -9 | 08502 | 4 | 06 | 1000000 | 1010207 | 34 | 1 | 1 | 1 | NaN | 1 | 2 | 1 | 2 | 0 | 40 | ... |
28 | 2012001287323 | H | 9 | -9 | 08502 | 4 | 06 | 1000000 | 1010207 | 20 | 2 | 1 | 1 | NaN | 1 | 2 | 1 | 2 | 0 | 150 | ... |
29 | 2012000361299 | H | 9 | -9 | 08502 | 4 | 06 | 1000000 | 1010207 | 16 | 3 | 1 | 1 | NaN | 1 | 3 | 2 | 2 | 0 | 20 | ... |
30 | 2012000776236 | H | 9 | -9 | 08502 | 4 | 06 | 1000000 | 1010207 | 17 | 3 | 1 | NaN | NaN | 1 | 1 | 5 | NaN | 0 | 170 | ... |
31 | 2012000962449 | H | 9 | -9 | 08502 | 4 | 06 | 1000000 | 1010207 | 15 | 4 | 1 | 1 | NaN | 1 | 3 | 2 | 2 | 0 | 160 | ... |
32 | 2012000292794 | H | 9 | -9 | 08502 | 4 | 06 | 1000000 | 1010207 | 6 | 4 | 1 | 1 | NaN | 1 | 4 | 2 | 2 | 0 | 180 | ... |
33 | 2012000283763 | H | 9 | -9 | 08502 | 4 | 06 | 1000000 | 1010207 | 24 | 1 | 1 | 1 | NaN | 1 | 3 | 3 | 2 | 0 | 2 | ... |
34 | 2012000045328 | H | 9 | -9 | 08502 | 4 | 06 | 1000000 | 1010207 | 26 | 3 | 1 | NaN | NaN | 1 | 2 | 8 | NaN | 0 | 20 | ... |
35 | 2012000277942 | H | 9 | -9 | 08502 | 4 | 06 | 1000000 | 1010207 | 14 | 3 | 1 | 1 | NaN | 1 | 2 | 1 | 2 | 0 | 1 | ... |
36 | 2012001074624 | H | 9 | -9 | 08502 | 4 | 06 | 1000000 | 1010207 | 15 | 3 | 1 | 1 | NaN | 1 | 2 | 2 | 2 | 0 | 70 | ... |
37 | 2012001263039 | H | 9 | -9 | 08502 | 4 | 06 | 1000000 | 1010207 | 15 | 3 | 1 | 1 | NaN | 1 | 3 | 2 | 2 | 0 | 80 | ... |
38 | 2012000701130 | H | 9 | -9 | 08502 | 4 | 06 | 1000000 | 1010207 | 34 | 1 | 1 | 1 | NaN | 1 | 2 | 1 | 2 | 0 | 40 | ... |
39 | 2012000361299 | H | 9 | -9 | 08502 | 4 | 06 | 1000000 | 1010207 | 16 | 3 | 1 | 1 | NaN | 1 | 3 | 2 | 2 | 0 | 20 | ... |
40 | 2012000340975 | H | 9 | -9 | 08502 | 4 | 06 | 1000000 | 1010207 | 15 | 2 | 1 | 1 | NaN | 1 | 3 | 2 | 2 | 0 | 70 | ... |
41 | 2012000460363 | H | 9 | -9 | 08502 | 4 | 06 | 1000000 | 1010207 | 16 | 3 | 1 | NaN | NaN | 1 | 2 | 8 | NaN | 0 | 30 | ... |
42 | 2012001455410 | H | 9 | -9 | 08502 | 4 | 06 | 1000000 | 1010207 | 7 | 2 | 1 | 1 | NaN | 1 | 3 | 2 | 2 | 0 | 70 | ... |
43 | 2012000157508 | H | 9 | -9 | 08502 | 4 | 06 | 1000000 | 1010207 | 8 | 2 | 1 | 1 | NaN | 1 | 4 | 2 | 2 | 0 | 60 | ... |
44 | 2012000338112 | H | 9 | -9 | 08502 | 4 | 06 | 1000000 | 1010207 | 19 | 2 | 1 | 1 | NaN | 1 | 3 | 2 | 2 | 0 | 100 | ... |
45 | 2012001257671 | H | 9 | -9 | 08502 | 4 | 06 | 1000000 | 1010207 | 16 | 2 | 1 | 1 | NaN | 1 | 2 | 1 | 2 | 0 | 40 | ... |
46 | 2012000878700 | H | 9 | -9 | 08502 | 4 | 06 | 1000000 | 1010207 | 11 | 3 | 1 | NaN | NaN | 1 | 1 | 9 | NaN | 0 | 30 | ... |
47 | 2012000283763 | H | 9 | -9 | 08502 | 4 | 06 | 1000000 | 1010207 | 24 | 1 | 1 | 1 | NaN | 1 | 3 | 3 | 2 | 0 | 2 | ... |
48 | 2012000949893 | H | 9 | -9 | 08502 | 4 | 06 | 1000000 | 1010207 | 14 | 3 | 1 | 1 | NaN | 1 | 3 | 2 | 2 | 0 | 80 | ... |
49 | 2012001263039 | H | 9 | -9 | 08502 | 4 | 06 | 1000000 | 1010207 | 15 | 3 | 1 | 1 | NaN | 1 | 3 | 2 | 2 | 0 | 80 | ... |
50 | 2012001423109 | H | 9 | -9 | 08502 | 4 | 06 | 1000000 | 1010207 | 20 | 1 | 1 | NaN | NaN | 1 | 0 | 6 | NaN | 0 | 1 | ... |
51 | 2012001263039 | H | 9 | -9 | 08502 | 4 | 06 | 1000000 | 1010207 | 15 | 3 | 1 | 1 | NaN | 1 | 3 | 2 | 2 | 0 | 80 | ... |
52 | 2012000346149 | H | 9 | -9 | 08502 | 4 | 06 | 1000000 | 1010207 | 49 | 3 | 1 | NaN | NaN | 1 | 2 | 6 | NaN | 0 | 120 | ... |
53 | 2012000361299 | H | 9 | -9 | 08502 | 4 | 06 | 1000000 | 1010207 | 16 | 3 | 1 | 1 | NaN | 1 | 3 | 2 | 2 | 0 | 20 | ... |
54 | 2012000251020 | H | 9 | -9 | 08502 | 4 | 06 | 1000000 | 1010207 | 31 | 3 | 1 | 1 | NaN | 1 | 3 | 3 | 2 | 0 | 400 | ... |
55 | 2012000784886 | H | 9 | -9 | 08502 | 4 | 06 | 1000000 | 1010207 | 21 | 4 | 1 | NaN | NaN | 1 | 3 | 6 | NaN | 320 | 180 | ... |
56 | 2012000045328 | H | 9 | -9 | 08502 | 4 | 06 | 1000000 | 1010207 | 26 | 3 | 1 | NaN | NaN | 1 | 2 | 8 | NaN | 0 | 20 | ... |
57 | 2012001085408 | H | 9 | -9 | 08502 | 4 | 06 | 1000000 | 1010207 | 21 | 2 | 1 | NaN | NaN | 1 | 1 | 9 | NaN | 0 | 120 | ... |
58 | 2012000361299 | H | 9 | -9 | 08502 | 4 | 06 | 1000000 | 1010207 | 16 | 3 | 1 | 1 | NaN | 1 | 3 | 2 | 2 | 0 | 20 | ... |
59 | 2012001455410 | H | 9 | -9 | 08502 | 4 | 06 | 1000000 | 1010207 | 7 | 2 | 1 | 1 | NaN | 1 | 3 | 2 | 2 | 0 | 70 | ... |
... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... |
884 rows × 208 columns
hh.describe()